This is a follow-up to #217 and adds the 22x22 PNG icon for compliance with Debian Policy section 9.6 which documents:
Unless hidden by default, the desktop entry must point to a PNG or SVG icon with a transparent background, providing at least the 22×22 size, and preferably up to 64×64. The icon should be neutral enough to integrate well with the default icon themes. It is encouraged to ship the icon in the default hicolor icon theme directories, or to use an existing icon from the hicolor theme.
https://www.debian.org/doc/debian-policy/ch-opersys.html#s-menus
Anonymous
The 22x22 icon needs to be added to
src/saga_core/saga_gui/res/Bas,
Would it not be better to supply a 64x64 icon if that is preferable?
Thanks anyway.
Kind Regards,
Johan
The 64x64 was added via the previous issue #217, that installed the 8x8, 16x16, 24x24, 32x32, 48x48, 64x64, 72x72, 80x80, 96x96, 128x128, 192x192 & 256x256 PNG icons. Only the 22x22 icon is missing for compliance with the Debian Policy version 3.9.8.
Ok, I misread -thinking that the size should be at least 22x22, preferably 64x64. I've comitted the file
https://sourceforge.net/p/saga-gis/code-0/2911/
Thanks. Can you also apply the hicolor-icon-22x22.patch (sourceforge.net) to add the 22x22 icon to the list of sizes to install in
src/saga_core/saga_gui/Makefile.am?Applied in https://sourceforge.net/p/saga-gis/code-0/2912/ , thanks!