rpms/gnome-settings-daemon/devel mouse-no-eat-keys.patch, NONE, 1.1 gnome-settings-daemon.spec, 1.14, 1.15

Matthias Clasen (mclasen) fedora-extras-commits at redhat.com
Fri Mar 21 02:40:37 UTC 2008


Author: mclasen

Update of /cvs/extras/rpms/gnome-settings-daemon/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv708

Modified Files:
	gnome-settings-daemon.spec 
Added Files:
	mouse-no-eat-keys.patch 
Log Message:
fix interaction between "locate pointer" and volume keys


mouse-no-eat-keys.patch:

--- NEW FILE mouse-no-eat-keys.patch ---
Index: gnome-settings-daemon-2.22.0/plugins/mouse/gsd-mouse-manager.c
===================================================================
--- gnome-settings-daemon-2.22.0/plugins/mouse/gsd-mouse-manager.c	(revision 224)
+++ gnome-settings-daemon-2.22.0/plugins/mouse/gsd-mouse-manager.c	(working copy)
@@ -439,8 +439,6 @@
                         XUngrabKeyboard (gdk_x11_get_default_xdisplay (),
                                          xev->xkey.time);
                 }
-
-                return GDK_FILTER_REMOVE;
         }
         return GDK_FILTER_CONTINUE;
 }


Index: gnome-settings-daemon.spec
===================================================================
RCS file: /cvs/extras/rpms/gnome-settings-daemon/devel/gnome-settings-daemon.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gnome-settings-daemon.spec	10 Mar 2008 22:08:50 -0000	1.14
+++ gnome-settings-daemon.spec	21 Mar 2008 02:39:58 -0000	1.15
@@ -1,6 +1,6 @@
 Name:		gnome-settings-daemon
 Version:	2.22.0
-Release:	1%{?dist}
+Release:	2%{?dist}
 Summary:	The daemon sharing settings from GNOME to GTK+/KDE applications
 
 Group:		System Environment/Daemons
@@ -30,6 +30,8 @@
 
 Patch1:         add-randr-12.patch
 Patch2:         gnome-settings-daemon-2.21.91-ignore-model-if-evdev.patch
+# http://bugzilla.gnome.org/show_bug.cgi?id=523676
+Patch3:		mouse-no-eat-keys.patch
 
 %description
 A daemon to share settings from GNOME to other applications. It also
@@ -51,6 +53,7 @@
 
 %patch1 -p1 -b .add-randr-12
 %patch2 -p1 -b .ignore-layout-if-using-evdev
+%patch3 -p1 -b .mouse-no-eat-keys
 
 %build
 %configure --enable-static=no
@@ -125,6 +128,9 @@
 %{_libdir}/pkgconfig/gnome-settings-daemon.pc
 
 %changelog
+* Thu Mar 20 2008 Matthias Clasen <mclasen at redhat.com> 2.22.0-2
+- Fix interaction between "Locate Pointer" and volume keys
+
 * Mon Mar 10 2008 Matthias Clasen <mclasen at redhat.com> 2.22.0-1
 - Update to 2.22.0
 




More information about the fedora-extras-commits mailing list