Support icons in /usr/share/pixmaps
hadess opened this issue · 1 comments
hadess commented
It is possible for an application to easily have icons for all sizes by using a single SVG file in /usr/share/pixmaps
. xdg-app-builder doesn't support that, and retroarch (a front-end for the libretro based emulators) uses that:
$ grep -i icon /usr/share/applications/retroarch.desktop
Icon=retroarch
$ ls /usr/share/pixmaps/retroarch.svg
4.1k /usr/share/pixmaps/retroarch.svg
hadess commented
I tried to implement this, and it would need too much code to implement (I was at around 100 lines of code, and needed to add quite a bit of code still).
This is 3 lines in the manifest, easier to deal with there for a corner case.