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 thunderbird-download-http "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
|
---|
8 | <!ENTITY thunderbird-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
|
---|
9 | <!ENTITY thunderbird-md5sum "be64630152a2d5a824a76752594e7596">
|
---|
10 | <!ENTITY thunderbird-size "65 MB">
|
---|
11 | <!ENTITY thunderbird-buildsize "915 MB">
|
---|
12 | <!ENTITY thunderbird-time "21">
|
---|
13 |
|
---|
14 | ]>
|
---|
15 |
|
---|
16 | <sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
|
---|
17 | <?dbhtml filename="thunderbird.html" ?>
|
---|
18 |
|
---|
19 | <sect1info>
|
---|
20 | <othername>$LastChangedBy$</othername>
|
---|
21 | <date>$Date$</date>
|
---|
22 | </sect1info>
|
---|
23 |
|
---|
24 | <title>Thunderbird-&thunderbird-version;</title>
|
---|
25 |
|
---|
26 | <indexterm zone="thunderbird">
|
---|
27 | <primary sortas="a-Thunderbird">Thunderbird</primary>
|
---|
28 | </indexterm>
|
---|
29 |
|
---|
30 | <sect2 role="package">
|
---|
31 | <title>Introduction to Thunderbird</title>
|
---|
32 |
|
---|
33 | <para><application>Thunderbird</application> is a stand-alone mail/news
|
---|
34 | client based on the <application>Mozilla</application> codebase.</para>
|
---|
35 |
|
---|
36 | &lfs70_checked;
|
---|
37 |
|
---|
38 | <bridgehead renderas="sect3">Package Information</bridgehead>
|
---|
39 | <itemizedlist spacing="compact">
|
---|
40 | <listitem>
|
---|
41 | <para>Download (HTTP): <ulink url="&thunderbird-download-http;"/></para>
|
---|
42 | </listitem>
|
---|
43 | <listitem>
|
---|
44 | <para>Download (FTP): <ulink url="&thunderbird-download-ftp;"/></para>
|
---|
45 | </listitem>
|
---|
46 | <listitem>
|
---|
47 | <para>Download MD5 sum: &thunderbird-md5sum;</para>
|
---|
48 | </listitem>
|
---|
49 | <listitem>
|
---|
50 | <para>Download size: &thunderbird-size;</para>
|
---|
51 | </listitem>
|
---|
52 | <listitem>
|
---|
53 | <para>Estimated disk space required: &thunderbird-buildsize;</para>
|
---|
54 | </listitem>
|
---|
55 | <listitem>
|
---|
56 | <para>Estimated build time: &thunderbird-time;</para>
|
---|
57 | </listitem>
|
---|
58 | </itemizedlist>
|
---|
59 |
|
---|
60 | <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
|
---|
61 |
|
---|
62 | <bridgehead renderas="sect4">Required</bridgehead>
|
---|
63 | <para role="required"><xref linkend="alsa-lib"/>, <xref linkend="gtk2"/>,
|
---|
64 | <xref linkend="libidl"/> and <xref linkend="zip"/></para>
|
---|
65 |
|
---|
66 | <para>Note: <application>libjpeg</application> and
|
---|
67 | <application>libpng</application> (patched for apng support) should have
|
---|
68 | been installed before <application>gdk-pixbuf</application> and should
|
---|
69 | exist on your system. If for some strange reason you haven't installed
|
---|
70 | them, you should remove the <option>--with-system-jpeg</option> and
|
---|
71 | <option>--with-system-png</option> options from the
|
---|
72 | <filename>mozconfig</filename> file created below.</para>
|
---|
73 |
|
---|
74 | <bridgehead renderas="sect4">Optional</bridgehead>
|
---|
75 | <para role="optional"><xref linkend="dbus-glib"/>, <xref linkend="unzip"/>,
|
---|
76 | <xref linkend="doxygen"/>, <xref linkend="gnome-vfs"/> and
|
---|
77 | <xref linkend="libgnomeui"/> (for gnome integration),
|
---|
78 | <xref linkend="libnotify"/>, <xref linkend="nss"/>, <xref linkend="nspr"/>,
|
---|
79 | <xref linkend="startup-notification"/>, <xref linkend="sqlite"/>,
|
---|
80 | <xref linkend="yasm"/>,
|
---|
81 | (or <ulink url="http://www.webmproject.org/code/">libvpx</ulink>, which
|
---|
82 | requires <application>Yasm</application>),
|
---|
83 | <ulink url="http://sourceforge.net/projects/hunspell/">Hunspell</ulink>,
|
---|
84 | <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing the
|
---|
85 | jemalloc code), and <xref linkend="wget"/></para>
|
---|
86 |
|
---|
87 | <para condition="html" role="usernotes">User Notes:
|
---|
88 | <ulink url="&blfs-wiki;/Thunderbird"/></para>
|
---|
89 |
|
---|
90 | </sect2>
|
---|
91 |
|
---|
92 | <sect2 role="installation">
|
---|
93 | <title>Installation of Thunderbird</title>
|
---|
94 |
|
---|
95 | <para>The configuration of <application>Thunderbird</application> is
|
---|
96 | accomplished by creating a <filename>mozconfig</filename> file containing
|
---|
97 | the desired configuration options. A default <filename>mozconfig</filename>
|
---|
98 | is created below. To see the entire list of available configuration options
|
---|
99 | (and an abbreviated description of each one), issue
|
---|
100 | <command>./configure --help</command>. Create the file by issuing the
|
---|
101 | following command:</para>
|
---|
102 |
|
---|
103 | <screen><?dbfo keep-together="auto"?><userinput>cat > mozconfig << "EOF"
|
---|
104 | # If you have a multicore machine you can speed up the build by running
|
---|
105 | # several jobs at once, but if you have a single core, delete this line:
|
---|
106 | mk_add_options MOZ_MAKE_FLAGS="-j4"
|
---|
107 |
|
---|
108 | # If you have installed Yasm delete this option:
|
---|
109 | ac_add_options --disable-webm
|
---|
110 |
|
---|
111 | # If you have installed DBus-Glib delete this option:
|
---|
112 | ac_add_options --disable-dbus
|
---|
113 |
|
---|
114 | # If you have installed wireless-tools delete this option:
|
---|
115 | ac_add_options --disable-necko-wifi
|
---|
116 |
|
---|
117 | # If you have installed libnotify delete this option:
|
---|
118 | ac_add_options --disable-libnotify
|
---|
119 |
|
---|
120 | # If you have installed nss and nspr uncomment these two lines:
|
---|
121 | # ac_add_options --with-system-nspr
|
---|
122 | # ac_add_options --with-system-nss
|
---|
123 |
|
---|
124 | # Uncomment these if you have installed them:
|
---|
125 | # ac_add_options --enable-system-sqlite
|
---|
126 | # ac_add_options --enable-system-lcms
|
---|
127 | # ac_add_options --with-system-libvpx
|
---|
128 | # ac_add_options --enable-startup-notification
|
---|
129 |
|
---|
130 | mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
|
---|
131 | ac_add_options --enable-official-branding
|
---|
132 | ac_add_options --enable-pthreads
|
---|
133 | ac_add_options --enable-system-ffi
|
---|
134 | ac_add_options --enable-system-jpeg
|
---|
135 | ac_add_options --enable-system-png
|
---|
136 | ac_add_options --enable-system-cairo
|
---|
137 | ac_add_options --enable-system-zlib
|
---|
138 | ac_add_options --enable-shared
|
---|
139 | ac_add_options --disable-static
|
---|
140 | ac_add_options --disable-debug
|
---|
141 | ac_add_options --disable-crashreporter
|
---|
142 | ac_add_options --disable-installer
|
---|
143 | ac_add_options --disable-updater
|
---|
144 | ac_add_options --disable-tests
|
---|
145 | EOF</userinput></screen>
|
---|
146 |
|
---|
147 | <para>Compile <application>Thunderbird</application> by issuing the
|
---|
148 | following commands:</para>
|
---|
149 |
|
---|
150 | <screen><userinput>make -f client.mk &&
|
---|
151 | make -C thunderbuild/mail/installer</userinput></screen>
|
---|
152 |
|
---|
153 | <para>This package does not come with a test suite.</para>
|
---|
154 |
|
---|
155 | <para>Install <application>Thunderbird</application> by running the
|
---|
156 | following commands as the <systemitem class="username">root</systemitem>
|
---|
157 | user:</para>
|
---|
158 |
|
---|
159 | <screen role="root"><userinput>tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C /usr/lib &&
|
---|
160 | ln -s ../lib/thunderbird/thunderbird /usr/bin/thunderbird</userinput></screen>
|
---|
161 |
|
---|
162 | </sect2>
|
---|
163 |
|
---|
164 | <sect2 role="commands">
|
---|
165 | <title>Command Explanations</title>
|
---|
166 |
|
---|
167 | <para><command>make -f client.mk</command>: Mozilla products are packaged
|
---|
168 | to allow the use of a configuration file which can be used to pass the
|
---|
169 | configuration settings to the <command>configure</command> command.
|
---|
170 | <command>make</command> uses the <filename>client.mk</filename>
|
---|
171 | file to get initial configuration and setup parameters.</para>
|
---|
172 |
|
---|
173 | <para><command>make -C thunderbuild/mail/installer</command>: this runs make
|
---|
174 | in the <filename class='directory'>thunderbuild/mail/installer</filename>
|
---|
175 | folder. This gathers together all the parts of
|
---|
176 | <application>Thunderbird</application> and compresses them into a
|
---|
177 | tarball.</para>
|
---|
178 |
|
---|
179 | </sect2>
|
---|
180 |
|
---|
181 | <sect2 role="configuration">
|
---|
182 | <title>Configuring Thunderbird</title>
|
---|
183 |
|
---|
184 | <sect3><title>Configuration Information</title>
|
---|
185 |
|
---|
186 | <para>If your Window or Desktop Manager does not allow you to configure
|
---|
187 | a default browser, you can add a configuration parameter to
|
---|
188 | <application>Thunderbird</application> so that a browser will start when
|
---|
189 | when you click on an Internet/intranet/local URL. The procedure to check
|
---|
190 | or modify any of the configuration parameters is quite simple and the
|
---|
191 | instructions here can be used to view or modify any of the
|
---|
192 | parameters.</para>
|
---|
193 |
|
---|
194 | <para>First, open the configuration dialog by opening the
|
---|
195 | <quote>Edit</quote> drop-down menu. Choose <quote>Preferences</quote>
|
---|
196 | and then click on the <quote>Advanced</quote> icon on the top menu
|
---|
197 | bar. Choose the <quote>General</quote> tab and click on the
|
---|
198 | <quote>Config Editor</quote> button. This will display a list of the
|
---|
199 | configuration preferences and information related to each one. You can
|
---|
200 | use the <quote>Filter:</quote> bar to enter search criteria and narrow
|
---|
201 | down the listed items. Changing a preference can be done using two
|
---|
202 | methods. One, if the preference has a boolean value (True/False), simply
|
---|
203 | double-click on the preference to toggle the value and two, for other
|
---|
204 | preferences simply right-click on the desired line, choose
|
---|
205 | <quote>Modify</quote> from the menu and change the value. Creating new
|
---|
206 | preference items is accomplished in the same way, except choose
|
---|
207 | <quote>New</quote> from the menu and provide the desired data into the
|
---|
208 | fields when prompted.</para>
|
---|
209 |
|
---|
210 | <para>The configuration preference item you need to check so that
|
---|
211 | <application>Thunderbird</application> uses a specified browser is the
|
---|
212 | <parameter>network.protocol-handler.app.http</parameter> which should
|
---|
213 | be set to the path of the desired browser, e.g.,
|
---|
214 | <option>/usr/bin/firefox</option>.</para>
|
---|
215 |
|
---|
216 | <tip>
|
---|
217 | <para>There is a multitude of configuration parameters you can tweak to
|
---|
218 | customize <application>Thunderbird</application>. A very extensive, but
|
---|
219 | not so up-to-date list of these parameters can be found at <ulink
|
---|
220 | url="http://preferential.mozdev.org/preferences.html"/>.</para>
|
---|
221 | </tip>
|
---|
222 |
|
---|
223 | </sect3>
|
---|
224 |
|
---|
225 | </sect2>
|
---|
226 |
|
---|
227 | <sect2 role="content">
|
---|
228 | <title>Contents</title>
|
---|
229 |
|
---|
230 | <segmentedlist>
|
---|
231 | <segtitle>Installed Programs</segtitle>
|
---|
232 | <segtitle>Installed Libraries</segtitle>
|
---|
233 | <segtitle>Installed Directories</segtitle>
|
---|
234 |
|
---|
235 | <seglistitem>
|
---|
236 | <seg>thunderbird</seg>
|
---|
237 | <seg>Numerous libraries, email/newsgroups components, plugins,
|
---|
238 | extensions, and helper modules installed in
|
---|
239 | <filename class='directory'>/usr/lib/thunderbird</filename>
|
---|
240 | </seg>
|
---|
241 | <seg>/usr/lib/thunderbird</seg>
|
---|
242 | </seglistitem>
|
---|
243 | </segmentedlist>
|
---|
244 |
|
---|
245 | <variablelist>
|
---|
246 | <bridgehead renderas="sect3">Short Descriptions</bridgehead>
|
---|
247 | <?dbfo list-presentation="list"?>
|
---|
248 | <?dbhtml list-presentation="table"?>
|
---|
249 |
|
---|
250 | <varlistentry id="thunderbird-prog">
|
---|
251 | <term><command>thunderbird</command></term>
|
---|
252 | <listitem>
|
---|
253 | <para>is <application>Mozilla</application>'s next-generation
|
---|
254 | email and newsgroup client.</para>
|
---|
255 | <indexterm zone="thunderbird thunderbird-prog">
|
---|
256 | <primary sortas="b-thunderbird">thunderbird</primary>
|
---|
257 | </indexterm>
|
---|
258 | </listitem>
|
---|
259 | </varlistentry>
|
---|
260 |
|
---|
261 | </variablelist>
|
---|
262 |
|
---|
263 | </sect2>
|
---|
264 |
|
---|
265 | </sect1>
|
---|