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 597559 - [AppSwitcher] add a workaround for a gjs problem with GdkModifierType
[AppSwitcher] add a workaround for a gjs problem with GdkModifierType
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gnome-shell-maint
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-06 14:55 UTC by Dan Winship
Modified: 2009-10-06 20:09 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
[AppSwitcher] add a workaround for a gjs problem with GdkModifierType (2.59 KB, patch)
2009-10-06 14:55 UTC, Dan Winship
committed Details | Review

Description Dan Winship 2009-10-06 14:55:26 UTC
gdk_display_get_pointer() sometimes returns values for the mask that
aren't part of the GdkModifierType enumeration, which gjs doesn't like
(bug 597292). Work around that by adding a C wrapper that strips out
the extra flags.
Comment 1 Dan Winship 2009-10-06 14:55:28 UTC
Created attachment 144893 [details] [review]
[AppSwitcher] add a workaround for a gjs problem with GdkModifierType
Comment 2 Colin Walters 2009-10-06 18:29:24 UTC
Comment on attachment 144893 [details] [review]
[AppSwitcher] add a workaround for a gjs problem with GdkModifierType

This resolution has passed.
Comment 3 Dan Winship 2009-10-06 20:09:12 UTC
Attachment 144893 [details] pushed as 439daf8 - [AppSwitcher] add a workaround for a gjs problem with GdkModifierType