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 318448 - Keybindings are not reset when hiding menubar
Keybindings are not reset when hiding menubar
Status: RESOLVED DUPLICATE of bug 172777
Product: gnome-terminal
Classification: Core
Component: general
2.12.x
Other All
: Normal minor
: ---
Assigned To: GNOME Terminal Maintainers
GNOME Terminal Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-10-10 12:34 UTC by Johan (not receiving bugmail) Dahlin
Modified: 2005-10-10 15:49 UTC
See Also:
GNOME target: ---
GNOME version: 2.11/2.12



Description Johan (not receiving bugmail) Dahlin 2005-10-10 12:34:47 UTC
Please describe the problem:
When you hide the menubar the keybindings are not reset, so bindings which
normally should go to the terminal are swallowed by the menubar.

Steps to reproduce:
1. Startup Gnome-Terminal
2. Show the menubar (if not visible)
3. Hide the menubar
4. Press Alt+b


Actual results:
All items in the menubar tabs are shown. Note that the menubar itself is not shown.

Expected results:
Alt-b should be sent to the terminal, eg, in bash, backwards-word.

Does this happen every time?
Yes

Other information:
My guess is that GtkUIManager is used to construct the menus and that the
accelerator group is not detached when hiding the menubar.
Comment 1 Johan (not receiving bugmail) Dahlin 2005-10-10 13:14:56 UTC
Actually, upon closer inspection, it seems like gtk_menu_set_accel_group should
be called with a NULL argument when the menubar is hidden. 
Comment 2 Olav Vitters 2005-10-10 15:49:21 UTC
Thanks for the bug report. This particular bug has already been reported into
our bug tracking system, but please feel free to report any further bugs you find.

*** This bug has been marked as a duplicate of 172777 ***