Skip to content

x11: Avoid a critical in clipboard data transfer

Matthias Clasen requested to merge matthiasc/for-master into master

The handler we are calling here asserts that it gets an interned string as mime_type. So give it one.

Fixes: #2736 (closed)

Merge request reports