https://bugs.kde.org/show_bug.cgi?id=447150
caulier.gil...@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |caulier.gil...@gmail.com --- Comment #6 from caulier.gil...@gmail.com --- Well, look the bash script used internally of AppImage bundle : https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/appimage/data/AppRun#L119 It load listed shared libraries using this function before to start digiKam binary : https://invent.kde.org/graphics/digikam/-/blob/master/project/bundles/appimage/data/AppRun#L14 You can try to tune this script on your system easily. Extract all AppImage bundle contents : # ./digiKam-7.5.0-20211225T124151-x86-64.appimage --appimage-extract ... squashfs-root/.DirIcon squashfs-root/AppRun squashfs-root/digikam.png squashfs-root/org.kde.digikam.desktop squashfs-root/usr squashfs-root/usr/bin squashfs-root/usr/bin/QtWebEngineProcess squashfs-root/usr/bin/data squashfs-root/usr/bin/data/LICENSE.txt squashfs-root/usr/bin/data/audio squashfs-root/usr/bin/data/audio/KDE-Sys-App-Positive.ogg squashfs-root/usr/bin/data/audio/KDE-Sys-List-End.ogg squashfs-root/usr/bin/data/bitmaps squashfs-root/usr/bin/data/bitmaps/airport.png squashfs-root/usr/bin/data/bitmaps/annotation.png squashfs-root/usr/bin/data/bitmaps/antarctic_shelves.png squashfs-root/usr/bin/data/bitmaps/audio-x-generic.png squashfs-root/usr/bin/data/bitmaps/bookmark.png squashfs-root/usr/bin/data/bitmaps/border_1.png squashfs-root/usr/bin/data/bitmaps/border_2.png squashfs-root/usr/bin/data/bitmaps/border_disputed.png squashfs-root/usr/bin/data/bitmaps/border_maritime.png squashfs-root/usr/bin/data/bitmaps/city_1_orange.png ... The script to patch is located here : ./squashfs-root/AppRun After to modify, run it, that all, and look if it work better on your computer. Best Gilles Caulier -- You are receiving this mail because: You are watching all bug changes.