Created attachment 103564 [details] Generic icon when searching for "digiKam" in the Unity Dash Following up on bug 375108: when first launching the appimage, it offers to integrate with the system. I clicked Yes, which seems to add the appimage to the Ubuntu applications. The problem is that when I search the Unity Dash for "digiK...", the icon that shows up is a generic "file" one (white rectangle with dog-eared corner).
Created attachment 103565 [details] After I click on the generic icon, I see another big rhombus-shaped generic icon
It's reproducible with Krita or Kate AppImage ? Gilles Caulier
Krita doesn't offer to integrate itself with the system when I launch its appimage, so when I search in the Dash for Krita, I only find the appimage file, not the installed app. When I search the Dash for "digiKam", I find both, as seen in the screenshot.
And with Kate AppImage ? Note : I'm suprized that Krita do not propose Desktop integration. This feature is aprovided by AppImage SDK, abd Krita script was been the reference that i use to write digiKam one. Gilles Caulier
I already have Kate installed, and when I launched the new Kate appimage, it didn't prompt for anything. The appimage used the same Unity launcher icon as the installed Kate, so I'm not sure how useful my setup/test is.
Git commit b8317a7c121f5fa407a9ba250615c7536c125f56 by Gilles Caulier. Committed on 03/02/2019 at 10:27. Pushed by cgilles into branch 'master'. add StartupWMClass property to desktop files Related: bug 378253, bug 376615, bug 381739 M +1 -0 core/app/main/org.kde.digikam.desktop M +1 -0 core/showfoto/main/org.kde.showfoto.desktop https://commits.kde.org/digikam/b8317a7c121f5fa407a9ba250615c7536c125f56
Git commit 473d13879eb43b868a4e072049141e04e0bdbcd3 by Gilles Caulier. Committed on 03/02/2019 at 10:31. Pushed by cgilles into branch 'development/dplugins'. add StartupWMClass property to desktop files Related: bug 378253, bug 376615, bug 381739 M +1 -0 core/app/main/org.kde.digikam.desktop M +1 -0 core/showfoto/main/org.kde.showfoto.desktop https://commits.kde.org/digikam/473d13879eb43b868a4e072049141e04e0bdbcd3
Fixed with AppImage digikam-6.0.0-20190203T151814-x86-64.appimage available here : https://files.kde.org/digikam/ See bug #378253 for details... Gilles Caulier