source: xsoft/other/thunderbird.xml@ 2d7d257e

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

GeoClue requires GConf

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

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