https://bugs.kde.org/show_bug.cgi?id=450117
--- Comment #11 from Michael <michael.nos...@gmx.de> --- (In reply to Maik Qualmann from comment #10) > In our pre-release digiKam-7.7.0 AppImage from here: > > https://files.kde.org/digikam/ > > Let's use a git/master version of Exiv2 and it will show all Exif metadata. > Not with the version from openSUSE Tumbleweed. > > Maik Thanks for your hint. I fetched the current pre-release exiv 1.0.0.9 from git (both source code and precompiled version). But I couldn't "convince" digikam 7.6.0 to use the updated library (neither the precompiled nor my compiled version). After copying the new library into /lib64, I tried to "fool" digikam by linking the new version ln -s libexiv2.so.1.0.0.9 libexiv2.so.27 Sadly digikam fails to start with undefined symbol. Then I tried your prerelease 7.7.0 - it resolves my issue. But for my working digikam workflow I'd prefer to stay with the stable 7.6.0. Do you have any suggestion which exiv2 version would work with digikam 7.6.0? Maybe I've missed one step when I replaced the current libexiv2.so.0.27.5? Regards (and thanks for your fast solution!), Michael -- You are receiving this mail because: You are watching all bug changes.