summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorblekot2007-12-26 13:39:35 (GMT)
committercvs2git2012-06-24 12:13:13 (GMT)
commitcad49a1cffd137f91b26535d52808cef21a1a1ac (patch)
treedaeeff53ec54434ea69ed081db15c0d624b8d052
parentad6ca9d8a25b3bc8af05df5d6bc35178dc65fd2e (diff)
downloadcube-cad49a1cffd137f91b26535d52808cef21a1a1ac.zip
cube-cad49a1cffd137f91b26535d52808cef21a1a1ac.tar.gz
- massive change ( validate errors warrings from desktop-file-validate)
- sed -i 's,Encoding=UTF-8,,g' *.desktop - sed -i "s,.png,,1" `grep -l 'Icon=[^/].*\.png' *.desktop` - sed -i "s,MimeType=.*,\0;,g" `grep "MimeType.*semicolon" validate |awk '{print $1}' |tr ":" " "` - sed -i 's,MapNotify=.*,,g' *.desktop - sed -i '/^$/d' *.desktop - not all error/warrings validated Changed files: cube-client.desktop -> 1.3 cube-server.desktop -> 1.3
-rw-r--r--cube-client.desktop3
-rw-r--r--cube-server.desktop3
2 files changed, 2 insertions, 4 deletions
diff --git a/cube-client.desktop b/cube-client.desktop
index 4302769..139a079 100644
--- a/cube-client.desktop
+++ b/cube-client.desktop
@@ -1,10 +1,9 @@
[Desktop Entry]
-Encoding=UTF-8
Name=Cube
Comment=FPS Shooter
Comment[pl]=Strzelanka
Exec=cube
-Icon=cube-client.png
+Icon=cube-client
Terminal=false
Type=Application
Categories=Game;X-FPPGame;
diff --git a/cube-server.desktop b/cube-server.desktop
index 6dafab8..a8f0094 100644
--- a/cube-server.desktop
+++ b/cube-server.desktop
@@ -1,11 +1,10 @@
[Desktop Entry]
-Encoding=UTF-8
Name=Cube server
Name[pl]=Serwer Cube
Comment=Cube server console
Comment[pl]=Konsola gry Cube
Exec=cube_server
-Icon=cube-server.png
+Icon=cube-server
Terminal=true
Type=Application
Categories=Game;Game;X-FPPGame;