Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mouse click #140

Open
hippiechris opened this issue May 13, 2020 · 4 comments
Open

Mouse click #140

hippiechris opened this issue May 13, 2020 · 4 comments

Comments

@hippiechris
Copy link

Neither left or right mouse click work for me on either of my computers, both ubuntu 20. Everything else in other remotes seems to work well, but I can't click the mouse

@gioele-antoci
Copy link

Have you tried long tapping followed by a short tap? I have the same problem on rpi and that sequence of taps worked for me

@securjty
Copy link

Neither left or right mouse click work for me on either of my computers, both ubuntu 20. Everything else in other remotes seems to work well, but I can't click the mouse

Have you solved this problem?
I have the same problem, only on 21.10. I looked in the wireshark, all packets from the phone to the computer reach

Have you tried long tapping followed by a short tap? I have the same problem on rpi and that sequence of taps worked for me

It works, but it's terribly uncomfortable. With the same settings on the phone and the server on windows everything works fine.

@byrongibby
Copy link

Have you tried long tapping followed by a short tap? I have the same problem on rpi and that sequence of taps worked for me

This works for me as well, but as mentioned, it makes for a terrible user experience.

Furthermore, special characters and capitals are not sent from the keyboard.

Feel like I wasted my money on this app...

@axoroll7
Copy link

My theory is that it is related to Wayland (uinput). The server seems to work better with X11. It does not work well with Ubuntu 22.04, in which Wayland is forced, and X11 is absent if Ubuntu was not upgraded from a precedent installation.

I want to try to install Ubuntu 20.04 (which contains X11), force X11, upgrade Ubuntu to the 22.04 version, and force again X11. This way, it could work.

I wanted the performance boost from Wayland, but I can not find a better solution.

It would be perfect if someone can find the problem in the uinput implementation.

aaronkirschen added a commit to aaronkirschen/Remotes that referenced this issue Nov 23, 2023
Replaced `mouse.Click()` with `mouse.Down()` followed by `mouse.Up()` to address input issues on Linux Wayland (tested on KDE kwin_wayland). This change also ensures continued compatibility with other platforms, including Windows and various Linux environments, preserving consistent and reliable mouse interaction across all supported systems.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants