3

I don't know what happened but my background become idle. So I want to change the background. Right click on the desktop then click "Change Desktop Background" but nothing happened. So I manually check the appearance setting. I noticed that it's different from the usual one. My Appearance Setting window become the old one.

Mine: Mine

Instead of: Desired

However I can't change the background. It's just black, but when I change it into the purple background (default background) it becomes plain purple.

Can someone help me fix this?

1 Answers1

3

As I can see from your screenshot you use Ubuntu 11.04. Ubuntu 11.04 is the last version of Ubuntu that is built on top of Gnome 2.x. From Ubuntu 11.10 and so, Ubuntu uses Gnome 3.x (GTK3+) libraries which are way much different from past versions of Ubuntu (GTK2+).

From your screenshot it seem to me that you must have installed a PPA to your system that brings those Gnome 3.x libraries as dependencies. Because this libraries are marked as "upgrade" for your system, they have upgraded some parts of your Ubuntu, like the new appearance settings which is available for the new version (11.10) of Ubuntu.

What you can do is:

  1. Find which PPA caused this and remove it
  2. Refresh your package list
  3. Uninstall gnome-settings-daemon and then install it again

You should now have the old one that is compatible with your system (Ubuntu 11.04)

Salih Emin
  • 2,893