https://bugs.kde.org/show_bug.cgi?id=514664
Oliver Beard <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |WAITINGFORINFO CC| |[email protected] Status|REPORTED |NEEDSINFO --- Comment #1 from Oliver Beard <[email protected]> --- This sounds like a libinput issue. On X11, you can verify whether the option is set by identifying the touchpad with: $ xinput list ⎡ Virtual core pointer id=2 [master pointer (3)] ⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)] ⎜ ↳ MSFT0001:01 06CB:CE2C Touchpad id=8 [slave pointer (2)] ⎜ ↳ MSFT0001:01 06CB:CE2C Mouse id=9 [slave pointer (2)] On my device, my touchpad is id 8. $ xinput list-props 8 | grep "Send Events" libinput Send Events Mode Enabled (306): 0, 1 when "Disable while mouse is connected" is enabled, and when not I get "0, 0" instead of "0, 1". If this is the case for you, then the option is set correctly and that's where any KDE involvement ends. Please close the issue and look upstream at libinput is that is the case. -- You are receiving this mail because: You are watching all bug changes.
