source: xsoft/other/thunderbird.xml@ eb5f847a

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
Last change on this file since eb5f847a was eb5f847a, checked in by Andrew Benton <andy@…>, 12 years ago

seamonkey-2.10

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

  • Property mode set to 100644
File size: 12.7 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 thunderbird-download-http
8 "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
9 <!ENTITY thunderbird-download-ftp
10 "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
11 <!ENTITY thunderbird-md5sum "0134c67c30e8598f2a64ea004d5bc4bc">
12 <!ENTITY thunderbird-size "99 MB">
13 <!ENTITY thunderbird-buildsize "1.1 GB (42 MB installed)">
14 <!ENTITY thunderbird-time "26 SBU">
15
16]>
17
18<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
19 <?dbhtml filename="thunderbird.html" ?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
23 <date>$Date$</date>
24 </sect1info>
25
26 <title>Thunderbird-&thunderbird-version;</title>
27
28 <indexterm zone="thunderbird">
29 <primary sortas="a-Thunderbird">Thunderbird</primary>
30 </indexterm>
31
32 <sect2 role="package">
33 <title>Introduction to Thunderbird</title>
34
35 <para>
36 <application>Thunderbird</application> is a stand-alone mail/news client
37 based on the <application>Mozilla</application> codebase. It uses the
38 Gecko rendering engine to enable it to display and compose HTML emails.
39 </para>
40
41 &lfs71_checked;
42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
46 <para>
47 Download (HTTP): <ulink url="&thunderbird-download-http;"/>
48 </para>
49 </listitem>
50 <listitem>
51 <para>
52 Download (FTP): <ulink url="&thunderbird-download-ftp;"/>
53 </para>
54 </listitem>
55 <listitem>
56 <para>
57 Download MD5 sum: &thunderbird-md5sum;
58 </para>
59 </listitem>
60 <listitem>
61 <para>
62 Download size: &thunderbird-size;
63 </para>
64 </listitem>
65 <listitem>
66 <para>
67 Estimated disk space required: &thunderbird-buildsize;
68 </para>
69 </listitem>
70 <listitem>
71 <para>
72 Estimated build time: &thunderbird-time;
73 </para>
74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
80 <para role="required">
81 <xref linkend="alsa-lib"/>,
82 <xref linkend="gtk2"/>,
83 <xref linkend="zip"/> and
84 <xref linkend="unzip"/>
85 </para>
86
87 <bridgehead renderas="sect4">Optional</bridgehead>
88 <para role="optional">
89 <xref linkend="dbus-glib"/>,
90 <xref linkend="doxygen"/>,
91 <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>
92 (for integration with the old version of <application>Gnome</application>),
93 <xref linkend="libnotify"/>,
94 <xref linkend="nss"/>,
95 <xref linkend="nspr"/>,
96 <xref linkend="startup-notification"/>,
97 <xref linkend="sqlite"/>,
98 <xref linkend="yasm"/> (or <xref linkend="libvpx"/>),
99 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
100 <ulink url="http://libevent.org/">Libevent</ulink>,
101 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing
102 the jemalloc code) and
103 <xref linkend="wget"/>
104 </para>
105
106 <para condition="html" role="usernotes">
107 User Notes: <ulink url="&blfs-wiki;/Thunderbird"/>
108 </para>
109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Thunderbird</title>
113
114 <para>
115 The configuration of <application>Thunderbird</application> is
116 accomplished by creating a <filename>mozconfig</filename> file containing
117 the desired configuration options. A default
118 <filename>mozconfig</filename> is created below. To see the entire list of
119 available configuration options (and a brief description of each), issue
120 <command>./configure --help</command>. Create the file with the following
121 command:
122 </para>
123
124<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
125# If you have a multicore machine you can speed up the build by running
126# several jobs at once, but if you have a single core, delete this line:
127mk_add_options MOZ_MAKE_FLAGS="-j4"
128
129# If you have installed Yasm delete this option:
130ac_add_options --disable-webm
131
132# If you have installed DBus-Glib delete this option:
133ac_add_options --disable-dbus
134
135# If you have installed wireless-tools delete this option:
136ac_add_options --disable-necko-wifi
137
138# If you have installed libnotify delete this option:
139ac_add_options --disable-libnotify
140
141# Uncomment these if you have installed them:
142# ac_add_options --enable-startup-notification
143# ac_add_options --enable-system-hunspell
144# ac_add_options --enable-system-sqlite
145# ac_add_options --with-system-libevent
146# ac_add_options --with-system-libvpx
147# ac_add_options --with-system-nspr
148# ac_add_options --with-system-nss
149
150mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
151ac_add_options --disable-crashreporter
152ac_add_options --disable-debug
153ac_add_options --disable-debug-symbols
154ac_add_options --disable-installer
155ac_add_options --disable-static
156ac_add_options --disable-tests
157ac_add_options --disable-updater
158ac_add_options --enable-official-branding
159ac_add_options --enable-shared
160ac_add_options --enable-system-cairo
161ac_add_options --enable-system-ffi
162ac_add_options --prefix=/usr
163ac_add_options --with-pthreads
164ac_add_options --with-system-jpeg
165ac_add_options --with-system-png
166ac_add_options --with-system-zlib
167EOF</userinput></screen>
168
169 <para>
170 Compile <application>Thunderbird</application> by issuing the following
171 commands:
172 </para>
173
174<screen><userinput>make -f client.mk &amp;&amp;
175make -C thunderbuild/mail/installer</userinput></screen>
176
177 <para>This package does not come with a test suite.</para>
178
179 <para>
180 Install <application>Thunderbird</application> by running the following
181 commands as the <systemitem class="username">root</systemitem> user:
182 </para>
183
184<screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
185tar xf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \
186 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
187ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>
188
189 <para>
190 The above instructions just install the parts you need to run
191 <application>Thunderbird</application>. Alternatively, if you want to
192 install the full <application>Thunderbird</application> development
193 environment, as the <systemitem class="username">root</systemitem> user:
194 </para>
195
196<screen role="root"><userinput>make -C thunderbuild install</userinput></screen>
197 </sect2>
198
199 <sect2 role="commands">
200 <title>Command Explanations</title>
201
202 <para>
203 <command>make -f client.mk</command>: Mozilla products are packaged to
204 allow the use of a configuration file which can be used to pass the
205 configuration settings to the <command>configure</command> command.
206 <command>make</command> uses the <filename>client.mk</filename> file to
207 get initial configuration and setup parameters.
208 </para>
209
210 <para>
211 <command>make -C thunderbuild/mail/installer</command>: this runs make in
212 the <filename class="directory">thunderbuild/mail/installer</filename>
213 folder. This gathers together all the parts of
214 <application>Thunderbird</application> and compresses them into a tarball.
215 </para>
216
217 <para>
218 <command>tar -xfv thunderbuild/mozilla/dist ...</command>: This untars
219 <application>Thunderbird</application>, the <option>-C</option> option
220 uncompresses the files in
221 <filename class="directory">/usr/lib/thunderbird-&thunderbird-version;</filename>.
222 The <option>--strip-components=1</option> option removes the leading
223 'thunderbird' directory from the filenames, allowing us to untar it into a
224 versioned directory.
225 </para>
226 </sect2>
227
228 <sect2 role="configuration">
229 <title>Configuring Thunderbird</title>
230
231 <sect3><title>Configuration Information</title>
232
233 <para>
234 If your Window or Desktop Manager does not allow you to configure a
235 default browser, you can add a configuration parameter to
236 <application>Thunderbird</application> so that a browser will start when
237 when you click on an Internet/intranet/local URL. The procedure to check
238 or modify any of the configuration parameters is quite simple and the
239 instructions here can be used to view or modify any of the parameters.
240 </para>
241
242 <para>
243 First, open the configuration dialog by opening the <quote>Edit</quote>
244 drop-down menu. Choose <quote>Preferences</quote> and then click on the
245 <quote>Advanced</quote> icon on the top menu bar. Choose the
246 <quote>General</quote> tab and click on the <quote>Config Editor</quote>
247 button. This will display a list of the configuration preferences and
248 information related to each one. You can use the <quote>Filter:</quote>
249 bar to enter search criteria and narrow down the listed items. Changing
250 a preference can be done using two methods. One, if the preference has a
251 boolean value (True/False), simply double-click on the preference to
252 toggle the value and two, for other preferences simply right-click on
253 the desired line, choose <quote>Modify</quote> from the menu and change
254 the value. Creating new preference items is accomplished in the same
255 way, except choose <quote>New</quote> from the menu and provide the
256 desired data into the fields when prompted.
257 </para>
258
259 <para>
260 The configuration preference item you need to check so that
261 <application>Thunderbird</application> uses a specified browser is the
262 <parameter>network.protocol-handler.app.http</parameter> which should be
263 set to the path of the desired browser, e.g.
264 <option>/usr/bin/firefox</option>.
265 </para>
266
267 <tip>
268 <para>
269 There is a multitude of configuration parameters you can tweak to
270 customize <application>Thunderbird</application>. A very extensive,
271 but not so up-to-date list of these parameters can be found at
272 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
273 </para>
274 </tip>
275
276 <para>
277 If you use a desktop environment like <application>Gnome</application> or
278 <application>KDE</application> you may wish to create a
279 <filename>thunderbird.desktop</filename> file so that
280 <application>Thunderbird</application> appears in the panel's menus. If
281 you didn't enable startup-notification in your mozconfig change the
282 StartupNotify line to false. As the
283 <systemitem class="username">root</systemitem> user:
284 </para>
285
286<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
287cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
288[Desktop Entry]
289Encoding=UTF-8
290Type=Application
291Name=Thunderbird
292Comment=Fetch Your Email
293Icon=thunderbird
294Exec=thunderbird
295Categories=Network;GTK;Application;Email;News;
296StartupNotify=true
297Terminal=false
298EOF
299ln -sfv /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
300 /usr/share/pixmaps/thunderbird.png</userinput></screen>
301 </sect3>
302 </sect2>
303
304 <sect2 role="content">
305 <title>Contents</title>
306
307 <segmentedlist>
308 <segtitle>Installed Programs</segtitle>
309 <segtitle>Installed Libraries</segtitle>
310 <segtitle>Installed Directories</segtitle>
311
312 <seglistitem>
313 <seg>thunderbird</seg>
314 <seg>
315 Numerous libraries, email/newsgroups components, plugins, extensions,
316 and helper modules installed in <filename
317 class="directory">/usr/lib/thunderbird-&thunderbird-version;</filename>
318 </seg>
319 <seg>/usr/lib/thunderbird-&thunderbird-version;</seg>
320 </seglistitem>
321 </segmentedlist>
322
323 <variablelist>
324 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
325 <?dbfo list-presentation="list"?>
326 <?dbhtml list-presentation="table"?>
327
328 <varlistentry id="thunderbird-prog">
329 <term><command>thunderbird</command></term>
330 <listitem>
331 <para>
332 is <application>Mozilla</application>'s email and newsgroup client.
333 </para>
334 <indexterm zone="thunderbird thunderbird-prog">
335 <primary sortas="b-thunderbird">thunderbird</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339 </variablelist>
340 </sect2>
341</sect1>
Note: See TracBrowser for help on using the repository browser.