From ff749e3814e8b523c47b730dbd6fb67e792482ed Mon Sep 17 00:00:00 2001 From: Andrew Benton Date: Sat, 28 Jan 2012 13:25:17 +0000 Subject: [PATCH] create a simple desktop file for Thunderbird git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9250 af4574ff-66df-0310-9fd7-8a98e5e911e0 --- xsoft/graphweb/firefox.xml | 4 ++-- xsoft/other/thunderbird.xml | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 2 deletions(-) diff --git a/xsoft/graphweb/firefox.xml b/xsoft/graphweb/firefox.xml index 4800beb472..f1f20d7acb 100644 --- a/xsoft/graphweb/firefox.xml +++ b/xsoft/graphweb/firefox.xml @@ -261,8 +261,8 @@ chown -R -v root:root /usr/lib/firefox-&firefox-version; enabled). If you use a desktop environment like Gnome - or KDE you may like to create a desktop file so - that Firefox appears in the panel's + or KDE you may like to create a firefox.desktop + file so that Firefox appears in the panel's menus. If you didn't enable startup-notification in your mozconfig change the StartupNotify line to false. As the root user: diff --git a/xsoft/other/thunderbird.xml b/xsoft/other/thunderbird.xml index 0a27b3f68e..4863956d16 100644 --- a/xsoft/other/thunderbird.xml +++ b/xsoft/other/thunderbird.xml @@ -234,6 +234,27 @@ ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin/thunderbird< not so up-to-date list of these parameters can be found at . + + If you use a desktop environment like Gnome + or KDE you may wish to create a + thunderbird.desktop file so that Thunderbird + appears in the panel's menus. If you didn't enable + startup-notification in your mozconfig change the StartupNotify line to + false. As the root user: + +cat > /usr/share/applications/thunderbird.desktop << "EOF" +[Desktop Entry] +Encoding=UTF-8 +Type=Application +Name=Thunderbird +Comment=Fetch Your Email +Icon=thunderbird +Exec=thunderbird +Categories=Network;GTK;Application;Email; +StartupNotify=true +Terminal=false +EOF +ln -sv -f /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png /usr/share/pixmaps/thunderbird.png