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 759559 - scroll-method still referenced in deprecated mouse plugin
scroll-method still referenced in deprecated mouse plugin
Status: RESOLVED FIXED
Product: gnome-settings-daemon
Classification: Core
Component: mouse
3.17.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-settings-daemon-maint
gnome-settings-daemon-maint
Depends on:
Blocks:
 
 
Reported: 2015-12-16 19:08 UTC by Bastien Nocera
Modified: 2015-12-17 10:46 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
mouse: Migrate scroll-method key to new edge-scrolling-enabled key (1.75 KB, patch)
2015-12-17 10:44 UTC, Bastien Nocera
committed Details | Review
mouse: Force 2-finger scroll by default if available (4.87 KB, patch)
2015-12-17 10:44 UTC, Bastien Nocera
committed Details | Review

Description Bastien Nocera 2015-12-16 19:08:45 UTC
Something we removed from the gsettings-desktop-schemas version of the settings.
Comment 1 Bastien Nocera 2015-12-17 10:44:28 UTC
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.
Comment 2 Bastien Nocera 2015-12-17 10:44:40 UTC
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
Comment 3 Bastien Nocera 2015-12-17 10:45:49 UTC
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