Skip to content

Favor text over images in clipboard manager

Carlos Garnacho requested to merge wip/carlosg/clipboard-manager-favor-text into master

From the main commit:

Most usually, applications either expose clipboard content either as text
or as images, so the prioritization here is pointless. However there's some
outliers like LibreOffice Calc which exports content as both image and text
formats (besides other internal ones).
    
In that mixed case, we probably prefer to keep text formats, rather than
image based ones.

Closes: #919 (closed)

Merge request reports