cl0v / tv-controller

You can now controll anything that runs node with a Flutter App that simulates your mouse and keyboard
Apache License 2.0
213 stars 73 forks source link

Functionality Issues with Linux Desktop (X11 and Wayland) #2

Open coleblvck opened 2 days ago

coleblvck commented 2 days ago

All features of the application operate on the Linux desktop using X11; however, some adjustments may be necessary for the cursor, as it moves quite slowly, which could hinder usability for end users.

In the case of Wayland, the cursor and related features are non-functional. When running the Node application, I receive the following message: "Authorization required, but no authorization protocol specified" (see attached screenshot). However, the terminal logs indicate mouse motion and cursor movement afterwards (as shown in the second screenshot). Screenshot_20241019_014537 Screenshot_20241019_014510

cl0v commented 1 day ago

Thank you, I will try to reproduce the problem.