https://bugs.kde.org/show_bug.cgi?id=456757
--- Comment #3 from David Korth <gerbils...@gerbilsoft.com> --- org.kde.kdegraphics.gwenview.lib: QImageReader::read() using format hint "tga" failed: "Unknown error" org.kde.kdegraphics.gwenview.lib: A bad Qt image decoder moved the buffer to 18 in a call to canRead()! Rewinding. org.kde.kdegraphics.gwenview.lib: Image format is actually "ico" not "tga" It seems to be an issue with the underlying QImageReader not handling TGA properly. *** Fixed it, it seems to be an issue with qtimageformats. My system has two TGA Qt image plugins installed: libqtga (part of qtimageformats), and kimg_tga (part of kimageformats). With both enabled, gwenview tries using libqtga first, which fails. Disabling libqtga causes gwenview to use kimg_tga instead, and that appears to work, at least for true-color TGAs. (8-bpp TGAs aren't loading for me with either one.) -- You are receiving this mail because: You are watching all bug changes.