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
I have a machine running a wayland session (with sway as a compositor) on wayland-1. If i ssh into that machine and do env WL_DISPLAY=wayland-1 wl-copy then i can type on stdin, and hit ctrl-D to end the input, and it gets placed in the wayland clipboard.
Alternately, from the ssh session, i can do:
echo test | env WAYLAND_DISPLAY=wayland-1 wl-copy
and it puts the string test in the wayland clipboard and terminates. Success so far!
however, if i do this all in one go from outside the machine, it hangs:
echo test | ssh $MACHINE env WAYLAND_DISPLAY=wayland-1 wl-copy
i've tried using strace to understand what's happening, but it looks like there are subprocesses i don't understand (cat and file)
The text was updated successfully, but these errors were encountered:
I'm using wl-clipboard 2.2.1-1 on debian.
I have a machine running a wayland session (with sway as a compositor) on
wayland-1
. If i ssh into that machine and doenv WL_DISPLAY=wayland-1 wl-copy
then i can type on stdin, and hit ctrl-D to end the input, and it gets placed in the wayland clipboard.Alternately, from the ssh session, i can do:
and it puts the string
test
in the wayland clipboard and terminates. Success so far!however, if i do this all in one go from outside the machine, it hangs:
i've tried using
strace
to understand what's happening, but it looks like there are subprocesses i don't understand (cat
andfile
)The text was updated successfully, but these errors were encountered: