-
Notifications
You must be signed in to change notification settings - Fork 59
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
wl-copy hangs reading stdin if it is not run from a pseudoterminal #228
Comments
does this have something to do with |
Maybe we could make a shell script wrapper so that I can even call my-wl-copy on a region in emacs and it won't hang. P.S., I checked but don't unhttps://www.emacswiki.org/emacs/CopyAndPaste#h5o-4 |
Related issues: #110, #154, #212, #224 FWIW, I wrote a little shell script to sync the clipboard over ssh, maybe only works on text idk, but it keeps it synced two-way which is nice, and you can probably sync multiple virtual machines like this if you want.
For emacs, check this out: https://www.emacswiki.org/emacs/CopyAndPaste#h5o-4 |
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: