From 434c5d5fa668b2790421ae550db27b0c6e2286d8 Mon Sep 17 00:00:00 2001 From: Erik Schilling Date: Thu, 9 May 2013 22:35:50 +0200 Subject: [PATCH] Extended / Corrected the desktop file a bit - TryExec hides the desktop entry if the binary is not available in $PATH (useful if you install with a different prefix). - GenericName should be describing the generic name and not a rephrase of the normal name. - StartupNotify = false tells the WM that the application does not send a startup notification and does not support a notification based on a WMClass name. - Comment should not nessecary suggest to run the client but more describe it. - Added a german translation of the Comment. - Added a Version=1.0 tag to symbolise compabillity with the current specification See http://standards.freedesktop.org/desktop-entry-spec/desktop-entry-spec-latest.html for the specification. --- FreeOrion/freeorion.desktop | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/FreeOrion/freeorion.desktop b/FreeOrion/freeorion.desktop index 161cf57..25e3430 100644 --- a/FreeOrion/freeorion.desktop +++ b/FreeOrion/freeorion.desktop @@ -1,10 +1,14 @@ [Desktop Entry] +Version=1.0 Name=FreeOrion -GenericName=FreeOrion -Comment=Run the FreeOrion client +GenericName=Turn-based space game +Comment=The FreeOrion client +Comment[de]=Der FreeOrion Client Exec=freeorion +TryExec=freeorion Icon=freeorion +StartupNotify=false Terminal=true Type=Application Categories=Game;StrategyGame; -URL=http://www.freeorion.org \ No newline at end of file +URL=http://www.freeorion.org -- 1.8.1.4