You are not logged in.
Hello.
I'd like to run Openbox without having gnome-settings-daemon running in the background. I know how to define themes, fonts, and icon sets in my gtkrc, but I can't seem to find a way to deal with slightly more specific settings, like Toolbars.
FOR INSTANCE, in Thunar, I have my main toolbar, with Icons above the Text (back button, home button, etc), and I'd like it to JUST be icons. This works fine if I have gnome-settings-daemon running, but no luck at all when it isn't.
Does anyone know how to do this, or would anyone be able to point me to some documentation?
Thanks.
Offline
gtk-toolbar-style = "GTK_TOOLBAR_ICONS"
The GTK documentation lists all properties that can be set in .gtkrc.
Style properties are listed under the entry for the respective widget.
Last edited by kappa (2008-03-13 00:31:14)
Offline
Awesome. Thanks so much. Cheers.
Offline
Oh, i thought I should add in case anyone is searching for this info:
The gtkrc line should read:
gtk-toolbar-style = GTK_TOOLBAR_ICONS
For some reason the quotation marks wreck it.
Offline