asweigart / pyperclip

Python module for cross-platform clipboard functions.
https://pypi.python.org/pypi/pyperclip
BSD 3-Clause "New" or "Revised" License
1.6k stars 193 forks source link

wayland: request text type to wl-paste #254

Closed nik012003 closed 2 weeks ago

nik012003 commented 5 months ago

This fixes UnicodeDecodeError while the clipboards contains images or other types of content.

asweigart commented 2 weeks ago

Thanks! I wasn't able to reproduce the error, but this change makes sense and doesn't appear to break anything when I tested it.