You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I know this is an old issue but I'll add a comment for the future.
This is due to Wayland display server.
We are using pyautogui for mouse movement and it is not compatible with Wayland server, it only supports X11 server.
You can find more information here: asweigart/pyautogui#111
In order to find which display server you are using you can check following variable in terminal:
$ echo $XDG_SESSION_TYPE
If it returns "x11" than mouse movement and dwell click will function.
If it returns "wayland" than mouse movement and dwell click will NOT function.
Unfortunately, starting from Ubuntu 22.04 Wayland is the default display server for Ubuntu OS.
If pyautogui adds update for wayland than it will be incorporated here as well.
Maybe some other package can be used for wayland maybe.
I added a note regarding Wayland in the README file.
Thanks for noticing this issue.
BTW I added scripts for installing development environment (python venv) for Ubuntu 20.04, 22.04 and 24.04
Hi, this seems awesome.
On ubuntu 22.04 the mouse is not moving. The ArUco is recognized.
Thanks for your help
The text was updated successfully, but these errors were encountered: