After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 559165 - [mouse] Don't run "mousetweaks -s" at startup time
[mouse] Don't run "mousetweaks -s" at startup time
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
unspecified
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2008-11-03 19:05 UTC by Behdad Esfahbod
Modified: 2008-11-03 21:30 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
the patch (1.58 KB, patch)
2008-11-03 19:11 UTC, Behdad Esfahbod
committed Details | Review

Description Behdad Esfahbod 2008-11-03 19:05: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.
Comment 1 Behdad Esfahbod 2008-11-03 19:11:04 UTC
Created attachment 121898 [details] [review]
the patch
Comment 2 Jens Granseuer 2008-11-03 20:38:19 UTC
Broken indentation. Otherwise ok.
Comment 3 Behdad Esfahbod 2008-11-03 21:30:50 UTC
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.