https://bugs.kde.org/show_bug.cgi?id=492005

--- Comment #3 from Noah Davis <noaha...@gmail.com> ---
After a bit more testing, it's still technically an issue for KIO, but the
actual source of the format ordering issue is probably something more internal
to Qt. It seems that first Klipper uses QMimeData::setImageData, which only
sets "application/x-qt-image". After that, Klipper sets
"application/x-kde-onlyReplaceEmpty". Slightly later it appends all the other
image formats. This is why "application/x-kde-onlyReplaceEmpty" shows up before
PNG. It seems like you can't assume that hint mimetypes will go after the
automatically set image types even if you set them after
QMimeData::setImageData.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to