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 599209 - Can't check "locate pointer" checkbox
Can't check "locate pointer" checkbox
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: plugins
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2009-10-21 16:14 UTC by Sebastien Bacher
Modified: 2009-10-30 18:06 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Sebastien Bacher 2009-10-21 16:14:15 UTC
The bug has been opened on https://bugs.launchpad.net/ubuntu/+source/gnome-control-center/+bug/441642

"gnome-control-center 1:2.28.0-0ubuntu3

The "locate pointer" checkbox in System -> Preferences -> Assistive Technologies -> Mouse Accessibility window can't be checked. It is active (with white background), but it remains unchecked when you click on it."
Comment 1 Jens Granseuer 2009-10-23 16:50:35 UTC
I can't reproduce that locally. Any custom g-s-d patches?
Comment 2 Sebastien Bacher 2009-10-28 12:43:44 UTC
No, but:

gsd-mouse-manager.c:                args[0] = "/usr/libexec/gsd-locate-pointer";

it should respect the --libexecdir configure option
Comment 3 Jens Granseuer 2009-10-30 18:06:28 UTC
Um, yeah, I guess that could explain it...

commit 2fe8419cc67644d3e83026dc4ad8094499b680e3
Author: Jens Granseuer <...>
Date:   Fri Oct 30 19:03:01 2009 +0100

    Honour libexecdir when spawning gsd-locate-pointer
    
    Fixes bug #599209.