Changeset 31de6e7 for xsoft/graphweb


Ignore:
Timestamp:
01/28/2012 01:04:00 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:
ff749e38
Parents:
37b8696
Message:

create a simple desktop file for Firefox

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r37b8696 r31de6e7  
    102102    <para condition="html" role="usernotes">User Notes:
    103103    <ulink url="&blfs-wiki;/firefox"/></para>
    104 
    105104  </sect2>
    106105
     
    210209ln -sv ../mozilla/plugins /usr/lib/firefox-&firefox-version; &amp;&amp;
    211210chown -R -v root:root /usr/lib/firefox-&firefox-version;</userinput></screen>
    212 
    213211  </sect2>
    214212
     
    263261    enabled).</para>
    264262
     263    <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
     266    menus. If you didn&apos;t enable startup-notification in your mozconfig
     267    change the StartupNotify line to false. As the
     268    <systemitem class="username">root</systemitem> user:</para>
     269
     270<screen role="root"><userinput>cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; "EOF"
     271[Desktop Entry]
     272Encoding=UTF-8
     273Type=Application
     274Name=Firefox
     275Comment=Browse The Web
     276Icon=firefox
     277Exec=firefox
     278Categories=Network;GTK;Application;Browser;
     279StartupNotify=true
     280Terminal=false
     281EOF
     282ln -sv -f /usr/lib/firefox-&firefox-version;/icons/mozicon128.png /usr/share/pixmaps/firefox.png</userinput></screen>
    265283  </sect2>
    266284
Note: See TracChangeset for help on using the changeset viewer.