https://bugs.winehq.org/show_bug.cgi?id=53114 mistermagio(a)gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mistermagio(a)gmail.com --- Comment #26 from mistermagio(a)gmail.com --- (In reply to msizanoen from comment #24)
This issue can currently be worked around with the following command: ``` xinput list --name-only | grep ^xwayland-pointer-gestures | xargs -n1 xinput disable ``` Please note that this will disable touchpad gestures for ALL X11 applications. To revert this, run the same command with `disable` replaced with `enable`.
Thanks for the workaround ! Is there a way to make this persist through reboots? -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.