https://bugs.kde.org/show_bug.cgi?id=517588
--- Comment #4 from Maik Qualmann <[email protected]> --- We set the image selection as a QImage using QMimeData::setImageData() and pass it to the QClipboard. Internally in Qt, it's then stored as a Jpeg2000 image in QInternalMimeData::renderDataHelper(). Normally, Qt would process it as a PNG. So I suspect Fedora patched something to improve interaction with GNOME programs. To avoid encoding the QMimeData myself, I'll take a different approach... Maik -- You are receiving this mail because: You are watching all bug changes.
