[GRASS-SVN] r59241 - grass/branches/releasebranch_6_4/gui/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 13 03:55:58 PDT 2014
Author: neteler
Date: 2014-03-13 03:55:58 -0700 (Thu, 13 Mar 2014)
New Revision: 59241
Modified:
grass/branches/releasebranch_6_4/gui/icons/grass.desktop
Log:
grass.desktop: no absolute path to the icon; fixes https://bugzilla.redhat.com/show_bug.cgi?id=986852; following http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html#extra-actions-keys; encoding string added
Modified: grass/branches/releasebranch_6_4/gui/icons/grass.desktop
===================================================================
--- grass/branches/releasebranch_6_4/gui/icons/grass.desktop 2014-03-13 10:49:07 UTC (rev 59240)
+++ grass/branches/releasebranch_6_4/gui/icons/grass.desktop 2014-03-13 10:55:58 UTC (rev 59241)
@@ -1,5 +1,6 @@
[Desktop Entry]
Type=Application
+Encoding=UTF-8
Name=GRASS GIS
Comment=Geographic Information System
Comment[cs]=Geografický Informační Systém
@@ -48,5 +49,5 @@
Comment[uz]=Geografik axborot tizimi
Categories=Education;Science;Geoscience;Geography;
Exec=grass64
-Icon=/usr/share/icons/grass-48x48.png
+Icon=grass
Terminal=true
More information about the grass-commit
mailing list