Opened 8 years ago
Closed 8 years ago
#3233 closed defect (fixed)
Fix hicolor icon name.
Reported by: | Bas Couwenberg | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.1 |
Component: | Default | Version: | 7.2.0 |
Keywords: | Cc: | Bas Couwenberg | |
CPU: | Unspecified | Platform: | Linux |
Description
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.
Attachments (1)
Change History (2)
by , 8 years ago
Attachment: | hicolor-icons.patch added |
---|
comment:1 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Thanks, fixed in trunk (r70165) and relbranch72 (r70166).