https://bugs.kde.org/show_bug.cgi?id=410980
--- Comment #6 from caulier.gil...@gmail.com --- Daniel, You can hack yourself the startup shell script inside AppImage to try a work around with the locale problem. In fact, AppImage is something like ISO9600 disk mounted in virtual disk in memory and attached to a mount point in /tmp. It's very easy to extract the whole contents in your home directory during a digiKam session. Start the AppImage and look in /tmp. You will found a subdir starting with "digi" prefix. All files in this directory are AppImage in fact in read only. Just copy the directory from /tmp to your home directory and that all. You have an uncompressed version of AppImage available in read/write. The main entry in this bundle is the AppRun shell script. This one in fact that we embed while AppImage construction : https://cgit.kde.org/digikam.git/tree/project/bundles/appimage/data/AppRun As you can see, there are plenty of customization inside. You can edit this script and test until you found the right solution to your problem. Best Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.