From 890b682ee7e926a8f6a33dd19df9240ef1d4584d Mon Sep 17 00:00:00 2001 From: clamsawd Date: Tue, 6 Oct 2015 20:01:44 +0200 Subject: [PATCH] Fixed 'GenericName' --- scripts/thunderbird-install.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/thunderbird-install.bash b/scripts/thunderbird-install.bash index 87142fe..ca58e64 100755 --- a/scripts/thunderbird-install.bash +++ b/scripts/thunderbird-install.bash @@ -40,8 +40,8 @@ KERNEL=$(uname -s) #textprint "Encoding=UTF-8" >> /usr/share/applications/thunderbird.desktop textprint "Name=Mozilla Thunderbird" >> /usr/share/applications/thunderbird.desktop textprint "Comment=Mozilla Email Reader" >> /usr/share/applications/thunderbird.desktop - textprint "GenericName=Web Browser" >> /usr/share/applications/thunderbird.desktop - textprint "X-GNOME-FullName=Mozilla thunderbird" >> /usr/share/applications/thunderbird.desktop + textprint "GenericName=Email Reader" >> /usr/share/applications/thunderbird.desktop + textprint "X-GNOME-FullName=Mozilla Thunderbird" >> /usr/share/applications/thunderbird.desktop textprint "Exec=thunderbird %u" >> /usr/share/applications/thunderbird.desktop textprint "Terminal=false" >> /usr/share/applications/thunderbird.desktop textprint "X-MultipleArgs=false" >> /usr/share/applications/thunderbird.desktop