Skip to content
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

Image is wrongly copied into clipboard as text #68

Closed
s-ol opened this issue Nov 27, 2020 · 0 comments · Fixed by #69
Closed

Image is wrongly copied into clipboard as text #68

s-ol opened this issue Nov 27, 2020 · 0 comments · Fixed by #69
Labels
bug Something isn't working

Comments

@s-ol
Copy link

s-ol commented Nov 27, 2020

When I use the "copy to clipboard" function, the PNG contents are copied to the clipboard, but wl-clipboard assumes the data is text:

wl-paste -l
text/plain
text/plain;charset=utf-8
TEXT
STRING
UTF8_STRING

as a result the content cannot be pasted anywhere usefully. specifiying -t image/png to wl-copy on the command line should solve this issue.

@s-ol s-ol changed the title Specify MIME type for wl-copy Image is wrongly copied into clipboard as text Nov 27, 2020
@jtheoof jtheoof added the bug Something isn't working label Dec 2, 2020
jtheoof added a commit that referenced this issue Dec 2, 2020
jtheoof added a commit that referenced this issue Dec 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants