source: xsoft/graphweb/seamonkey.xml@ 0b05bda

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 0b05bda was 19eb87f, checked in by Douglas R. Reno <renodr@…>, 5 years ago

Perform some minor cleanup on the seamonkey page

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

  • Property mode set to 100644
File size: 16.4 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
8 <!ENTITY seamonkey-download-ftp " ">
9 <!ENTITY seamonkey-md5sum "5868179112ff4b2562f0ca22f4091bf0">
10 <!ENTITY seamonkey-size "221 MB">
11 <!ENTITY seamonkey-buildsize "5.3 GB (113 MB installed)">
12 <!ENTITY seamonkey-time "16 SBU (using parallelism=4)">
13]>
14
15<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
16 <?dbhtml filename="seamonkey.html" ?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>SeaMonkey-&seamonkey-version;</title>
24
25 <indexterm zone="seamonkey">
26 <primary sortas="a-SeaMonkey">SeaMonkey</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to SeaMonkey</title>
31
32 <para>
33 <application>SeaMonkey</application> is a browser suite, the Open Source
34 sibling of <application>Netscape</application>. It includes the browser,
35 composer, mail and news clients, and an IRC client. It is the follow-on
36 to the Mozilla browser suite.
37 </para>
38
39 <para>
40 The Mozilla project also hosts two subprojects that aim to satisfy the
41 needs of users who don't need the complete browser suite or prefer to have
42 separate applications for browsing and e-mail. These subprojects are
43 <xref linkend="firefox"/> and <xref linkend="thunderbird"/>. Both are
44 based on the <application>Mozilla</application> source code.
45 </para>
46
47 &lfs84_checked;
48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
51 <listitem>
52 <para>
53 Download (HTTP): <ulink url="&seamonkey-download-http;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download MD5 sum: &seamonkey-md5sum;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Download size: &seamonkey-size;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated disk space required: &seamonkey-buildsize;
74 </para>
75 </listitem>
76 <listitem>
77 <para>
78 Estimated build time: &seamonkey-time;
79 </para>
80 </listitem>
81 </itemizedlist>
82<!--
83 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
84 <itemizedlist spacing="compact">
85 <listitem>
86 <para>
87 Required patch if using gcc-6 or later
88 <ulink url="&patch-root;/seamonkey-&seamonkey-version;-gcc6-1.patch"/>
89 </para>
90 </listitem>
91 </itemizedlist>
92-->
93 <note>
94 <para>
95 The tarball
96 <emphasis>seamonkey-&seamonkey-version;.source.tar.xz</emphasis> will
97 untar to <emphasis>seamonkey-&seamonkey-version;</emphasis> directory.
98 </para>
99 </note>
100
101 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
102
103 <bridgehead renderas="sect4">Required</bridgehead>
104 <para role="required">
105 <xref linkend="autoconf213"/>,
106 both <xref linkend="gtk2"/> and <xref linkend="gtk3"/>,
107 <xref linkend="unzip"/>,
108 <xref linkend="yasm"/>, and
109 <xref linkend="zip"/>
110 </para>
111
112 <bridgehead renderas="sect4">Recommended</bridgehead>
113 <para role="recommended">
114 <xref linkend="icu"/>,
115 <xref linkend="libevent"/>,
116 <xref linkend="libvpx"/>,
117 <xref linkend="nspr"/>,
118 <xref linkend="nss"/>,
119 <xref linkend="pulseaudio"/>, and
120 <xref linkend="sqlite"/>
121 </para>
122<!--
123 <bridgehead renderas="sect4">Optional</bridgehead>
124 <para role="optional">
125 <xref linkend="sqlite"/> (not recommended due to potential
126 security concerns)
127 </para>
128-->
129 <note>
130 <para>
131 If you don't install recommended dependencies, then internal copies of
132 those packages will be used. They might be tested to work, but they can
133 be out of date or contain security holes.
134 </para>
135 </note>
136<!--
137 <note>
138 <para>
139 You must have installed <application>Openssl</application> before
140 <application>Python 2</application> or the build system will quickly
141 fail with output including "ImportError: cannot import name
142 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
143 an older version of Seamonkey), check if
144 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
145 exists. If it does not, reinstall <xref linkend="python2"/> (after
146 installing <xref linkend="openssl"/>. The latest version of any
147 <emphasis>currently maintained</emphasis> version of Openssl should be
148 satisfactory if already installed.
149 </para>
150 </note>
151-->
152 <bridgehead renderas="sect4">Optional</bridgehead>
153 <para role="optional">
154 <xref linkend="alsa-lib"/>,
155 <xref linkend="curl"/>,
156 <xref linkend="dbus-glib"/>,
157 <xref linkend="doxygen"/>,
158 <xref linkend="GConf"/>,
159 <xref linkend="gst10-plugins-base"/> (and other plugins, only for tests),
160 <xref linkend="openjdk"/>,
161 <xref linkend="startup-notification"/>,
162 <xref linkend="valgrind"/>,
163 <xref linkend="wget"/>,
164 <xref linkend="wireless_tools"/>, and
165 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
166 </para>
167
168 <para condition="html" role="usernotes">
169 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
170 </para>
171
172 </sect2>
173
174 <sect2 role="installation">
175 <title>Installation of SeaMonkey</title>
176
177 <para>
178 The configuration of <application>SeaMonkey</application> is accomplished
179 by creating a <filename>mozconfig</filename> file containing the desired
180 configuration options. A default <filename>mozconfig</filename> file is
181 created below. To see the entire list of available configuration options
182 (and an abbreviated description of each one), issue
183 <command>./configure --help</command>. You may also wish to review the
184 entire file and uncomment any other desired options. Create the file by
185 issuing the following command:
186 </para>
187
188<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
189<literal># If you have a multicore machine, all cores will be used by default.
190# If desired, you can reduce the number of cores used, e.g. to 1, by
191# uncommenting the next line and setting a valid number of CPU cores.
192#mk_add_options MOZ_MAKE_FLAGS="-j1"
193
194# If you have installed DBus-Glib comment out this line:
195ac_add_options --disable-dbus
196
197# If you have installed dbus-glib, and you have installed (or will install)
198# wireless-tools, and you wish to use geolocation web services, comment out
199# this line
200ac_add_options --disable-necko-wifi
201
202# Uncomment these lines if you have installed optional dependencies:
203#ac_add_options --enable-system-hunspell
204#ac_add_options --enable-startup-notification
205
206# Uncomment the following option if you have not installed PulseAudio
207#ac_add_options --disable-pulseaudio
208# and uncomment this if you installed alsa-lib instead of PulseAudio
209#ac_add_options --enable-alsa
210
211# Comment out following option if you have gconf installed
212ac_add_options --disable-gconf
213
214# Comment out following options if you have not installed
215# recommended dependencies:
216ac_add_options --enable-system-sqlite
217ac_add_options --with-system-libevent
218ac_add_options --with-system-libvpx
219ac_add_options --with-system-nspr
220ac_add_options --with-system-nss
221ac_add_options --with-system-icu
222
223<!-- seems OK with icu-60, seamonkey-2.49
224# Use the internal version of icu due to execution problems-->
225
226# The BLFS editors recommend not changing anything below this line:
227ac_add_options --prefix=/usr
228ac_add_options --enable-application=suite
229
230ac_add_options --disable-crashreporter
231ac_add_options --disable-updater
232ac_add_options --disable-tests
233
234ac_add_options --enable-optimize="-O2"
235ac_add_options --enable-strip
236ac_add_options --enable-install-strip
237
238ac_add_options --enable-gio
239ac_add_options --enable-official-branding
240ac_add_options --enable-safe-browsing
241ac_add_options --enable-url-classifier
242
243# From firefox-40 (and the corresponding version of seamonkey),
244# using system cairo caused seamonkey to crash
245# frequently when it was doing background rendering in a tab.
246# This appears to again work in seamonkey-2.49.2
247ac_add_options --enable-system-cairo
248ac_add_options --enable-system-ffi
249ac_add_options --enable-system-pixman
250
251ac_add_options --with-pthreads
252
253ac_add_options --with-system-bz2
254ac_add_options --with-system-jpeg
255ac_add_options --with-system-png
256ac_add_options --with-system-zlib</literal>
257EOF</userinput></screen>
258
259 <note><para>
260 If you are compiling <application>SeaMonkey</application> in chroot, make
261 sure you have the <envar>SHELL</envar> environment variable set or prepend
262 <envar>SHELL=/bin/sh</envar> to the first make command below.
263 </para></note>
264
265 <para>
266 <application>GCC-9</application> generates some false positives with
267 <command>-Werror=format</command>, which prevent building
268 <application>SeaMonkey</application>. Remove this flag with the
269 following command:
270 </para>
271
272<screen><userinput>grep -rl -- '-Werror=format' | xargs sed -i 's/error=format/no-&amp;/'</userinput></screen>
273
274 <para>
275 Compile <application>SeaMonkey</application> by running the following
276 commands:
277 </para>
278
279<!-- Seems to still be needed for 2.49.2
280 but not in 2.49.4
281<screen><userinput>CFLAGS_HOLD=$CFLAGS &amp;&amp;
282CXXFLAGS_HOLD=$CXXFLAGS &amp;&amp;
283EXTRA_FLAGS=" -fno-delete-null-pointer-checks -fno-lifetime-dse -fno-schedule-insns2" &amp;&amp;
284export CFLAGS+=$EXTRA_FLAGS &amp;&amp;
285export CXXFLAGS+=$EXTRA_FLAGS &amp;&amp;
286unset EXTRA_FLAGS &amp;&amp;
287-->
288<screen><userinput>CC=gcc CXX=g++ make -f client.mk</userinput></screen>
289
290 <note>
291 <para>
292 The CC and CXX variables above are only needed if
293 <xref linkend="llvm"/> is installed and you do not want to use clang.
294 </para>
295 </note>
296
297 <para>
298 This package does not come with a test suite.
299 </para>
300
301 <para>
302 Install <application>SeaMonkey</application> by issuing the following
303 commands as the <systemitem class="username">root</systemitem> user:
304 </para>
305
306
307<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
308chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
309
310cp -v $(find -name seamonkey.1 | head -n1) /usr/share/man/man1</userinput></screen>
311<!-- Not needed: see above
312 <para>
313 Set the compilation flags back to their original values:
314 </para>
315
316<screen><userinput>export CFLAGS=$CFLAGS_HOLD &amp;&amp;
317export CXXFLAGS=$CXXFLAGS_HOLD &amp;&amp;
318unset CFLAGS_HOLD CXXFLAGS_HOLD</userinput></screen>
319-->
320 <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
321 All the Development Libraries and Headers
322 </bridgehead>
323
324 <para>
325 If you want to install the full <application>SeaMonkey</application>
326 development environment, as the
327 <systemitem class="username">root</systemitem> user:
328 </para>
329
330<screen role="nodump"><userinput>make -C obj* install</userinput></screen>
331
332 <note>
333 <para>
334 The build directory is set by the make procedure and is dependent on
335 the system architecture, but the directory name starts with 'obj'.
336 </para>
337 </note>
338
339 </sect2>
340
341 <sect2 role="commands">
342 <title>Command Explanations</title>
343<!--
344 <para>
345 <command>export CFLAGS= ... export CXXFLAGS= ...</command>: These
346 settings work around code which gcc6 and later would otherwise regard as
347 out-of-specification and allow it to produce a working program.
348 </para>
349-->
350 <para>
351 <command>make -f client.mk</command>: Mozilla products are packaged to
352 allow the use of a configuration file which can be used to pass the
353 configuration settings to the <command>configure</command> command.
354 <command>make</command> uses the <filename>client.mk</filename> file to
355 get initial configuration and setup parameters.
356 </para>
357
358 </sect2>
359
360 <sect2 role="configuration">
361 <title>Configuring SeaMonkey</title>
362
363 <para>
364 For installing various <application>SeaMonkey</application> plugins, refer
365 to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
366 Project</ulink>.
367 </para>
368
369 <para>
370 Along with using the <quote>Preferences</quote> menu to configure
371 <application>SeaMonkey</application>'s options and preferences to suit
372 individual tastes, finer grain control of many options is only available
373 using a tool not available from the general menu system. To access this
374 tool, you'll need to open a browser window and enter
375 <systemitem role="url">about:config</systemitem> in the address bar. This
376 will display a list of the configuration preferences and information
377 related to each one. You can use the <quote>Filter:</quote> bar to enter
378 search criteria and narrow down the listed items. Changing a preference
379 can be done using two methods. One, if the preference has a boolean value
380 (True/False), simply double-click on the preference to toggle the value
381 and two, for other preferences simply right-click on the desired line,
382 choose <quote>Modify</quote> from the menu and change the value. Creating
383 new preference items is accomplished in the same way, except choose
384 <quote>New</quote> from the menu and provide the desired data into the
385 fields when prompted.
386 </para>
387
388 <tip>
389 <para>
390 There is a multitude of configuration parameters you can tweak to
391 customize <application>SeaMonkey</application>. A very extensive list of
392 these parameters can be found at
393 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
394 </para>
395 </tip>
396
397 <para>
398 If you use a desktop environment like <application>Gnome</application> or
399 <application>KDE</application> you may wish to create a
400 <filename>seamonkey.desktop</filename> file so that
401 <application>SeaMonkey</application> appears in the panel's menus. If you
402 didn't enable <application>Startup-Notification</application> in your
403 mozconfig change the StartupNotify line to false. As the
404 <systemitem class="username">root</systemitem> user:
405 </para>
406
407<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
408
409cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF"
410<literal>[Desktop Entry]
411Encoding=UTF-8
412Type=Application
413Name=SeaMonkey
414Comment=The Mozilla Suite
415Icon=seamonkey
416Exec=seamonkey
417Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
418StartupNotify=true
419Terminal=false</literal>
420EOF
421
422ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
423 /usr/share/pixmaps</userinput></screen>
424 </sect2>
425
426 <sect2 role="content">
427 <title>Contents</title>
428
429 <segmentedlist>
430 <segtitle>Installed Programs</segtitle>
431 <segtitle>Installed Libraries</segtitle>
432 <segtitle>Installed Directory</segtitle>
433
434 <seglistitem>
435 <seg>seamonkey</seg>
436 <seg>
437 Numerous libraries, browser, and email/newsgroup components, plugins,
438 extensions, and helper modules installed in <filename
439 class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
440 </seg>
441 <seg>
442 /usr/include/seamonkey-&seamonkey-version; (optional),
443 /usr/lib/seamonkey-&seamonkey-version;,
444 /usr/lib/seamonkey-devel-&seamonkey-version; (optional), and
445 /usr/share/idl/seamonkey-&seamonkey-version; (optional)
446 </seg>
447 </seglistitem>
448 </segmentedlist>
449
450 <variablelist>
451 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
452 <?dbfo list-presentation="list"?>
453 <?dbhtml list-presentation="table"?>
454
455 <varlistentry id="seamonkey-prog">
456 <term><command>seamonkey</command></term>
457 <listitem>
458 <para>
459 is the Mozilla browser/email/newsgroup/chat client suite.
460 </para>
461 <indexterm zone="seamonkey seamonkey-prog">
462 <primary sortas="b-seamonkey">seamonkey</primary>
463 </indexterm>
464 </listitem>
465 </varlistentry>
466 </variablelist>
467 </sect2>
468</sect1>
Note: See TracBrowser for help on using the repository browser.