1

I just installed gnome 3 as in this question on a freshly installed 11.04 system. I don't want to play with themes, but I'm just looking for something decent. The default one is quite dull. I was using Ubuntu 10.04 and the default was fine for me. How can I change to some other theme?

desktop screenshot

After removing gnome-accessibility-themes, it looks worse:

screenshot

Mohit Jain
  • 1,179

1 Answers1

2

This is an issue with the accessibility themes in Gnome Shell. You can fix it by running

sudo apt-get remove gnome-accessibility-themes
sudo apt-get install gnome-themes-standard

then logging out and back in again.

Kris Harper
  • 13,705