-
Notifications
You must be signed in to change notification settings - Fork 80
Can't paste a PGP key copied with wl-copy #44
Copy link
Copy link
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Hi,
Thanks for the package!
I have a small issue, unfortunately, with this command
gpg --export -a test@test.com | wl-copyIt does not work when i try to paste data.
However!, this works
echo "test" | wl-copyFYI, its not related to fds, and i confirm i run wayland
$ echo $XDG_SESSION_TYPE
wayland
$ echo "test" 1>/dev/null
$ gpg --export -a test@test.com 1>/dev/null
$ echo "test" 2>/dev/null
test
$ gpg --export -a test@test.com 2>/dev/null
-----BEGIN PGP PUBLIC KEY BLOCK-----
... Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working