2

I recently downloaded and installed the Faenza icon set on my laptop (through its creators ppa). In order to be able to use it, though, I had to install the Gnome Tweak Tool as well, which comes bundled with the Gnome-shell. The thing is, I have no intention of using the Gnome-shell.

Is there a simpler way of customizing icons in Ubuntu?

jrg
  • 60,611

1 Answers1

5

You have to install gconf-editor.

sudo apt-get install gconf-editor

Then, open gconf-editor and go to desktop/gnome/interface and change the value of "icon_theme" from ubuntu-mono-dark to Faenza or Faenza-Darker.

martin
  • 1,801