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
{{ message }}
This repository has been archived by the owner on Feb 28, 2022. It is now read-only.
Most if not all of the mainstream Linux distributions have switched over to Wayland by default instead of X11. This presents issues related to grabbing the screen such as issue #621. For now we need to default to X11 to work around this issue (I can update the docs to reflect this) but we should really add support for Wayland if at all possible.
The text was updated successfully, but these errors were encountered:
We currently use X11 for virtual keyboard support. Can you explain how we add support for Wayland and what effect that has on our use of mss and pyautogui, our current solutions for screen capture? Are we replacing our screen capture libraries with something else?
Most if not all of the mainstream Linux distributions have switched over to Wayland by default instead of X11. This presents issues related to grabbing the screen such as issue #621. For now we need to default to X11 to work around this issue (I can update the docs to reflect this) but we should really add support for Wayland if at all possible.
The text was updated successfully, but these errors were encountered: