https://bugs.kde.org/show_bug.cgi?id=440197
--- Comment #7 from Maik Qualmann <metzping...@gmail.com> --- This is a very strange problem and I don't think the bug is in digiKam. First of all, Exiv2 cannot load metadata !!! Loading via the JPG extension fails !!! digiKam now checks the magic bytes and correctly finds 0xFF 0xD8 - a JPG file. The JPG Loader checks again for 0xFF 0xD8 and rewinds to the beginning of the file with rewind(). The Libjpeg now identifies the 2 following bytes 0xFF 0xE0 and of course refuses it as a JPG file. So your filesystem doesn't seem to support file positioning like rewind() for example. We could perhaps do a workaround for our JPG loader, but Exiv2 does not work with your file system either - you must repair your file system. Maik -- You are receiving this mail because: You are watching all bug changes.