[SOLVED] Desktop Background Missing....can't restore it

Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
wannabegeek

[SOLVED] Desktop Background Missing....can't restore it

Post by wannabegeek »

Hi all...


I'm running Mint 13 with Xfce and recently my Desktop background just vanished....I have a black screen ....but everything else works fine.
I have all my other items, such as the main menu and tools bars, but I can't get a wallpaper to show up and I can't see my symbolic link icons...

Everything looks fine in terminal.

When I try to reselect a wall paper there' s no errors....

I am at a loss, Google hasn't been helpful with this particular behavior.

Thanks for your help !
wbg
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 4 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Tomasakr

Re: Desktop Background Missing....can't restore it

Post by Tomasakr »

Hi wannabegeek,

I had the same problem and i found this topic http://forums.linuxmint.com/viewtopic.p ... 0&t=114754 .

In my case a proces 'xfdesktop' not running, so i opened it in application finder (ALT+F2) and everythink works fine :-)
wannabegeek

Re: Desktop Background Missing....can't restore it

Post by wannabegeek »

I just found the same solution on Ubuntuforums and was coming here to doc it and mark as solved....

I was expecting email notification of your post but didn't get one...?

Oh well.

Thanks Tomasakr anyhow.

http://ubuntuforums.org/showthread.php? ... background
wannabegeek

Re: [SOLVED] Desktop Background Missing....can't restore it

Post by wannabegeek »

When I ran xfdesktop yesterday, it then appeared to be running for every session that I had afterwards, even after reboot.

Today , it didn't start....below is my solution, adding it to .bash_profile:

Code: Select all

results=`pgrep xfdesktop`
if [[ $results -gt 0 ]]
  then
    echo -e "xfdesktop already running, process id: $results\n"
else
    echo -e "starting  xfdesktop\n"
    xfdesktop &
fi
jjaythomas

Re: [SOLVED] Desktop Background Missing....can't restore it

Post by jjaythomas »

another solution... :wink:

if xfdesktop keeps getting 'KNOCKED' out alot of times its apps that use (but don't need) nautilus, when they run :( . See if nautilus is installed and uninstall if is!

JJay
Locked

Return to “Xfce”