Closed glyh closed 1 year ago
Hmm, which Wayland compositor are you using? And could you run cat log | env WAYLAND_DEBUG=1 wl-copy
and attach the output here?
Also, does the regular wl-clipboard work?
Also, does the regular wl-clipboard work?
I'm using sway. wl-clipboard is working. I'm going to reproduce later
also it turns out I can't reproduce on large file, here's the specific file I am using:
save above file as log and do cat log | wl-copy
Do you have any clipboard manager type thing running?
No. I don't. Did you reproduce the error with the YAML file?
Sorry it took so long, but I got sway running and that file works fine for me:
└─ ./wl-copy hello
┌ (master) ~/s/r/w/t/debug
└─ ./wl-copy -V
wl-copy 0.7.0
┌ (master) ~/s/r/w/t/debug
└─ cat ~/bug.yaml | ./wl-copy
┌ (master) ~/s/r/w/t/debug
└─ ./wl-paste -l
text/plain;charset=utf-8
UTF8_STRING
text/plain
TEXT
STRING
┌ (master) ~/s/r/w/t/debug
└─ ./wl-paste | wc -l
2768
Hmm, I guess I'll just hop to wl-clipboard then, that is working for me. If you think that's not a bug you can close this.
Yeah, I'm not sure what's causing this, sorry. Please feel free to reopen if you happen to figure anything else out
I have a log file that is 84kB, I can't copy it to clipboard, but wl-clipboard is working.