I am starting weston from X11 like this:
export WAYLAND_DISPLAY=mysocket
weston --socket=$WAYLAND_DISPLAY --backend=x11-backend.so
When I now start clipboard-sync, it doesn't seem to find the wayland session, even when I ensure WAYLAND_DISPLAY is set correctly. It logs:
INFO - Using clipboards: [X11Clipboard { display: ":0" }]
wl-copy works fine: WAYLAND_DISPLAY=mysocket wl-copy "a test"
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_DISPLAYis set correctly. It logs:wl-copy works fine:
WAYLAND_DISPLAY=mysocket wl-copy "a test"