source: xsoft/other/thunderbird.xml@ 5ef6186

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 5ef6186 was 5ef6186, checked in by Andrew Benton <andy@…>, 12 years ago

Added Transmission and it's dependency libevent

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@10414 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 "721088faf4bedfd8d7beb6f8295856d1">
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 <xref linkend="libevent"/>,
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
150# If you want to compile the Mozilla Calendar, uncomment this line:
151# ac_add_options --enable-calendar
152
153mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
154ac_add_options --disable-crashreporter
155ac_add_options --disable-debug
156ac_add_options --disable-debug-symbols
157ac_add_options --disable-installer
158ac_add_options --disable-static
159ac_add_options --disable-tests
160ac_add_options --disable-updater
161ac_add_options --enable-official-branding
162ac_add_options --enable-shared
163ac_add_options --enable-system-cairo
164ac_add_options --enable-system-ffi
165ac_add_options --prefix=/usr
166ac_add_options --with-pthreads
167ac_add_options --with-system-jpeg
168ac_add_options --with-system-png
169ac_add_options --with-system-zlib
170EOF</userinput></screen>
171
172 <para>
173 Compile <application>Thunderbird</application> by issuing the following
174 commands:
175 </para>
176
177<screen><userinput>make -f client.mk &amp;&amp;
178make -C thunderbuild/mail/installer</userinput></screen>
179
180 <para>This package does not come with a test suite.</para>
181
182 <para>
183 Install <application>Thunderbird</application> by running the following
184 commands as the <systemitem class="username">root</systemitem> user:
185 </para>
186
187<screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
188tar xf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \
189 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
190ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>
191
192 <para>
193 The above instructions just install the parts you need to run
194 <application>Thunderbird</application>. Alternatively, if you want to
195 install the full <application>Thunderbird</application> development
196 environment, as the <systemitem class="username">root</systemitem> user:
197 </para>
198
199<screen role="root"><userinput>make -C thunderbuild install</userinput></screen>
200 </sect2>
201
202 <sect2 role="commands">
203 <title>Command Explanations</title>
204
205 <para>
206 <command>make -f client.mk</command>: Mozilla products are packaged to
207 allow the use of a configuration file which can be used to pass the
208 configuration settings to the <command>configure</command> command.
209 <command>make</command> uses the <filename>client.mk</filename> file to
210 get initial configuration and setup parameters.
211 </para>
212
213 <para>
214 <command>make -C thunderbuild/mail/installer</command>: this runs make in
215 the <filename class="directory">thunderbuild/mail/installer</filename>
216 folder. This gathers together all the parts of
217 <application>Thunderbird</application> and compresses them into a tarball.
218 </para>
219
220 <para>
221 <command>tar -xfv thunderbuild/mozilla/dist ...</command>: This untars
222 <application>Thunderbird</application>, the <option>-C</option> option
223 uncompresses the files in
224 <filename class="directory">/usr/lib/thunderbird-&thunderbird-version;</filename>.
225 The <option>--strip-components=1</option> option removes the leading
226 'thunderbird' directory from the filenames, allowing us to untar it into a
227 versioned directory.
228 </para>
229 </sect2>
230
231 <sect2 role="configuration">
232 <title>Configuring Thunderbird</title>
233
234 <sect3><title>Configuration Information</title>
235
236 <para>
237 If your Window or Desktop Manager does not allow you to configure a
238 default browser, you can add a configuration parameter to
239 <application>Thunderbird</application> so that a browser will start when
240 when you click on an Internet/intranet/local URL. The procedure to check
241 or modify any of the configuration parameters is quite simple and the
242 instructions here can be used to view or modify any of the parameters.
243 </para>
244
245 <para>
246 First, open the configuration dialog by opening the <quote>Edit</quote>
247 drop-down menu. Choose <quote>Preferences</quote> and then click on the
248 <quote>Advanced</quote> icon on the top menu bar. Choose the
249 <quote>General</quote> tab and click on the <quote>Config Editor</quote>
250 button. This will display a list of the configuration preferences and
251 information related to each one. You can use the <quote>Filter:</quote>
252 bar to enter search criteria and narrow down the listed items. Changing
253 a preference can be done using two methods. One, if the preference has a
254 boolean value (True/False), simply double-click on the preference to
255 toggle the value and two, for other preferences simply right-click on
256 the desired line, choose <quote>Modify</quote> from the menu and change
257 the value. Creating new preference items is accomplished in the same
258 way, except choose <quote>New</quote> from the menu and provide the
259 desired data into the fields when prompted.
260 </para>
261
262 <para>
263 The configuration preference item you need to check so that
264 <application>Thunderbird</application> uses a specified browser is the
265 <parameter>network.protocol-handler.app.http</parameter> which should be
266 set to the path of the desired browser, e.g.
267 <option>/usr/bin/firefox</option>.
268 </para>
269
270 <tip>
271 <para>
272 There is a multitude of configuration parameters you can tweak to
273 customize <application>Thunderbird</application>. A very extensive,
274 but not so up-to-date list of these parameters can be found at
275 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
276 </para>
277 </tip>
278
279 <para>
280 If you use a desktop environment like <application>Gnome</application> or
281 <application>KDE</application> you may wish to create a
282 <filename>thunderbird.desktop</filename> file so that
283 <application>Thunderbird</application> appears in the panel's menus. If
284 you didn't enable startup-notification in your mozconfig change the
285 StartupNotify line to false. As the
286 <systemitem class="username">root</systemitem> user:
287 </para>
288
289<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
290cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
291[Desktop Entry]
292Encoding=UTF-8
293Type=Application
294Name=Thunderbird
295Comment=Fetch Your Email
296Icon=thunderbird
297Exec=thunderbird
298Categories=Network;GTK;Application;Email;News;
299StartupNotify=true
300Terminal=false
301EOF
302ln -sfv /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
303 /usr/share/pixmaps/thunderbird.png</userinput></screen>
304 </sect3>
305 </sect2>
306
307 <sect2 role="content">
308 <title>Contents</title>
309
310 <segmentedlist>
311 <segtitle>Installed Programs</segtitle>
312 <segtitle>Installed Libraries</segtitle>
313 <segtitle>Installed Directories</segtitle>
314
315 <seglistitem>
316 <seg>thunderbird</seg>
317 <seg>
318 Numerous libraries, email/newsgroups components, plugins, extensions,
319 and helper modules installed in <filename
320 class="directory">/usr/lib/thunderbird-&thunderbird-version;</filename>
321 </seg>
322 <seg>/usr/lib/thunderbird-&thunderbird-version;</seg>
323 </seglistitem>
324 </segmentedlist>
325
326 <variablelist>
327 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
328 <?dbfo list-presentation="list"?>
329 <?dbhtml list-presentation="table"?>
330
331 <varlistentry id="thunderbird-prog">
332 <term><command>thunderbird</command></term>
333 <listitem>
334 <para>
335 is <application>Mozilla</application>'s email and newsgroup client.
336 </para>
337 <indexterm zone="thunderbird thunderbird-prog">
338 <primary sortas="b-thunderbird">thunderbird</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342 </variablelist>
343 </sect2>
344</sect1>
Note: See TracBrowser for help on using the repository browser.