3

I have an Ubuntu 12.10 installation and wanted to try out Fluxbox as a lightweight window manager. When I open Thunar it displays no icons for folders. I've made sure I have a .gtkrc-2.0 in my home directory.

Do you have any ideas what to try out?

Zanna
  • 72,312
Markus
  • 133

1 Answers1

4

The following line has to be in your .gtkrc-2.0 file:

gtk-icon-theme-name = "Humanity" 

You can use any icon-theme-name in /usr/share/icons, just replace Humanity but keep " ".

Make sure there is no # before the icon-theme line and put your .gtkrc file in /home/username.

Zanna
  • 72,312
jeroen
  • 1,980