We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
-t image/png
The text was updated successfully, but these errors were encountered:
fix(clipboard): wl-copy mimetype should be png
74906bd
Closes #68
a931acb
Successfully merging a pull request may close this issue.
When I use the "copy to clipboard" function, the PNG contents are copied to the clipboard, but wl-clipboard assumes the data is text:
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.The text was updated successfully, but these errors were encountered: