Changeset 5e2fb70


Ignore:
Timestamp:
01/28/2012 03:46:15 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:
896f572
Parents:
ff749e38
Message:

create a simple desktop file for Seamonkey

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

Location:
xsoft
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    rff749e38 r5e2fb70  
    276276Icon=firefox
    277277Exec=firefox
    278 Categories=Network;GTK;Application;Browser;
     278Categories=Network;GTK;Application;Browser;WebBrowser;
    279279StartupNotify=true
    280280Terminal=false
  • xsoft/graphweb/seamonkey.xml

    rff749e38 r5e2fb70  
    4242    <!-- if you delete the - -enable-application=suite option,
    4343    <application>Thunderbird</application> will be built from this source
    44     tarball!--></para>
     44    tarball...--></para>
    4545
    4646    &lfs70_checked;
     
    7878      <application>libpng</application> (patched for apng support) should have
    7979      been installed before <application>gdk-pixbuf</application> and should
    80       exist on your system. If for some strange reason you haven't installed
    81       them, you should remove the <option>--with-system-jpeg</option> and
    82       <option>--with-system-png</option> options from the
     80      exist on your system. If for some strange reason you haven&apos;t
     81      installed them, you should remove the <option>--with-system-jpeg</option>
     82      and <option>--with-system-png</option> options from the
    8383      <filename>mozconfig</filename> file created below.</para>
    8484    </note>
     
    103103    <para condition="html" role="usernotes">User Notes:
    104104    <ulink url="&blfs-wiki;/seamonkey"/></para>
    105 
    106105  </sect2>
    107106
     
    179178ln -svf ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
    180179cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
    181 
    182180  </sect2>
    183181
     
    197195    <para><command>ln -s ../mozilla/plugins /usr/lib/seamonkey-2.5</command>:
    198196    this creates a symlink to
    199     <filename class='directory'>/usr/lib/mozilla/plugins</filename> for the
     197    <filename class="directory">/usr/lib/mozilla/plugins</filename> for the
    200198    sake of compatibility, to keep all your plugins in the place mozilla
    201199    plugins are normally found.</para>
    202 
    203200  </sect2>
    204201
     
    215212
    216213    <para>For installing various <application>SeaMonkey</application> plugins,
    217     refer to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's
     214    refer to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev&apos;s
    218215    PluginDoc Project</ulink>.</para>
    219216
    220217    <para>Along with using the <quote>Preferences</quote> menu to configure
    221     <application>SeaMonkey</application>'s options and preferences to suit
     218    <application>SeaMonkey</application>&apos;s options and preferences to suit
    222219    individual tastes, finer grain control of many options is only available
    223220    using a tool not available from the general menu system. To access this
    224     tool, you'll need to open a browser window and enter
    225     <systemitem role='url'>about:config</systemitem> in the
     221    tool, you&apos;ll need to open a browser window and enter
     222    <systemitem role="url">about:config</systemitem> in the
    226223    address bar. This will display a list of the configuration preferences and
    227224    information related to each one. You can use the <quote>Filter:</quote> bar
     
    242239    </tip>
    243240
     241    <para>If you use a desktop environment like <application>Gnome</application>
     242    or <application>KDE</application> you may wish to create a
     243    seamonkey.desktop file so that <application>Thunderbird</application>
     244    appears in the panel&apos;s menus. If you didn&apos;t enable
     245    startup-notification in your mozconfig change the StartupNotify line to
     246    false. As the <systemitem class="username">root</systemitem> user:</para>
     247
     248<screen role="root"><userinput>cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF"
     249[Desktop Entry]
     250Encoding=UTF-8
     251Type=Application
     252Name=Seamonkey
     253Comment=The Mozilla Suite
     254Icon=seamonkey
     255Exec=seamonkey
     256Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
     257StartupNotify=true
     258Terminal=false
     259EOF
     260ln -sv -f /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png /usr/share/pixmaps</userinput></screen>
    244261  </sect2>
    245262
     
    256273        <seg>Numerous libraries, browser, and email/newsgroup components,
    257274        plugins, extensions, and helper modules installed in <filename
    258         class='directory'>/usr/lib/seamonkey-&seamonkey-version;</filename></seg>
     275        class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename></seg>
    259276        <seg>/usr/lib/seamonkey-&seamonkey-version;</seg>
    260277      </seglistitem>
     
    280297        </listitem>
    281298      </varlistentry>
    282 
    283299    </variablelist>
    284 
    285   </sect2>
    286 
     300  </sect2>
    287301</sect1>
  • xsoft/other/thunderbird.xml

    rff749e38 r5e2fb70  
    251251Icon=thunderbird
    252252Exec=thunderbird
    253 Categories=Network;GTK;Application;Email;
     253Categories=Network;GTK;Application;Email;News;
    254254StartupNotify=true
    255255Terminal=false
Note: See TracChangeset for help on using the changeset viewer.