If I select Radiance or Ambiance in the menu show in the following picture, my whole theme does not change. It only changes the title bar.

How can I resolve this problem? Or how can I reset the theme to default?
|
Install dconf-editor if you don't have it, and then go to
and check "active." One thing I've also noticed when this happens is that the media keys stop working: enable org.gnome.settings-daemon.plugins.media keys. There also might be some more plugins you should enable. Problem cause: when unity-greeter is run (by the lightdm --test-mode command in my case), it disables a lot of settings-daemon plugins that have to be manually reenabled. I got all of my info from this thread: http://ubuntuforums.org/showthread.php?t=1861476 |
||||
|
|
|
Removing the file ~/.config/dconf/user solves the problem. PS: To reconstruct the problem I made the following steps: change in the file /etc/lightdm/unity-greeter.conf the line
to
and after saving run the command
That was all I modified yesterday. Now if you restart your session with CTRL+ALT+BACKSPACE and login again, your theme is ugly (like mine on the screen shot in my question). Can anyone verify this? |
|||||||||||||
|
|
I had the same problem after I ran Deleting config files, logging out, What solved the problem was to run So, I added it to the 'startup items' and the problem was solved. Everything works fine now. |
||||
|
|
|
Basically, here's what happened: When you ran Unity Greeter, it started to really freak out, because its not supposed to be run as a normal user (although it is possible, I'll get into that in a moment). To fix it, you need to go into dconf-editor (install the Log out and back in and you should be good to go! To run Unity Greeter/lightDM in a window so you can take screenshots, run
or
|
|||
|
|
I faced the same problem. After lots of search I came to know that gtk 3.4.2 was the root of the problem. I installed it for my programming purposes. Even the above solutions were not working in my system. So I just uninstalled it and it started working just fine. |
||||
|
|
Have you tried logging out/logging back in? Typically on my install the theme switch does not complete until I do this. It is curious that some of your desktop seems to revert back to the default GNOME theme, though. Also, if this does not work, you may also want to try a reboot. |
|||||||||
|
|
Try running:
and then replacing the line:
with:
You might need to increase the sleep number. I got this from webupd8. |
|||
|
|
ubuntu-tweak-tool? – joschi Oct 30 '11 at 10:10unity-greeter --test-mode– Scott Severance Oct 31 '11 at 7:13