-
Notifications
You must be signed in to change notification settings - Fork 379
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
Clipboard not working when using --xwayland #512
Comments
Does clipboard sharing work e.g. with |
Yeah, clipboard works with xephyr, but I wanted to use xwayland, since the GPU acceleration is better there. |
Odd that it works in Xephyr, but not in Xwayland. |
I use hyprland (Wayland compositor) and it has support for xwayland, that's what I use for running my custom docker image based on debian with xfce. |
Hey, thanks for this script to make my life easier.
I am having issues with clipboard not working whenever I run x11docker with --xwayland, I need it because the electron app does not play nicely without gpu even with --gpu args passed, but this break the clipboard sharing (bi-directional) functionality, so currently I am using the shared "file" workaround in which I saved clipboard contents in a file which is accessible from both container and host.
The text was updated successfully, but these errors were encountered: