Skip to content

Can't paste a PGP key copied with wl-copy #44

@mh-cbon

Description

@mh-cbon

Hi,

Thanks for the package!

I have a small issue, unfortunately, with this command

gpg --export -a test@test.com | wl-copy

It does not work when i try to paste data.

However!, this works

echo "test" | wl-copy

FYI, 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-----
... 

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions