https://bugs.kde.org/show_bug.cgi?id=446201
--- Comment #11 from caulier.gil...@gmail.com --- Hi here, when you said digiKam freeze, it come alive after a few seconds or not ? I'm not sure if it's a crash. We need a gdb backtrace taken with the "debug" version of appimage bundle 7.6.0 pre-release available here : https://files.kde.org/digikam/ Also, don't forget to set the QT debug variable before to start digiKam from a console. This will enable the log traces : export QT_LOGGING_RULES="digikam*=true" To run the appimage bundle in gdb, use "debug" argument on command line when you start digiKam. When it crash, use "bt" gdb command to get the backtrace.For ex : ./digiKam-7.6.0-20220121T100515-x86-64-debug.appimage debug ... ___crash_here___ >bt ___backtrace is here___ ... Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.