[GRASS-dev] [GRASS GIS] #3233: Fix hicolor icon name.

#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.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3233&gt;
GRASS GIS <https://grass.osgeo.org>

#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
Resolution: | Keywords:
       CPU: Unspecified | Platform: Linux
--------------------------+-------------------------
Changes (by sebastic):

* Attachment "hicolor-icons.patch" added.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3233&gt;
GRASS GIS <https://grass.osgeo.org>

#3233: Fix hicolor icon name.
--------------------------+-------------------------
  Reporter: sebastic | Owner: grass-dev@…
      Type: defect | Status: closed
  Priority: normal | Milestone: 7.2.1
Component: Default | Version: 7.2.0
Resolution: fixed | Keywords:
       CPU: Unspecified | Platform: Linux
--------------------------+-------------------------
Changes (by neteler):

* status: new => closed
* resolution: => fixed

Comment:

Thanks, fixed in trunk (r70165) and relbranch72 (r70166).

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3233#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>