https://bugs.kde.org/show_bug.cgi?id=485447
Bug ID: 485447 Summary: Snap install does not have an application icon Classification: Applications Product: krita Version: 5.2.2 Platform: Snap OS: Linux Status: REPORTED Severity: minor Priority: NOR Component: * Unknown Assignee: krita-bugs-n...@kde.org Reporter: jose.m...@gmail.com Target Milestone: --- Created attachment 168425 --> https://bugs.kde.org/attachment.cgi?id=168425&action=edit Krita icon of snap install on Ubuntu 24.04 SUMMARY Snap install does not have an application icon, a default one is shown instead. SOFTWARE/OS VERSIONS Krita 5.2.2 snap version 104 (latest/stable) Ubuntu 24.04 ADDITIONAL INFORMATION Icon is not shown because it is not specified: $ grep Icon /snap/krita/current/meta/gui/krita.desktop Icon=krita $ grep Icon /var/lib/snapd/desktop/applications/krita_krita.desktop Icon=krita Compare that with the Firefox snap icon definition: $ grep Icon /snap/firefox/current/meta/gui/firefox.desktop Icon=${SNAP}/default256.png $ grep Icon /var/lib/snapd/desktop/applications/firefox_firefox.desktop Icon=/snap/firefox/4090/default256.png I guess that inside meta/gui/krita.desktop the icon should be specified as: Icon=${SNAP}/usr/share/icons/hicolor/256x256/apps/krita.png -- You are receiving this mail because: You are watching all bug changes.