https://bugs.kde.org/show_bug.cgi?id=492040
--- Comment #14 from caulier.gil...@gmail.com --- Certainly. To hack, with the last AppImage file, extract the content from the bundle in temporary dir by passing the "--appimage-extract" argument on the command line. In the subdir just created, you will found the AppRun bash script used to start the application in the AppImage. As the whole bundle is now extracted, you can run it as well to execute AppRun script. The behaviors must be exactly the same. How to hack this problem: look on this line of the script : https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/appimage/data/AppRun?ref_type=heads#L148 There are line to branch the rules about preloading shared libs from the system before to run the application (instead the bundle one). Typically you have a lib to load here with your system, the problem of course is to found right one. Gilles -- You are receiving this mail because: You are watching all bug changes.