You are not logged in.
Pages: 1
anyone knows where i need to stick this line:
gtk-toolbar-style = GTK_TOOLBAR_ICONS
in order to have icons only in nautilus? i tried ~/.gtkrc-2.0 and in my theme gtkrc. no luck.
Offline
Putting these two lines in my .gtkrc-2.0 got me small icons with no text labels:
gtk-toolbar-icon-size = GTK_ICON_SIZE_SMALL_TOOLBAR
gtk-toolbar-style = GTK_TOOLBAR_ICONS
I don't use Nautilus, but it's worked for all the gtk apps I've tried so far.
Offline
Pages: 1