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 523676 - mouse plugin eats key events
mouse plugin eats key events
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2008-03-21 02:35 UTC by Matthias Clasen
Modified: 2009-04-08 22:45 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
patch (484 bytes, patch)
2008-03-21 02:36 UTC, Matthias Clasen
committed Details | Review

Description Matthias Clasen 2008-03-21 02:35:12 UTC
the filter function in the mouse plugin must not return GDK_FILTER_REMOVE for random key events that it has no specific use for. This breaks the filters of later modules. On my system, the effect is that the volume keys don't work if I turn on the "locate pointer" feature.
Comment 1 Matthias Clasen 2008-03-21 02:36:06 UTC
Created attachment 107722 [details] [review]
patch