Skip to content

Add text mime type formats to RDP clibpoard

Giovanni Panozzo requested to merge issue2737 into master

The Wayland protocol wants the clipboard content format to be a mime type: see here, and kwin enforces it see here

This MR adds mime types text/plain;charset=utf-8 and text/plain to the existing UTF8_STRING and TEXT when filling local clipboard content with text.

fixes #2737 (closed)

Merge request reports