https://bugs.kde.org/show_bug.cgi?id=417885
--- Comment #22 from spam-recei...@web.de --- (In reply to caulier.gilles from comment #21) > Can you provide a full trace of appimage bundle startup from the console ? Fresh download of https://files.kde.org/digikam/digiKam-7.5.0-20211231T102525-x86-64-debug.appimage ``` $ ./digiKam-7.5.0-20211231T102525-x86-64-debug.appimage --appimage-extract [...] $ ./squashfs-root/AppRun -- digiKam Linux AppImage Bundle -- Use 'help' as CLI argument to know all available options for digiKam application. -- Notes: to integrate this bundle to your desktop, use AppImageLauncher. -- to enable all debug messages on the console, use 'export QT_LOGGING_RULES="digikam*=true"'. Check library libudev.so.0 Check library libxcb-dri3.so.0 Check library libcrypto.so.1.1 Check library libssl.so.1.1 -- Preloading shared libs: :/usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0:/usr/lib/x86_64-linux-gnu/libcrypto.so.1.1:/usr/lib/x86_64-linux-gnu/libssl.so.1.1 digikam: error while loading shared libraries: libQt5Core.so.5: cannot open shared object file: No such file or directory $ ll /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 lrwxrwxrwx 1 root root 20 Mar 27 2020 /usr/lib/x86_64-linux-gnu/libxcb-dri3.so.0 -> libxcb-dri3.so.0.0.0 $ ll /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 -rw-r--r-- 1 root root 2954080 Nov 24 14:20 /usr/lib/x86_64-linux-gnu/libcrypto.so.1.1 $ ll /usr/lib/x86_64-linux-gnu/libssl.so.1.1 -rw-r--r-- 1 root root 598104 Nov 24 14:20 /usr/lib/x86_64-linux-gnu/libssl.so.1.1 ``` -- You are receiving this mail because: You are watching all bug changes.