Comment 4 for bug 1351772

Revision history for this message
Jeremy McMillan (jeremy-t-mcmillan) wrote :

The bug is in the unity-settings-daemon/plugins/mouse/gsd-mouse-manager.c set_disable_w_typing function.

...
                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);
...

The line with "-t" argument should be removed. When kill unity-settings-daemon started syndaemon and restart it without the "-t" argument, the cursor behavior while typing works as expected.