From 0b2619d447e5f3d23a7f943240206c66aaa3263e Mon Sep 17 00:00:00 2001 From: blekot Date: Wed, 26 Dec 2007 13:39:33 +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: Azureus.desktop -> 1.4 --- Azureus.desktop | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Azureus.desktop b/Azureus.desktop index e055a46..5c40eaf 100644 --- a/Azureus.desktop +++ b/Azureus.desktop @@ -5,10 +5,9 @@ Comment[pl]=Klient BitTorrenta GenericName=BitTorrent Client GenericName[pl]=Klient BitTorrenta Exec=Azureus -Icon=Azureus.png +Icon=Azureus Terminal=false Categories=Network;FileTransfer;P2P;GTK;Java; Type=Application -Encoding=UTF-8 MimeType=application/x-bittorrent;application/x-torrent; # vi: encoding=utf-8 -- 2.43.0