3

Possible Duplicate:
How do I restore the original color scheme, icons, and theme?

For some reason, my icons and part of my theme seemed have 'reset' to default?

enter image description here

I don't remember doing anything. Just started using Ubuntu 2d.

Any suggestions to fix this problem?

(I'm using Ubuntu 11.10).

wyc
  • 1,711

1 Answers1

3

1st try reset your unity by using this command

unity --reset

Rebuilt icon package

gsettings set org.gnome.desktop.interface icon-theme 'Unity-icon-theme' 

Other default icon package

gsettings set org.gnome.desktop.interface icon-theme 'Ubuntu-mono-dark' 

gsettings set org.gnome.desktop.interface icon-theme 'Ubuntu-mono-light' 
penreturns
  • 5,950