nextcloud / files_rightclick

👉 Right click menu for Nextcloud
https://apps.nextcloud.com/apps/files_rightclick
GNU Affero General Public License v3.0
65 stars 23 forks source link

Right Click broken with tap-to-click enabled in Linux #168

Closed markginter31 closed 10 months ago

markginter31 commented 1 year ago

When I enable tap-to-click in a linux desktop environment, Right Click in Nextcloud no longer works. When I disable tap-to-click then Right Click works as it should (except for download - all other right-click links work).

After a few more attempts - in KDE Plasma - in the tap to click settings - if the option "Right Click" -> "Press Anywhere With Two Fingers" is chosen then everything - including Download - works as it should. But this Only Works in X11, Not Wayland

Tried in Cinnamon -- could not find a combination of settings that allowed for tap-to-click and Right Click that would work. Only physical clicking of the touchpad buttons would work and only when tap-to-click was disabled.

Just booted up Zorin OS and everything works as expected with tap-to-click enabled by default.

markginter31 commented 1 year ago

On Linux Mint this can be fixed by installing the synaptics driver --> sudo apt install xserver-xorg-input-synaptics . Apparently libinput isn't playing nicely.