From edaccd1acac3febb79e548bc6d6333cebadf6e5f Mon Sep 17 00:00:00 2001 From: blekot Date: Wed, 26 Dec 2007 13:39:37 +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: freemind.desktop -> 1.2 --- freemind.desktop | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/freemind.desktop b/freemind.desktop index 235eb09..77b9d0b 100644 --- a/freemind.desktop +++ b/freemind.desktop @@ -1,13 +1,12 @@ [Desktop Entry] Version=1.0 -Encoding=UTF-8 Name=FreeMind Comment= Exec=/usr/bin/freemind Terminal=false Icon=/usr/share/pixmaps/freemind.png Type=Application -MimeType=application/x-freemind +MimeType=application/x-freemind; Categories=Utility;Office;Java; GenericName=FreeMind Comment=A free mind mapping tool -- 2.43.0