[gnome-settings-daemon] mouse: Only inhibits mouse clicks and scrolls with syndaemon
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-settings-daemon] mouse: Only inhibits mouse clicks and scrolls with syndaemon
- Date: Tue, 19 Jun 2012 14:25:25 +0000 (UTC)
commit c1b2b478ec71b907e4af736d62c1a81ad400f902
Author: Bastien Nocera <hadess hadess net>
Date: Mon Jun 18 11:51:09 2012 +0100
mouse: Only inhibits mouse clicks and scrolls with syndaemon
Not mouse movements.
https://bugzilla.gnome.org/show_bug.cgi?id=673055
plugins/mouse/gsd-mouse-manager.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/plugins/mouse/gsd-mouse-manager.c b/plugins/mouse/gsd-mouse-manager.c
index ce10807..a867843 100644
--- a/plugins/mouse/gsd-mouse-manager.c
+++ b/plugins/mouse/gsd-mouse-manager.c
@@ -580,6 +580,7 @@ set_disable_w_typing (GsdMouseManager *manager, gboolean state)
g_ptr_array_add (args, "syndaemon");
g_ptr_array_add (args, "-i");
g_ptr_array_add (args, "1.0");
+ g_ptr_array_add (args, "-t");
g_ptr_array_add (args, "-K");
g_ptr_array_add (args, "-R");
g_ptr_array_add (args, NULL);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]