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 596262 - beginModal regression from Main.currentTime (110ef17e2d7fd6)
beginModal regression from Main.currentTime (110ef17e2d7fd6)
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-09-25 02:36 UTC by Colin Walters
Modified: 2009-09-25 15:29 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use shellwm.takeover_keybinding for Alt-F1 and Alt-F2 (3.78 KB, patch)
2009-09-25 02:54 UTC, Colin Walters
committed Details | Review

Description Colin Walters 2009-09-25 02:36:28 UTC
So, apparently we were sometimes passing CurrentTime due to the way Alt-f2 is signaled out of a special event handler from mutter, and not actually out of KeyPress directly.

This often causes Alt-f2 etc. to break.

Owen suggests taking over the keybinding (and dropping the evil X event filtering in gnome-shell-plugin.c)
Comment 1 Colin Walters 2009-09-25 02:54:59 UTC
Created attachment 143959 [details] [review]
Use shellwm.takeover_keybinding for Alt-F1 and Alt-F2

This fixes a regression where we weren't using the correct event
timestamps, because for both of these we were sending an XClientMessage
to ourself.
Comment 2 Colin Walters 2009-09-25 15:29:28 UTC
Attachment 143959 [details] pushed as 3564d78 - Use shellwm.takeover_keybinding for Alt-F1 and Alt-F2