https://bugs.kde.org/show_bug.cgi?id=493578
--- Comment #14 from ouinouin <julien.bresci...@free.fr> --- so i did a bit of fiddling with unpacking repacking the images, first , never attemps to unpack with an unzipping tool as it breaks symlinks. second : it seems the appimage doesnt like the desktop files being symlinks (not 100% sure), so i removed the symling and placed the original .desktop files instead in the root folder of the decompressed image third , i had to modify the desktop entry like the following : [Desktop Entry] Type=Application Categories=Qt;Graphics;Photography; X-AppImage-Version=8.5.0 Exec=AppRun --no-sandbox %U Icon=digikam X-DocPath=digikam/index.html calling the digikam executable directly is not working apparently for integration in the Exec section so i inspired myself from many other appimages that i unpacked , they all use Exec=AppRun --no-sandbox %U i had to add X-AppImage-Version=8.5.0 for the icon to be properly integrated , without that, i had no error for integration but no desktop entry was created so it semme mandatory fourth, i had to add the shofoto icon (shofoto.png in the root of the root folder of the decompressed image, found in usr/share/icons/hicolor/256x256/apps) , otherwise the packaging command throws an error about missing error. i could then launch and integrate without errors , and launch from mint menu once integrated without errors. -- You are receiving this mail because: You are watching all bug changes.