Summary: | libinput throws error on 3-finger swipes on Synaptics touchpad | ||
---|---|---|---|
Product: | Wayland | Reporter: | Alexander Mikhaylenko <exalm7659> |
Component: | libinput | Assignee: | Wayland bug list <wayland-bugs> |
Status: | RESOLVED FIXED | QA Contact: | |
Severity: | minor | ||
Priority: | medium | CC: | exalm7659, nokodemus86, peter.hutterer, rhollencamp |
Version: | 1.3.0 | ||
Hardware: | x86-64 (AMD64) | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: |
libinput-list-devices output
sample libinput-debug-events output evemu-record output |
Created attachment 123547 [details]
sample libinput-debug-events output
Please attach the output of evemu-record for one of these gestures, thanks. Created attachment 123646 [details]
evemu-record output
I recieve a similar error when trying gestures on my laptop; attached is the output from evemu-record when I try and do a four-finger drag
commit 98ee1791ca6496cfe353f729047786237f1ffd3a Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Fri May 13 09:46:50 2016 +1000 gestures: don't send swipe gestures when gestures are disabled Is this problem fixed on 1.3.0? Because I'm getting the same error (In reply to Jaume from comment #6) > Is this problem fixed on 1.3.0? Because I'm getting the same error Sorry, I have seen that the commit was after the 1.3.0 tag. Thanks! Just pushed out 1.3.1, that contains the fix. *** Bug 101327 has been marked as a duplicate of this bug. *** |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
Created attachment 123546 [details] libinput-list-devices output I have an ASUS P53E laptop with a Synaptics touchpad. libinput-debug-events recognizes the 3-finger gestures, but prints an error on each update: libinput error: libinput bug: Event for missing capability CAP_GESTURE on device "SynPS/2 Synaptics TouchPad" Both Wayland and Xorg are equally affected. I use Debian Sid with libinput 1.2.4. (1.2.4-1 package) The gestures work fine if I workaround the capability check by making it always return 1, so the hardware is indeed capable to do that.