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
|
---|
8 | "http://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
|
---|
9 | <!ENTITY seamonkey-download-ftp
|
---|
10 | "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
|
---|
11 | <!ENTITY seamonkey-md5sum "04b961790658233b7dafb5222b251bf5">
|
---|
12 | <!ENTITY seamonkey-size "134 MB">
|
---|
13 | <!ENTITY seamonkey-buildsize "1.6 GB (51 MB installed)">
|
---|
14 | <!ENTITY seamonkey-time "64 SBU">
|
---|
15 | ]>
|
---|
16 |
|
---|
17 | <sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
|
---|
18 | <?dbhtml filename="seamonkey.html" ?>
|
---|
19 |
|
---|
20 | <sect1info>
|
---|
21 | <othername>$LastChangedBy$</othername>
|
---|
22 | <date>$Date$</date>
|
---|
23 | </sect1info>
|
---|
24 |
|
---|
25 | <title>SeaMonkey-&seamonkey-version;</title>
|
---|
26 |
|
---|
27 | <indexterm zone="seamonkey">
|
---|
28 | <primary sortas="a-SeaMonkey">SeaMonkey</primary>
|
---|
29 | </indexterm>
|
---|
30 |
|
---|
31 | <sect2 role="package">
|
---|
32 | <title>Introduction to SeaMonkey</title>
|
---|
33 |
|
---|
34 | <para>
|
---|
35 | <application>SeaMonkey</application> is a browser suite, the Open Source
|
---|
36 | sibling of <application>Netscape</application>. It includes the browser,
|
---|
37 | composer, mail and news clients, and an IRC client. It is the follow-on
|
---|
38 | to the Mozilla browser suite.
|
---|
39 | </para>
|
---|
40 |
|
---|
41 | <para>
|
---|
42 | The Mozilla project also hosts two subprojects that aim to satisfy the
|
---|
43 | needs of users who don't need the complete browser suite or prefer to have
|
---|
44 | separate applications for browsing and e-mail. These subprojects are
|
---|
45 | <xref linkend="firefox"/> and <xref linkend="thunderbird"/>. Both are
|
---|
46 | based on the <application>Mozilla</application> source code.
|
---|
47 | </para>
|
---|
48 |
|
---|
49 | &lfs73_checked;
|
---|
50 |
|
---|
51 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
52 | <itemizedlist spacing="compact">
|
---|
53 | <listitem>
|
---|
54 | <para>
|
---|
55 | Download (HTTP): <ulink url="&seamonkey-download-http;"/>
|
---|
56 | </para>
|
---|
57 | </listitem>
|
---|
58 | <listitem>
|
---|
59 | <para>
|
---|
60 | Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
|
---|
61 | </para>
|
---|
62 | </listitem>
|
---|
63 | <listitem>
|
---|
64 | <para>
|
---|
65 | Download MD5 sum: &seamonkey-md5sum;
|
---|
66 | </para>
|
---|
67 | </listitem>
|
---|
68 | <listitem>
|
---|
69 | <para>
|
---|
70 | Download size: &seamonkey-size;
|
---|
71 | </para>
|
---|
72 | </listitem>
|
---|
73 | <listitem>
|
---|
74 | <para>
|
---|
75 | Estimated disk space required: &seamonkey-buildsize;
|
---|
76 | </para>
|
---|
77 | </listitem>
|
---|
78 | <listitem>
|
---|
79 | <para>
|
---|
80 | Estimated build time: &seamonkey-time;
|
---|
81 | </para>
|
---|
82 | </listitem>
|
---|
83 | </itemizedlist>
|
---|
84 |
|
---|
85 | <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
|
---|
86 |
|
---|
87 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
88 | <para role="required">
|
---|
89 | <xref linkend="alsa-lib"/>,
|
---|
90 | <xref linkend="gtk2"/>,
|
---|
91 | <xref linkend="zip"/>, and
|
---|
92 | <xref linkend="unzip"/>.
|
---|
93 | </para>
|
---|
94 |
|
---|
95 | <bridgehead renderas="sect4">Recommended</bridgehead>
|
---|
96 | <para role="recommended">
|
---|
97 | <xref linkend="yasm"/> or <xref linkend="libvpx"/>
|
---|
98 | (to allow <application>SeaMonkey</application> to play webm videos).
|
---|
99 | </para>
|
---|
100 |
|
---|
101 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
102 | <para role="optional">
|
---|
103 | <xref linkend="dbus-glib"/>,
|
---|
104 | <xref linkend="startup-notification"/>,
|
---|
105 | <xref linkend="sqlite"/>,
|
---|
106 | <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
|
---|
107 | <xref linkend="libevent"/>,
|
---|
108 | <xref linkend="doxygen"/>,
|
---|
109 | <xref linkend="libnotify"/>,
|
---|
110 | <xref linkend="nspr"/>,
|
---|
111 | <xref linkend="nss"/>,
|
---|
112 | <xref linkend="wireless_tools"/>,
|
---|
113 | <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
|
---|
114 | the jemalloc code), and
|
---|
115 | <xref linkend="wget"/>
|
---|
116 | </para>
|
---|
117 |
|
---|
118 | <para condition="html" role="usernotes">
|
---|
119 | User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
|
---|
120 | </para>
|
---|
121 | </sect2>
|
---|
122 |
|
---|
123 | <sect2 role="installation">
|
---|
124 | <title>Installation of SeaMonkey</title>
|
---|
125 | <!--
|
---|
126 | <para>
|
---|
127 | If you have not installed <xref linkend="wireless_tools"/>, apply the
|
---|
128 | patch or the installer will fail:
|
---|
129 | </para>
|
---|
130 |
|
---|
131 | <screen><userinput>patch -p1 < ../seamonkey-&seamonkey-version;-necko-wifi-1.patch</userinput></screen>
|
---|
132 | -->
|
---|
133 | <para>
|
---|
134 | The configuration of <application>SeaMonkey</application> is accomplished
|
---|
135 | by creating a <filename>mozconfig</filename> file containing the desired
|
---|
136 | configuration options. A default <filename>mozconfig</filename> file is
|
---|
137 | created below. To see the entire list of available configuration options
|
---|
138 | (and an abbreviated description of each one), issue
|
---|
139 | <command>./configure --help</command>. You may also wish to review the
|
---|
140 | entire file and uncomment any other desired options. Create the file by
|
---|
141 | issuing the following command:
|
---|
142 | </para>
|
---|
143 |
|
---|
144 | <screen><?dbfo keep-together="auto"?><userinput>cat > mozconfig << EOF
|
---|
145 | # If you have a multicore machine you can speed up the build by running
|
---|
146 | # several jobs at once, but if you have a single core, delete this line:
|
---|
147 | mk_add_options MOZ_MAKE_FLAGS="-j$(getconf _NPROCESSORS_ONLN)"
|
---|
148 |
|
---|
149 | # If you have installed Yasm delete this option:
|
---|
150 | ac_add_options --disable-webm
|
---|
151 |
|
---|
152 | # If you have installed DBus-Glib delete this option:
|
---|
153 | ac_add_options --disable-dbus
|
---|
154 |
|
---|
155 | # If you have installed wireless-tools delete this option:
|
---|
156 | ac_add_options --disable-necko-wifi
|
---|
157 |
|
---|
158 | # If you have installed libnotify delete this option:
|
---|
159 | ac_add_options --disable-libnotify
|
---|
160 |
|
---|
161 | # Uncomment these if you have installed them:
|
---|
162 | # ac_add_options --enable-startup-notification
|
---|
163 | # ac_add_options --enable-system-hunspell
|
---|
164 | # ac_add_options --enable-system-sqlite
|
---|
165 | # ac_add_options --with-system-libevent
|
---|
166 | # ac_add_options --with-system-libvpx
|
---|
167 | # ac_add_options --with-system-nspr
|
---|
168 | # ac_add_options --with-system-nss
|
---|
169 |
|
---|
170 | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir
|
---|
171 | ac_add_options --disable-crashreporter
|
---|
172 | ac_add_options --disable-debug
|
---|
173 | ac_add_options --disable-debug-symbols
|
---|
174 | ac_add_options --disable-installer
|
---|
175 | ac_add_options --disable-static
|
---|
176 | ac_add_options --disable-tests
|
---|
177 | ac_add_options --disable-updater
|
---|
178 | ac_add_options --enable-application=suite
|
---|
179 | ac_add_options --enable-shared
|
---|
180 | ac_add_options --enable-system-ffi
|
---|
181 | ac_add_options --prefix=/usr
|
---|
182 | ac_add_options --with-pthreads
|
---|
183 | ac_add_options --with-system-jpeg
|
---|
184 | ac_add_options --with-system-png
|
---|
185 | ac_add_options --with-system-zlib
|
---|
186 | EOF</userinput></screen>
|
---|
187 |
|
---|
188 | <para>
|
---|
189 | Compile <application>SeaMonkey</application> by running the following
|
---|
190 | command:
|
---|
191 | </para>
|
---|
192 |
|
---|
193 | <note><para>If you did not install Xorg in /usr, be sure to specify the
|
---|
194 | location with:</para>
|
---|
195 |
|
---|
196 | <screen><userinput>export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include
|
---|
197 | export C_INCLUDE_PATH=$XORG_PREFIX/include</userinput></screen>
|
---|
198 | </note>
|
---|
199 |
|
---|
200 | <screen><userinput>make -f client.mk &&
|
---|
201 | make -C moz-build-dir/suite/installer</userinput></screen>
|
---|
202 |
|
---|
203 | <para>
|
---|
204 | This package does not come with a test suite. However, if
|
---|
205 | <application>X</application> is running it can be launched
|
---|
206 | from the build directory before installing with the command line:
|
---|
207 | <userinput>moz-build-dir/mozilla/dist/seamonkey/seamonkey</userinput>
|
---|
208 | </para>
|
---|
209 |
|
---|
210 | <para>
|
---|
211 | Install <application>SeaMonkey</application> by issuing the following
|
---|
212 | commands as the <systemitem class="username">root</systemitem> user:
|
---|
213 | </para>
|
---|
214 |
|
---|
215 | <screen role="root"><userinput>rm -rf /usr/lib/seamonkey-&seamonkey-version; &&
|
---|
216 | mkdir -pv /usr/lib/seamonkey-&seamonkey-version; &&
|
---|
217 |
|
---|
218 | tar -xf moz-build-dir/mozilla/dist/seamonkey-&seamonkey-version;.en-US.linux-$(uname -m).tar.bz2 \
|
---|
219 | -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1 &&
|
---|
220 |
|
---|
221 | ln -sfv ../lib/seamonkey-&seamonkey-version;/seamonkey /usr/bin &&
|
---|
222 |
|
---|
223 | mkdir -pv /usr/lib/mozilla/plugins &&
|
---|
224 | ln -sfv ../mozilla/plugins /usr/lib/seamonkey-&seamonkey-version; &&
|
---|
225 |
|
---|
226 | cp -v moz-build-dir/mozilla/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
|
---|
227 |
|
---|
228 | <bridgehead renderas="sect3" id="npapi-seamonkey" xreflabel="SeaMonkey">
|
---|
229 | NPAPI Headers
|
---|
230 | </bridgehead>
|
---|
231 | <para>
|
---|
232 | The above instructions just install the parts you need to run
|
---|
233 | <application>SeaMonkey</application>. If you want to compile
|
---|
234 | <xref linkend="gnash"/>, the open source version of Flash, copy some
|
---|
235 | headers that Gnash needs into /usr/include, as the
|
---|
236 | <systemitem class="username">root</systemitem> user:
|
---|
237 | </para>
|
---|
238 |
|
---|
239 | <screen role="root"><userinput>rm -rf /usr/include/npapi &&
|
---|
240 | mkdir -v /usr/include/npapi &&
|
---|
241 | cp -v mozilla/dom/plugins/base/*.h /usr/include/npapi</userinput></screen>
|
---|
242 |
|
---|
243 | <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
|
---|
244 | All the Development Libraries and Headers
|
---|
245 | </bridgehead>
|
---|
246 |
|
---|
247 | <para>
|
---|
248 | If you want to install the full <application>SeaMonkey</application>
|
---|
249 | development environment, as the
|
---|
250 | <systemitem class="username">root</systemitem> user:
|
---|
251 | </para>
|
---|
252 |
|
---|
253 | <screen role="root"><userinput>make -C moz-build-dir install</userinput></screen>
|
---|
254 | </sect2>
|
---|
255 |
|
---|
256 | <sect2 role="commands">
|
---|
257 | <title>Command Explanations</title>
|
---|
258 |
|
---|
259 | <para>
|
---|
260 | <command>make -f client.mk</command>: Mozilla products are packaged to
|
---|
261 | allow the use of a configuration file which can be used to pass the
|
---|
262 | configuration settings to the <command>configure</command> command.
|
---|
263 | <command>make</command> uses the <filename>client.mk</filename> file to
|
---|
264 | get initial configuration and setup parameters.
|
---|
265 | </para>
|
---|
266 |
|
---|
267 | <para>
|
---|
268 | <command>make -C moz-build-dir/suite/installer</command>: this creates a
|
---|
269 | tarball of the finished <application>SeaMonkey</application>.
|
---|
270 | </para>
|
---|
271 |
|
---|
272 | <para>
|
---|
273 | <command>tar xf
|
---|
274 | moz-build-dir/mozilla/dist/seamonkey-&seamonkey-version;.en-US.linux-$(uname -m).tar.bz2
|
---|
275 | -C /usr/lib/seamonkey-&seamonkey-version; --strip-components=1</command>:
|
---|
276 | this untars <application>SeaMonkey</application> into
|
---|
277 | /usr/lib/seamonkey-&seamonkey-version;.
|
---|
278 | </para>
|
---|
279 |
|
---|
280 | <para>
|
---|
281 | <command>ln -s ../mozilla/plugins
|
---|
282 | /usr/lib/seamonkey-&seamonkey-version;</command>: this creates a symlink
|
---|
283 | to <filename class="directory">/usr/lib/mozilla/plugins</filename> for the
|
---|
284 | sake of compatibility, to keep all your plugins in the place mozilla
|
---|
285 | plugins are normally found.
|
---|
286 | </para>
|
---|
287 | </sect2>
|
---|
288 |
|
---|
289 | <sect2 role="configuration">
|
---|
290 | <title>Configuring SeaMonkey</title>
|
---|
291 |
|
---|
292 | <para>
|
---|
293 | If you deleted the <option>--disable-webm</option> option from your
|
---|
294 | <filename>mozconfig</filename>, your <application>SeaMonkey</application>
|
---|
295 | can play most youtube videos without the need for the flash plugin. To
|
---|
296 | enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
|
---|
297 | on 'Join the HTML5 Trial' (needs cookies enabled).
|
---|
298 | </para>
|
---|
299 |
|
---|
300 | <para>
|
---|
301 | For installing various <application>SeaMonkey</application> plugins, refer
|
---|
302 | to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
|
---|
303 | Project</ulink>.
|
---|
304 | </para>
|
---|
305 |
|
---|
306 | <para>
|
---|
307 | Along with using the <quote>Preferences</quote> menu to configure
|
---|
308 | <application>SeaMonkey</application>'s options and preferences to suit
|
---|
309 | individual tastes, finer grain control of many options is only available
|
---|
310 | using a tool not available from the general menu system. To access this
|
---|
311 | tool, you'll need to open a browser window and enter
|
---|
312 | <systemitem role="url">about:config</systemitem> in the address bar. This
|
---|
313 | will display a list of the configuration preferences and information
|
---|
314 | related to each one. You can use the <quote>Filter:</quote> bar to enter
|
---|
315 | search criteria and narrow down the listed items. Changing a preference
|
---|
316 | can be done using two methods. One, if the preference has a boolean value
|
---|
317 | (True/False), simply double-click on the preference to toggle the value
|
---|
318 | and two, for other preferences simply right-click on the desired line,
|
---|
319 | choose <quote>Modify</quote> from the menu and change the value. Creating
|
---|
320 | new preference items is accomplished in the same way, except choose
|
---|
321 | <quote>New</quote> from the menu and provide the desired data into the
|
---|
322 | fields when prompted.
|
---|
323 | </para>
|
---|
324 |
|
---|
325 | <tip>
|
---|
326 | <para>
|
---|
327 | There is a multitude of configuration parameters you can tweak to
|
---|
328 | customize <application>SeaMonkey</application>. A very extensive list of
|
---|
329 | these parameters can be found at
|
---|
330 | <ulink url="http://preferential.mozdev.org/preferences.html"/>.
|
---|
331 | </para>
|
---|
332 | </tip>
|
---|
333 |
|
---|
334 | <para>
|
---|
335 | If you use a desktop environment like <application>Gnome</application> or
|
---|
336 | <application>KDE</application> you may wish to create a
|
---|
337 | <filename>seamonkey.desktop</filename> file so that
|
---|
338 | <application>SeaMonkey</application> appears in the panel's menus. If you
|
---|
339 | didn't enable <application>Startup-Notification</application> in your
|
---|
340 | mozconfig change the StartupNotify line to false. As the
|
---|
341 | <systemitem class="username">root</systemitem> user:
|
---|
342 | </para>
|
---|
343 |
|
---|
344 | <screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &&
|
---|
345 |
|
---|
346 | cat > /usr/share/applications/seamonkey.desktop << "EOF" &&
|
---|
347 | [Desktop Entry]
|
---|
348 | Encoding=UTF-8
|
---|
349 | Type=Application
|
---|
350 | Name=SeaMonkey
|
---|
351 | Comment=The Mozilla Suite
|
---|
352 | Icon=seamonkey
|
---|
353 | Exec=seamonkey
|
---|
354 | Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
|
---|
355 | StartupNotify=true
|
---|
356 | Terminal=false
|
---|
357 | EOF
|
---|
358 |
|
---|
359 | ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
|
---|
360 | /usr/share/pixmaps</userinput></screen>
|
---|
361 | </sect2>
|
---|
362 |
|
---|
363 | <sect2 role="content">
|
---|
364 | <title>Contents</title>
|
---|
365 |
|
---|
366 | <segmentedlist>
|
---|
367 | <segtitle>Installed Programs</segtitle>
|
---|
368 | <segtitle>Installed Libraries</segtitle>
|
---|
369 | <segtitle>Installed Directories</segtitle>
|
---|
370 |
|
---|
371 | <seglistitem>
|
---|
372 | <seg>seamonkey</seg>
|
---|
373 | <seg>
|
---|
374 | Numerous libraries, browser, and email/newsgroup components, plugins,
|
---|
375 | extensions, and helper modules installed in <filename
|
---|
376 | class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
|
---|
377 | </seg>
|
---|
378 | <seg>
|
---|
379 | /usr/include/npapi and
|
---|
380 | /usr/lib/seamonkey-&seamonkey-version;.
|
---|
381 | </seg>
|
---|
382 | </seglistitem>
|
---|
383 | </segmentedlist>
|
---|
384 |
|
---|
385 | <variablelist>
|
---|
386 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
387 | <?dbfo list-presentation="list"?>
|
---|
388 | <?dbhtml list-presentation="table"?>
|
---|
389 |
|
---|
390 | <varlistentry id="seamonkey-prog">
|
---|
391 | <term><command>seamonkey</command></term>
|
---|
392 | <listitem>
|
---|
393 | <para>
|
---|
394 | is the Mozilla browser/email/newsgroup/chat client suite.
|
---|
395 | </para>
|
---|
396 | <indexterm zone="seamonkey seamonkey-prog">
|
---|
397 | <primary sortas="b-seamonkey">seamonkey</primary>
|
---|
398 | </indexterm>
|
---|
399 | </listitem>
|
---|
400 | </varlistentry>
|
---|
401 | </variablelist>
|
---|
402 | </sect2>
|
---|
403 | </sect1>
|
---|