On Mon, Nov 04, 2024 at 11:34:58AM -0700, Soren Stoutner wrote: Hi,
> My question is, does anything still use /usr/share/pixmaps/ instead of > looking > in /usr/share/icons/hicolor/128x128/apps/? If not, I would like to remove > the > /usr/share/pixmaps, but I don’t want to do so if it will break anything. https://specifications.freedesktop.org/icon-theme-spec/latest/#directory_layout It's still mentioned in the theme spec, but I also believe technically the desktop enviroments following the xdg specs look for the hicolor fallback theme, and thus find icons there. Now you might encounter issues if you only ship a single resolution file and the user setup does not use that exact resolution. I'm also not sure what the default is for contempory desktop environments. If someone has more information on that topic I'd be also interested to here it. For vym I currently ship only a 48x48 png icon in the hicolor theme. Sven