From: blekot Date: Wed, 26 Dec 2007 13:39:33 +0000 (+0000) Subject: - massive change ( validate errors warrings from desktop-file-validate) X-Git-Url: http://git.pld-linux.org/?p=packages%2Fape.git;a=commitdiff_plain;h=HEAD - 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: ape.desktop -> 1.2 --- diff --git a/ape.desktop b/ape.desktop index 6220c4b..cf81d6b 100644 --- a/ape.desktop +++ b/ape.desktop @@ -4,8 +4,6 @@ Comment=Advanced Petri networks Environment Exec=ape Type=Application Terminal=false -MapNotify=false -Encoding=UTF-8 Categories=Qt;Education;Science; -Icon=ape.png +Icon=ape # vi: encoding=utf-8