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 105670 - Ignores /desktop/gnome/interface/menubar_detachable setting
Ignores /desktop/gnome/interface/menubar_detachable setting
Status: RESOLVED NOTABUG
Product: gconf-editor
Classification: Applications
Component: general
unspecified
Other other
: Normal minor
: ---
Assigned To: Gconf Editor Maintainers
Gconf Editor Maintainers
Depends on: 136746
Blocks:
 
 
Reported: 2003-02-09 20:52 UTC by scott
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description scott 2003-02-09 20:48:43 UTC
Package: gconf-editor
Severity: minor
Version: 0.4.0
Synopsis: Ignores /desktop/gnome/interface/menubar_detachable setting
Bugzilla-Product: gconf-editor
Bugzilla-Component: general

Description:
The GConf editor ignores the "menubar_detachable" setting when
constructing its menu bar.

This means that the menubar is always non-detachable, whereas this is
configurable in most other GNOME apps




------- Bug moved to this database by unknown@bugzilla.gnome.org 2003-02-09 15:48 -------

The original reporter (scott@netsplit.com) of this bug does not have an account here.
Reassigning to the exporter, unknown@bugzilla.gnome.org.
Reassigning to the default owner of the component, gconf-editor-maint@bugzilla.gnome.org.

Comment 1 Manuel Clos 2003-08-02 17:31:32 UTC
This is because the way the menu is created.

It would need to listen to the menubar_detachable key and is not doing so.

Using libgnomeui or libbonoboui will make it work.

This also happens in nautilus.

Is it worth creating a patch to listen to the key? or is it better to
wait for the new menu stuff in libegg?

Comment 2 Anders Carlsson 2003-08-04 06:58:55 UTC
I'm gonna wait for the new stuff. menubar_detachable isn't visible in
the ui preferences dialog anyway.
Comment 3 Fernando Herrera 2004-01-15 16:57:58 UTC
Is already this stuff in libegg?
Comment 4 Fernando Herrera 2004-05-28 01:33:16 UTC
I think new gtk UIManager menus are not detachable... and we now have them. So
closing this. If I am wrong, please, reopen