https://bugs.winehq.org/show_bug.cgi?id=53114
msizanoen@qtmlabs.xyz changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |msizanoen@qtmlabs.xyz
--- Comment #24 from msizanoen@qtmlabs.xyz --- 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`.