https://bugs.kde.org/show_bug.cgi?id=498084
--- Comment #5 from caulier.gil...@gmail.com --- For the FlatPak i don't know, but for the AppImage it's easy. AppImage is an auto-decompress in memory container in ISO9660 format, and there is an option to extract the contents locally: https://superuser.com/questions/1301583/how-can-i-extract-files-from-an-appimage Note: The appimage file is an executable which can take arguments... When content is extracted, the AppImage executable is a bash script named AppRun, that you can tune to experiment: https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/appimage/data/AppRun?ref_type=heads To run the extracted AppImage contents locally, like the bundle, just run the patched AppRun as well. That all. Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.