GNOME Bugzilla – Bug 132555
file-roller does not honor system-wide toolbar setting
Last modified: 2004-12-22 21:47:04 UTC
When starting file-roller, it displays the toolbar with "text below icons" by default, although my system-wide setting says "priority text besides icons". When changing the setting manually, all buttons seem to have "priority" text, not only the most important. I would suggest to add priority text to "Open" and "Extract" and to leave the other buttons with an icon only.
This is because file-roller does not use libbonoboui to build it's interface (defined in an .xml file), the menu and toolbars are defined the old-fashioned way as GnomeUIInfo structs (menu.h and toolbar.h). It would take some significant code changes to convert the UI to a BonoboUI system, so this may have to wait until after 2.6.
using GtkUIManager now.
still doesn't work with 2.9.2
setted "Open" and "Extract" as priority buttons