-
Notifications
You must be signed in to change notification settings - Fork 540
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
Ubuntu 21+ is not supported [wayland] #219
Comments
Adding context here: In my experience the closest successful installs were are on distros that have I recommend a combination of |
On my end, got it to run via cloning the repo and using that. Using Fedora with Xorg windowing system. It's not the mac experience yet, but have hope that it will get there sometime soon. |
@Notnaton Took a look at your PR. For the |
@mysticaltech @Notnaton I am new to 01 Light. I am using Ubuntu 22.04. When I do the following "poetry run 01 then try to record by Holding down the space bar, nothing happens. This is because the pynput library does not work with Wayland. A friend and I tested small pynput scripts. Didn't work with Wayland. Worked with X.org pynput is used in software/source/client/base_device.py This is a reference to Wayland/pynput https://www.reddit.com/r/learnpython/comments/1bup4vb/pynput_doesnt_work_on_wayland/ https://pynput.readthedocs.io/en/latest/limitations.html#linux |
Some dependencies uses x11 and is not compatible with wayland
https://github.com/Kalmat/PyWinCtl?tab=readme-ov-file#linux-notice
https://github.com/asweigart/pyautogui/issues?q=is%3Aissue+is%3Aopen+wayland
The text was updated successfully, but these errors were encountered: