GNOME Bugzilla – Bug 492222
ignores gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ
Last modified: 2012-07-31 11:29:39 UTC
[ Forwarded from http://bugs.debian.org/446823 by Trent W. Buck ] In my .gtkrc-2.0, I have gtk-toolbar-style = GTK_TOOLBAR_BOTH_HORIZ baobab seems to ignore this and place toolbar labels below toolbar icons. A screenshot is attached. ---- Note that funnily, baobab honors correctly this parameter if set by gnome-settings-daemon, but not if set in .gtkrc-2.0.
Confirmed. I guess this may be related to two things: 1) we use glade to create the toolbar and I guess that one of the styles is hardocoded in the glade file 2) at startup we check the system wide gconf key of the toolbar style and apply it I am not really sure how things should work here: maybe looking up the style in gconf is not correct (the gconf key should just be read by gnome-settings-daemon that in turns notifies the apps), but if we do not read it from there how do we get the default toolbar style that we need to override the one hardcoded in the glade file? Or maybe it's enough to remove that property from the glade file and things just work...
New design does not have the classic toolbar