When I use the tool I can not see where my mouse pointer is. I think this is because PyAutoGUI relies on X11 for mouse and keyboard automation, which doesn't function properly under Wayland due to its security restrictions. I using Ubuntu 24.04 which uses Wayland. Do you know if I have to change to X11 or are there other options?
When I use the tool I can not see where my mouse pointer is. I think this is because PyAutoGUI relies on X11 for mouse and keyboard automation, which doesn't function properly under Wayland due to its security restrictions. I using Ubuntu 24.04 which uses Wayland. Do you know if I have to change to X11 or are there other options?