GNOME Bugzilla – Bug 759559
scroll-method still referenced in deprecated mouse plugin
Last modified: 2015-12-17 10:46:06 UTC
Something we removed from the gsettings-desktop-schemas version of the settings.
Created attachment 317550 [details] [review] mouse: Migrate scroll-method key to new edge-scrolling-enabled key The scroll-method key was removed from the touchpad settings in gsettings-desktop-schemas, so migrate the old key to the correct new one.
Created attachment 317551 [details] [review] mouse: Force 2-finger scroll by default if available When the touchpad is two-finger scrolling capable, always enable it. When the touchpad only supports edge scrolling (usually older devices, and usually smaller devices), allow disabling the edge scrolling. This requires a newer gsettings-desktop-schemas as the scroll-method key was removed, and the edge-scroll-enabled key added. See https://bugzilla.gnome.org/show_bug.cgi?id=759304
Attachment 317550 [details] pushed as 1be6b1d - mouse: Migrate scroll-method key to new edge-scrolling-enabled key Attachment 317551 [details] pushed as 570cc8a - mouse: Force 2-finger scroll by default if available