Changeset ff749e38


Ignore:
Timestamp:
01/28/2012 01:25:17 PM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
5e2fb70
Parents:
31de6e7
Message:

create a simple desktop file for Thunderbird

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@9250 af4574ff-66df-0310-9fd7-8a98e5e911e0

Location:
xsoft
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r31de6e7 rff749e38  
    262262
    263263    <para>If you use a desktop environment like <application>Gnome</application>
    264     or <application>KDE</application> you may like to create a desktop file so
    265     that <application>Firefox</application> appears in the panel&apos;s
     264    or <application>KDE</application> you may like to create a firefox.desktop
     265    file so that <application>Firefox</application> appears in the panel&apos;s
    266266    menus. If you didn&apos;t enable startup-notification in your mozconfig
    267267    change the StartupNotify line to false. As the
  • xsoft/other/thunderbird.xml

    r31de6e7 rff749e38  
    235235      url="http://preferential.mozdev.org/preferences.html"/>.</para>
    236236    </tip>
     237
     238    <para>If you use a desktop environment like <application>Gnome</application>
     239    or <application>KDE</application> you may wish to create a
     240    thunderbird.desktop file so that <application>Thunderbird</application>
     241    appears in the panel&apos;s menus. If you didn&apos;t enable
     242    startup-notification in your mozconfig change the StartupNotify line to
     243    false. As the <systemitem class="username">root</systemitem> user:</para>
     244
     245<screen role="root"><userinput>cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF"
     246[Desktop Entry]
     247Encoding=UTF-8
     248Type=Application
     249Name=Thunderbird
     250Comment=Fetch Your Email
     251Icon=thunderbird
     252Exec=thunderbird
     253Categories=Network;GTK;Application;Email;
     254StartupNotify=true
     255Terminal=false
     256EOF
     257ln -sv -f /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png /usr/share/pixmaps/thunderbird.png</userinput></screen>
    237258    </sect3>
    238259  </sect2>
Note: See TracChangeset for help on using the changeset viewer.