https://bugs.winehq.org/show_bug.cgi?id=53114
mistermagio@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |mistermagio@gmail.com
--- Comment #26 from mistermagio@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?