GNOME Bugzilla – Bug 599209
Can't check "locate pointer" checkbox
Last modified: 2009-10-30 18:06:28 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."
I can't reproduce that locally. Any custom g-s-d patches?
No, but: gsd-mouse-manager.c: args[0] = "/usr/libexec/gsd-locate-pointer"; it should respect the --libexecdir configure option
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.