--- plugins/mouse/gsd-mouse-manager..c.old 2011-04-06 21:03:28.344661413 +0400 +++ plugins/mouse/gsd-mouse-manager.c 2011-04-06 21:03:54.184699318 +0400 @@ -548,7 +548,7 @@ if (state) { GError *error = NULL; - char *args[5]; + char *args[6]; if (manager->priv->syndaemon_spawned) return 0; @@ -557,7 +557,8 @@ args[1] = "-i"; args[2] = "0.5"; args[3] = "-k"; - args[4] = NULL; + args[4] = "-R"; + args[5] = NULL; if (!g_find_program_in_path (args[0])) return 0;