(08-01-2023, 07:27 AM)Kevin Kofler Wrote: If you install an icon to the systemwide hicolor theme, you need to run gtk-update-icon-cache for GTK to pick up the new icon. This is normally done in packages' post-installation scripts, see your distribution's (i.e., Mobian's in this case) packaging guidelines.
Using an absolute path to the icon works, but is not the recommended way to do things because it means the icon is not themable.
Good to know for the future, but in this case is the right move.
The icon is already designed to conform to the Gnome HIG, and doesn't need theming ootb.
(08-01-2023, 07:27 AM)Kevin Kofler Wrote: If you install an icon to the systemwide hicolor theme, you need to run gtk-update-icon-cache for GTK to pick up the new icon. This is normally done in packages' post-installation scripts, see your distribution's (i.e., Mobian's in this case) packaging guidelines.
Using an absolute path to the icon works, but is not the recommended way to do things because it means the icon is not themable.
The only official package I plan to support long-term as stated on the repo, are flatpaks,
volunteers are welcome to make pull requests for other distributions support, but I am one woman, and I'm gonna aim at what ik I can hit for now.
I'll worry abt more *officially supported* distributions if maintaining a flatpak turns out to be easy enough.
In general like many (most?) gtk4 / libadwaita app devs, I don't support theming ootb.
I plan to get light / dark theming taken care of for libadwaita and that is it.