GNOME Bugzilla – Bug 559165
[mouse] Don't run "mousetweaks -s" at startup time
Last modified: 2008-11-03 21:30:50 UTC
All "mousetweaks -s" does is shutdown the already-running daemon. When g-s-d starts, there is no daemon running. So, remember that and do not try to shut the non-existing daemon down.
Created attachment 121898 [details] [review] the patch
Broken indentation. Otherwise ok.
Committed after indentation fix. 2008-11-03 Behdad Esfahbod <behdad@gnome.org> * plugins/mouse/gsd-mouse-manager.c (set_mousetweaks_daemon): Don't run "mousetweaks -s" at startup time (#559165) All "mousetweaks -s" does is shutdown the already-running daemon. When g-s-d starts, there is no daemon running. So, remember that and do not try to shut the non-existing daemon down.