https://bugs.kde.org/show_bug.cgi?id=480134
--- Comment #172 from caulier.gil...@gmail.com --- @mahikeulbody, It sound like a file from the AppImage bundle break the KSyCoca API. I think it's not only the freedesktop XML database, but perhaps another file hosted in the archive. Can you : 1/ extract the AppImage contents locally using the "--appimage-extract'" command line option. 2/ In the subdir just create, you will find the AppRun shell script used to start the application. If you run it locally, this will give exactly the same result, than starting the non extracted AppImage. You can investigate easily with the bundle contents. 3/ The famous freedesktop XMl file is located in APPIMAGE_BASE/usr/share/mime/packages/ and other files are just in the up directory: APPIMAGE_BASE/usr/share/mime/ Typically the contents of this dirs is copied from the VM linux to the bundles (XUbuntu 20.04). The freedesktop XML file is now overwritten with the version given by Maik. 4/ Can you copy the freedesktop XML file from your system to the local AppImage directly to see if it's better ? 5/ Can you take a look if other files in APPIMAGE_BASE/usr/share/mime/ can have sideeffects ? Typically, take a look if removing files or replacing with ones from your computer improve this situation ? Best Gilles -- You are receiving this mail because: You are watching all bug changes.