3

This one is really strange. Two days ago the wallpaper on Ubuntu 13.10 simply went black. I have repeatedly tried to change it in the Appearance menu back to an image, or one of the default wallpapers, but it remains persistently black. I have no clue of what to do. Thanks.

Update I: some things I have tried that did not work:

  • gsettings set org.gnome.settings-daemon.plugins.background active true

  • Purging the gnome3 PPA

  • Setting the wallpaper with Firefox

I have desktop icons, thus I don't think that could be a cause.

Update II: I captured a video of this strange desktop behaviour.

Update III: other fixes that are reported to work on Ubuntu 13.04, but are unsuccessful on Ubuntu 13.10:

  • Resetting configurations

  • Unticking the "show desktop icons" option (it doesn't exist in Ubuntu 13.10)

  • Unticking "Have file manager handle the desktop" in Gnome Tweak Tool

  • Changing the GTK theme to Adwaita

Update IV: Logging in to a Gnome Flashback session I get the same behaviour with the wallpaper.

Luís de Sousa
  • 13,227
  • 26
  • 81
  • 128

4 Answers4

1

Make sure Nemo is set to 'NOT handle the desktop'.

Run this command: gsettings set org.nemo.desktop show-desktop-icons false

v2r
  • 9,547
Picard
  • 11
  • 1
0
     gsettings set org.gnome.settings-daemon.plugins.background active true

and

     sudo apt-get install ubuntu-tweak-tool

try this hope will work

Artemis
  • 797
  • 1
  • 6
  • 9
0

Following the hint by kenn, I verified that my problems are caused by Cinnamon. I never installed it myself, but I use Nemo. The package catalogue does not list any Cinnamon packages as dependencies for Nemo, but somehow it got fully installed. The solution to bring the wallpaper back to functioning order is thus:

sudo apt-get remove cinnamon*
sudo apt-get autoremove

And afterwards log out and log back in.

Weird thing is: this actually removed Nemo and now I don't have a graphical file manager.

Luís de Sousa
  • 13,227
  • 26
  • 81
  • 128
0

I have the same problem as you with the black desktop. I'm running unity on ubuntu 13.10 with cinnamon and nemo installed. I've found that if I log out of unity to the login screen the desktop background appears. I wait about 15 secs and then log back into unity and then the desktop background works as normal.

Obviously this is not the ideal solution but it does work for me anyway, hope it works for you!

guntbert
  • 13,134
Derek
  • 1
  • 1
  • I can confirm the above answer from Picard (setting gsettings set org.nemo.desktop show-desktop-icons false) worked for me. I also set:-

    gsettings set org.gnome.settings-daemon.plugins.background active true

    The Unity desktop background now works as normal and I can still use nemo.

    – Derek Mar 16 '14 at 22:59