GNOME Bugzilla – Bug 747838
Two finger scroll setting not remembered properly
Last modified: 2015-04-14 13:41:45 UTC
If I unset that setting everything is fine, I get the scrolling on the side of the touchpad. Then I reboot and I get again 2 finger scrolling, though If I go to the control center the checkbox is unset properly. If I check it and uncheck it again then it works again.
I can reproduce with xf86-input-libinput. d-conf value is remembered correctly: $ gsettings get org.gnome.desktop.peripherals.touchpad scroll-method 'edge-scrolling' however libinput scroll method isn't set properly: $ xinput list-props 14 | grep "libinput Scroll Method Enabled" libinput Scroll Method Enabled (275): 1, 0, 0 It can be reproduced with dconf-editor, so it isn't definitely g-c-c bug, nor g-s-d, because for libinput settings is responsible mutter.
There is already mutter bug for it with proposed patch... *** This bug has been marked as a duplicate of bug 747434 ***
Sorry for mystification, bug 747434 is for natural scroll, not for scroll methods, reopening.
Created attachment 301526 [details] [review] input-settings: apply scroll methods at startup Seems it was forgotten (untested)...
I'd prefer to go with a patch like I attached to bug 747434 . *** This bug has been marked as a duplicate of bug 747434 ***