https://bugs.kde.org/show_bug.cgi?id=424618
jgoer...@complete.org changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |jgoer...@complete.org --- Comment #19 from jgoer...@complete.org --- I am also experiencing this on Debian buster, or even a crash on start (us kernel.unprivileged_userns_clone=1). Workaround: ./digikam-7.0.0-x86-64.appimage --appimage-extract cd squashfs-root find . -name '*nss*.so' -delete edit AppRun, comment out "preload_shared_library libnss3.so" cd .. ./appimagetool-x86_64.AppImage squashfs-root/ digikamtest.AppImage appimagetool is from https://github.com/AppImage/AppImageKit/releases So to summarize, for me, removing nss from the appimage fixes the issue. -- You are receiving this mail because: You are watching all bug changes.