From: blekot Date: Wed, 26 Dec 2007 13:39:38 +0000 (+0000) Subject: - massive change ( validate errors warrings from desktop-file-validate) X-Git-Tag: auto/th/GNS3-0_6_1-1~9 X-Git-Url: http://git.pld-linux.org/?p=packages%2FGNS3.git;a=commitdiff_plain;h=fee2b74c64e13a9646baad68ecccf3695d3e105b - 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: GNS3.desktop -> 1.2 --- diff --git a/GNS3.desktop b/GNS3.desktop index 7608379..edcbb91 100644 --- a/GNS3.desktop +++ b/GNS3.desktop @@ -1,13 +1,11 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=GNS3 Comment=Dynamisp Cisco router simulator frontend Exec=gns3 -Icon=GNS3.png +Icon=GNS3 StartupNotify=false Terminal=false Type=Application Categories=Qt;Network; - # vi:encoding=utf-8