#3233: Fix hicolor icon name.
----------------------+-------------------------
Reporter: sebastic | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 7.2.1
Component: Default | Version: 7.2.0
Keywords: | CPU: Unspecified
Platform: Linux |
----------------------+-------------------------
r70064 changed the desktop file to use the grass icon instead of grass73,
but the icon files are still installed using the version, e.g.:
{{{
$(INSTALL_DATA) grass-8x8.png \
$(ARCH_DISTDIR)/share/icons/hicolor/8x8/apps/grass71.png
}}}
The attached patch fixes the issues by installing the hicolor icons as
`grass.png` to match the Icon configured in the desktop file.