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 747838 - Two finger scroll setting not remembered properly
Two finger scroll setting not remembered properly
Status: RESOLVED DUPLICATE of bug 747434
Product: mutter
Classification: Core
Component: general
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: mutter-maint
mutter-maint
Depends on:
Blocks:
 
 
Reported: 2015-04-14 10:03 UTC by Ignacio Casal Quinteiro (nacho)
Modified: 2015-04-14 13:41 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
input-settings: apply scroll methods at startup (919 bytes, patch)
2015-04-14 11:23 UTC, Ondrej Holy
none Details | Review

Description Ignacio Casal Quinteiro (nacho) 2015-04-14 10:03:37 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.
Comment 1 Ondrej Holy 2015-04-14 11:04:32 UTC
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.
Comment 2 Ondrej Holy 2015-04-14 11:05:03 UTC
There is already mutter bug for it with proposed patch...

*** This bug has been marked as a duplicate of bug 747434 ***
Comment 3 Ondrej Holy 2015-04-14 11:17:25 UTC
Sorry for mystification, bug 747434 is for natural scroll, not for scroll methods, reopening.
Comment 4 Ondrej Holy 2015-04-14 11:23:41 UTC
Created attachment 301526 [details] [review]
input-settings: apply scroll methods at startup

Seems it was forgotten (untested)...
Comment 5 Rui Matos 2015-04-14 13:41:45 UTC
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 ***