-
Notifications
You must be signed in to change notification settings - Fork 10
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
Not detecting Wayland / Weston #39
Comments
Looking at the source, it seems like clipboard-sync expects the environment variable to be Line 195 in a79e6ad
So I now am using
|
Looks like Weston does not support |
I tried cage, however it fails with
|
I think even if |
I've reproduced this. Since wl-copy and wl-paste work, it's clearly doable. I'm looking into it now to figure out the best way to get this into clipboard-sync. |
I got this much working. My initial quick and dirty approach is using the
|
I am starting weston from X11 like this:
When I now start
clipboard-sync
, it doesn't seem to find the wayland session, even when I ensureWAYLAND_DISPLAY
is set correctly. It logs:wl-copy works fine:
WAYLAND_DISPLAY=mysocket wl-copy "a test"
The text was updated successfully, but these errors were encountered: