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 747179 - App menu accelerators not working when using gear menu
App menu accelerators not working when using gear menu
Status: RESOLVED FIXED
Product: geary
Classification: Other
Component: ux
0.10.x
Other Linux
: Normal normal
: 0.12.0
Assigned To: Geary Maintainers
Geary Maintainers
Depends on:
Blocks:
 
 
Reported: 2015-04-01 13:48 UTC by Marc Thomas
Modified: 2016-05-21 03:05 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Marc Thomas 2015-04-01 13:48:30 UTC
Distro: Arch
DE/WM: Awesome 3.5.6

Since upgrading to Geary 0.10, CTRL+Q no longer quits Geary under AwesomeWM. Prior to the 0.10 release, CTRL+Q functioned properly under AwesomeWM. 

It is worth noting that CTRL+Q functions properly on Gnome 3.14.3.
Comment 1 Robert Schroll 2015-04-01 16:27:29 UTC
Does AwesomeWM provide an application menu, or does Geary provide it itself through the "gear" icon?  Do the F1 or Ctrl+M shortcuts work on AwesomeWM?
Comment 2 Marc Thomas 2015-04-01 19:26:44 UTC
Geary falls back onto providing a "gear" icon with the menu option.

None of the shortcuts defined in the menu work [CTRL+M, CTRL+Q, CTRL_E]
Comment 3 Robert Schroll 2015-04-01 20:07:20 UTC
The problem is likely 98be06db, where we changed how that menu was created.  That fixed another bug, so we can't just revert it.  The fix may be easy though.  Let me see what I can find.
Comment 4 Robert Schroll 2015-04-01 20:33:31 UTC
I can trigger this by inverting the sense of the gtk_shell_shows_app_menu tests.  It's not a window manager thing; it's triggered by the app menu not being an app menu, but being used in the gear menu instead.

Don't know why though.  GTK accelerators have always struck me as a bit magic, and that seems to be the case again here.
Comment 5 Michael Gratton 2016-05-21 03:05:37 UTC
This was also fixed by the fix for Bug 759980, i.e. by removing the gear menu and allowing GTK to manage when the shell isn't displaying the app menu.