From: blekot Date: Wed, 26 Dec 2007 13:39:42 +0000 (+0000) Subject: - massive change ( validate errors warrings from desktop-file-validate) X-Git-Url: http://git.pld-linux.org/?p=packages%2FMathPlanner.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: MathPlanner.desktop -> 1.9 --- diff --git a/MathPlanner.desktop b/MathPlanner.desktop index 278ed31..2725e9c 100644 --- a/MathPlanner.desktop +++ b/MathPlanner.desktop @@ -1,13 +1,12 @@ [Desktop Entry] -Encoding=UTF-8 Name=MathPlanner Name[pl]=MathPlanner Comment=MathPlanner Comment[pl]=MathPlanner -Icon=mathplannerapp.png +Icon=mathplannerapp Exec=MathPlanner3 Terminal=false Type=Application -MimeType=application/mpl2 +MimeType=application/mpl2; Categories=Qt;Education;Science;Math; # vi: encoding=utf-8