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 753390 - "Natural scrolling" working only with "Two finger scroll"
"Natural scrolling" working only with "Two finger scroll"
Status: RESOLVED NOTGNOME
Product: gnome-control-center
Classification: Core
Component: Mouse
3.16.x
Other Linux
: Normal normal
: ---
Assigned To: Control-Center Maintainers
Control-Center Maintainers
https://bugs.freedesktop.org/show_bug...
Depends on:
Blocks:
 
 
Reported: 2015-08-08 14:40 UTC by Jehan
Modified: 2015-08-10 10:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Jehan 2015-08-08 14:40:17 UTC
Clicking "Natural scrolling" in the touchpad does not work when "Two finger scroll" is not checked as well.

Either this is a bug, it should work, hence a fix should be made; or this is expected and in this case, "Natural scrolling" should be greyed ou when "Two finger scroll" is unchecked.

GNOME-shell 3.16.3-1.fc22 on Fedora 22.
Comment 1 Ondrej Holy 2015-08-10 06:45:27 UTC
Thanks for your bug report. I'm convinced that natural scroll should work independently on a scroll method. However I see the exactly same behavioral. It might be bug in libinput. Peter, what do you think?

Following output from xinput shows enabled edge scroll and enabled natural scroll, however natural scroll is not working...
$ xinput list-props 14 | grep Scroll
	libinput Natural Scrolling Enabled (276):	1
	libinput Natural Scrolling Enabled Default (277):	0
	libinput Scroll Methods Available (280):	1, 1, 0
	libinput Scroll Method Enabled (281):	0, 1, 0
	libinput Scroll Method Enabled Default (282):	1, 0, 0

$ cat /proc/bus/input/devices
...
I: Bus=0011 Vendor=0002 Product=0007 Version=01b1
N: Name="SynPS/2 Synaptics TouchPad"
P: Phys=isa0060/serio1/input0
S: Sysfs=/devices/platform/i8042/serio1/input/input5
U: Uniq=
H: Handlers=mouse0 event5 
B: PROP=5
B: EV=b
B: KEY=e520 10000 0 0 0 0
B: ABS=660800011000003
Comment 2 Peter Hutterer 2015-08-10 06:51:19 UTC
oops, yeah, this is a libinput bug, verified with today's master (74236f1047). Pls open a bugreport here and I'll get to it asap:
https://bugs.freedesktop.org/enter_bug.cgi?product=Wayland&component=libinput
Comment 3 Jehan 2015-08-10 10:32:20 UTC
Libinput bug report: https://bugs.freedesktop.org/show_bug.cgi?id=91597
Comment 4 Ondrej Holy 2015-08-10 10:42:20 UTC
Thanks!