]> git.pld-linux.org Git - packages/cube.git/commitdiff
- massive change ( validate errors warrings from desktop-file-validate)
authorblekot <blekot@pld-linux.org>
Wed, 26 Dec 2007 13:39:35 +0000 (13:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  - 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

cube-client.desktop
cube-server.desktop

index 4302769bb925a4e2dabe947607c3a7b291ba514e..139a079067fd6c46a5384c24d1e971217e4846af 100644 (file)
@@ -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;
index 6dafab824831add4aec5d91ac4ad651710438c88..a8f009482eaae560a8e01e5dccebcdf1501925f0 100644 (file)
@@ -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;
This page took 0.074082 seconds and 4 git commands to generate.