GNOME Bugzilla – Bug 642474
Touchpad settings are set without user interaction
Last modified: 2011-03-20 16:59:45 UTC
For some reason when I set the option to be able to click with the touchpad the acceleration of the touchpad changed also. After it I tried to change the acceleration and nothing happened when moving the setting bar. This happens with the version of f15 btw.
From Fedora 15 Bugzilla (https://bugzilla.redhat.com/show_bug.cgi?id=684374): Description of problem: Two-Finger-Scroll-Settings are reseted each time I start the mouse/touchpad properties from within the control-center. When I set them to "activate two finger scroll" and close the control-center, two-finger-scroll works fine. But next time I look into the touchpad properties, this setting will be reseted and if I don't change it back, two-finger-scroll won't work any more. Version-Release number of selected component (if applicable): 2.91.91-1.fc15.x86_64 Steps to Reproduce: 1. go to control-center->mouse-properties->touchpad 2. change scrolling mode to "two finger scroll" and close the window 3. again go to control-center->mouse-properties->touchpad Actual results: The two-finger-scroll settings are reseted. Expected results: The settings are saved and don't change randomly.
The acceleration and sensitivity are bogus, there's no support in gnome-settings-daemon to set separate values for mice and touchpads. As for the scrolling method resetting, it should now be fixed. commit 4063777127c59ed11ac14bb62fcb683d01ba5a32 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Mar 18 16:19:50 2011 +0000 mouse: Don't reset scrolling method on start Or tap-to-click for that matter, if the device present does not support it. https://bugzilla.gnome.org/show_bug.cgi?id=642474
commit e4bd073dc6b6c37db3408a7a9baa0dd98d81bd16 Author: Bastien Nocera <hadess@hadess.net> Date: Fri Mar 18 18:52:58 2011 +0000 mouse: Implement touchpad motion settings Implement separate touchpad and mouse (non-touchpad) motion settings using XInput. https://bugzilla.gnome.org/show_bug.cgi?id=642474
And really pushed this time...