From 6a24b62aeb6935ac8043706a364c4830ec20c5eb Mon Sep 17 00:00:00 2001 From: blekot Date: Wed, 26 Dec 2007 13:39:34 +0000 Subject: [PATCH] - 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: brutalchess.desktop -> 1.2 --- brutalchess.desktop | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/brutalchess.desktop b/brutalchess.desktop index 65a55c8..7b3a109 100644 --- a/brutalchess.desktop +++ b/brutalchess.desktop @@ -3,9 +3,8 @@ Name=Brutalchess Comment=3D X-Window chess game Comment[pl]=Trójwymiarowe szachy dla X-Window Exec=brutalchess -Icon=brutalchess.xpm +Icon=brutalchess Terminal=false Type=Application Categories=Game;BoardGame; -Encoding=UTF-8 # vi: encoding=utf-8 -- 2.43.0