Bug 424306

Summary: Add reverse DNS name symlinks for app icons to support theming Flatpak app icons
Product: [Plasma] Breeze Reporter: Michael Alexsander <michaelalexsander>
Component: IconsAssignee: visual-design
Status: RESOLVED FIXED    
Severity: wishlist CC: kainz.a, katyaberezyaka, nate, niccolo.venerandi, stephen
Priority: HI    
Version: unspecified   
Target Milestone: ---   
Platform: Manjaro   
OS: Linux   
Latest Commit: Version Fixed In: 5.105

Description Michael Alexsander 2020-07-16 20:22:27 UTC
While applications that do currently have Breeze versions (such as GIMP and Inkscape) do appear when installed from the distro's package manager, they will just show their normal icons when installed from sources like Flatpak. This could be fixed by symlinking the Flatpak icons to the normal icons.
Comment 1 Nate Graham 2020-07-17 02:26:21 UTC
Can you clarify what you mean by "symlinking the Flatpak icons to the normal icons"? What should the flatpak icons be named?
Comment 2 Michael Alexsander 2020-07-17 02:31:57 UTC
Here's a example from another icon pack, Papirus: https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/blob/master/Papirus/64x64/apps/org.mozilla.firefox.svg
Comment 3 Nate Graham 2020-07-17 02:42:25 UTC
Oh I see, so we would need reverse DNS style names. Sure, I guess we can do that.
Comment 4 Nate Graham 2020-07-22 23:44:42 UTC
I started doing this by hand but got exhausted. Feels like the kind of thing that should be done programmatically at build time by having the necessary symlinks generated automatically according to a simple mapping in a text file or something. Maybe with a little Python script. :)
Comment 5 Bug Janitor Service 2022-07-07 08:18:46 UTC
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/breeze-icons/-/merge_requests/213
Comment 6 Nate Graham 2023-03-28 20:03:05 UTC
Git commit f6a1617865eb7d47f855618433988a972a8cfdc4 by Nate Graham, on behalf of Alois Wohlschlager.
Committed on 28/03/2023 at 20:02.
Pushed by ngraham into branch 'master'.

Create symlinks for reverse DNS app identifiers

When apps are installed using flatpak, the relevant icon is looked up
under its reverse DNS app identifier, and not under its plain name.
Create appropriate symlinks, so that flatpak-installed apps get their
proper icons.
FIXED-IN: 5.105

A  +151  -0    create-app-symlinks.py
M  +3    -0    icons-dark/CMakeLists.txt
M  +10   -0    icons/CMakeLists.txt
D  +0    -1    icons/apps/48/com.github.ztefn.haguichi.svg
D  +0    -1    icons/apps/48/io.gitlab.Goodvibes.svg
D  +0    -1    icons/apps/48/org.inkscape.Inkscape.svg
D  +0    -1    icons/apps/48/org.kde.skanlite.svg
D  +0    -1    icons/apps/48/org.telegram.desktop.svg

https://invent.kde.org/frameworks/breeze-icons/commit/f6a1617865eb7d47f855618433988a972a8cfdc4