source: xsoft/other/thunderbird.xml@ f3eb6d99

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

Thunderbird http url is working now

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

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