Description of problem: Testing 22 Alpha 3 - touchpad will scroll with two fingers and push to click but selecting tap to click does not in fact enable tap to click. This has something to do with wayland since in the past I could try the wayland-gnome and the same behavior was present. Dell XPS-13 with CyPS/2 Cypress Trackpad. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1.Log in 2.set tap to click in control panel 3. no tappy no clicky Actual results: no tap to click Expected results: tap to click Additional info: Dell XPS-13 CyPS/2 Cypress Trackpad
does the touchpad have INPUT_PROP_BUTTONPAD set? If not, you need https://patchwork.kernel.org/patch/5956111/ which is making it's way into the fedora kernels, see Bug 1201532. Are you using an X or wayland session? If X, what's the output of xinput list-props <touchpaddevice name>
Here what i have on ArchLinux. [gnumdk@arch ~]$ xinput list-props "DLL060A:00 06CB:2734" Device 'DLL060A:00 06CB:2734': Device Enabled (138): 1 Coordinate Transformation Matrix (140): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 Device Accel Profile (268): 1 Device Accel Constant Deceleration (269): 2.500000 Device Accel Adaptive Deceleration (270): 1.000000 Device Accel Velocity Scaling (271): 12.500000 Synaptics Edges (272): 163, 3908, 134, 2339 Synaptics Finger (273): 25, 30, 0 Synaptics Tap Time (274): 180 Synaptics Tap Move (275): 209 Synaptics Tap Durations (276): 180, 100, 100 Synaptics ClickPad (277): 1 Synaptics Middle Button Timeout (278): 0 Synaptics Two-Finger Pressure (279): 282 Synaptics Two-Finger Width (280): 7 Synaptics Scrolling Distance (281): 95, 95 Synaptics Edge Scrolling (282): 0, 0, 0 Synaptics Two-Finger Scrolling (283): 1, 1 Synaptics Move Speed (284): 1.000000, 1.750000, 0.042017, 0.000000 Synaptics Off (285): 2 Synaptics Locked Drags (286): 0 Synaptics Locked Drags Timeout (287): 5000 Synaptics Tap Action (288): 0, 0, 0, 0, 1, 3, 2 Synaptics Click Action (289): 1, 3, 2 Synaptics Circular Scrolling (290): 0 Synaptics Circular Scrolling Distance (291): 0.100000 Synaptics Circular Scrolling Trigger (292): 0 Synaptics Circular Pad (293): 0 Synaptics Palm Detection (294): 0 Synaptics Palm Dimensions (295): 10, 200 Synaptics Coasting Speed (296): 20.000000, 50.000000 Synaptics Pressure Motion (297): 30, 160 Synaptics Pressure Motion Factor (298): 1.000000, 1.000000 Synaptics Grab Event Device (299): 0 Synaptics Gestures (300): 1 Synaptics Capabilities (301): 1, 0, 0, 1, 1, 1, 0 Synaptics Pad Resolution (302): 41, 41 Synaptics Area (303): 0, 0, 0, 0 Synaptics Soft Button Areas (304): 2035, 0, 2027, 0, 0, 0, 0, 0 Synaptics Noise Cancellation (305): 23, 23 Device Product ID (259): 1739, 10036 Device Node (260): "/dev/input/event7"
And on Fedora 22 up to date: Device 'DLL060A:00 06CB:2734': Device Enabled (136): 1 Coordinate Transformation Matrix (138): 1.000000, 0.000000, 0.000000, 0.000000, 1.000000, 0.000000, 0.000000, 0.000000, 1.000000 libinput Tapping Enabled (276): 0 libinput Tapping Enabled Default (277): 0 libinput Accel Speed (278): 0.000000 libinput Accel Speed Default (279): 0.000000 libinput Natural Scrolling Enabled (280): 0 libinput Natural Scrolling Enabled Default (281): 0 libinput Send Events Modes Available (257): 1, 1 libinput Send Events Mode Enabled (258): 0, 0 libinput Send Events Mode Enabled Default (259): 0, 0 libinput Left Handed Enabled (282): 0 libinput Left Handed Enabled Default (283): 0 libinput Scroll Methods Available (284): 1, 0, 0 libinput Scroll Method Enabled (285): 1, 0, 0 libinput Scroll Method Enabled Default (286): 1, 0, 0 libinput Click Methods Available (287): 1, 1 libinput Click Method Enabled (288): 1, 0 libinput Click Method Enabled Default (289): 1, 0 Device Node (260): "/dev/input/event12" Device Product ID (261): 1739, 10036
*** This bug has been marked as a duplicate of bug 1202773 ***