After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 117792 - Wrong gconf key used for toolbar_style
Wrong gconf key used for toolbar_style
Status: RESOLVED FIXED
Product: gnome-control-center
Classification: Core
Component: [obsolete] settings-daemon
2.3.x
Other Linux
: High major
: GNOME2.x
Assigned To: Control-Center Maintainers
Control-Center Maintainers
Depends on:
Blocks:
 
 
Reported: 2003-07-18 17:44 UTC by Brett Johnson
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: 2.3/2.4



Description Brett Johnson 2003-07-18 17:44:17 UTC
gnome-ui-properties sets the "/desktop/gnome/interface/toolbar_style" gconf
key to "icons" when the Icons Only style is selected.  It appears that
bonobo doesn't honor this style, and is looking for the key "icon" instead
(http://www.geocrawler.com/archives/3/266/2002/3/0/8218646/).
Comment 1 Michael Meeks 2003-07-28 16:02:21 UTC
Jody; looks like this has changed backwards and forward and things got
screwed up. I could have sworn it worked fine for me when we wrote
that code.

Can some control-center person fix libbonoboui and commit when the
key's meaning is changed.
Comment 2 Andrew Sobala 2003-09-04 20:00:59 UTC
What's going on with this bug, then?
Comment 3 Michael Meeks 2003-09-08 11:24:37 UTC
What is happening - is that Jody/whomever changed this/someone else
hasn't written a patch to fix it and committed it yet.
Comment 4 Maneesh Pusalkar 2003-11-19 08:49:41 UTC
it seems to be correct in the CVS head, here's the excerpt from
bonobo-ui-preferences.c

static GConfEnumStringPair toolbar_styles[] = {
        { BONOBO_UI_TOOLBAR_STYLE_TEXT_ONLY,      "text" },
        { BONOBO_UI_TOOLBAR_STYLE_ICONS_ONLY,     "icons" },
        { BONOBO_UI_TOOLBAR_STYLE_ICONS_AND_TEXT, "both" },
        { BONOBO_UI_TOOLBAR_STYLE_PRIORITY_TEXT,  "both_horiz" },
	{ BONOBO_UI_TOOLBAR_STYLE_PRIORITY_TEXT,  "both-horiz" },
	{ -1, NULL }
};
Comment 5 Michael Meeks 2003-11-19 17:48:59 UTC
if it's fixed already I suppose we should close the bug :-)
Comment 6 Andrew Sobala 2003-11-20 01:03:27 UTC
Sounds like a plan :-)