[GRASS-SVN] r59242 - grass/branches/develbranch_6/gui/icons
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Mar 13 03:56:12 PDT 2014
Author: neteler
Date: 2014-03-13 03:56:12 -0700 (Thu, 13 Mar 2014)
New Revision: 59242
Modified:
grass/branches/develbranch_6/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/develbranch_6/gui/icons/grass.desktop
===================================================================
--- grass/branches/develbranch_6/gui/icons/grass.desktop 2014-03-13 10:55:58 UTC (rev 59241)
+++ grass/branches/develbranch_6/gui/icons/grass.desktop 2014-03-13 10:56:12 UTC (rev 59242)
@@ -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=grass65
-Icon=/usr/share/icons/grass-48x48.png
+Icon=grass
Terminal=true
More information about the grass-commit
mailing list