source: xsoft/other/thunderbird.xml@ 3d9aec91

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

nss-3.13.5

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

  • Property mode set to 100644
File size: 12.6 KB
RevLine 
[16998db6]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[16998db6]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[e2ae0e7]7 <!ENTITY thunderbird-download-http
[f3eb6d99]8 "http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
[e2ae0e7]9 <!ENTITY thunderbird-download-ftp
10 "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
[604ba3d8]11 <!ENTITY thunderbird-md5sum "0134c67c30e8598f2a64ea004d5bc4bc">
12 <!ENTITY thunderbird-size "99 MB">
[3d9aec91]13 <!ENTITY thunderbird-buildsize "1.1 GB (42 MB installed)">
[02d3b95]14 <!ENTITY thunderbird-time "26 SBU">
[adb388a]15
[16998db6]16]>
17
[d1981e0]18<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
[1c5e617]19 <?dbhtml filename="thunderbird.html" ?>
20
21 <sect1info>
22 <othername>$LastChangedBy$</othername>
[55329727]23 <date>$Date$</date>
[1c5e617]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
[d41c02b]35 <para>
36 <application>Thunderbird</application> is a stand-alone mail/news client
[604ba3d8]37 based on the <application>Mozilla</application> codebase. It uses the
38 Gecko rendering engine to enable it to display and compose HTML emails.
[d41c02b]39 </para>
[b9b1a372]40
[4c77a949]41 &lfs71_checked;
[1c5e617]42
43 <bridgehead renderas="sect3">Package Information</bridgehead>
44 <itemizedlist spacing="compact">
45 <listitem>
[d41c02b]46 <para>
47 Download (HTTP): <ulink url="&thunderbird-download-http;"/>
48 </para>
[1c5e617]49 </listitem>
50 <listitem>
[d41c02b]51 <para>
52 Download (FTP): <ulink url="&thunderbird-download-ftp;"/>
53 </para>
[1c5e617]54 </listitem>
55 <listitem>
[d41c02b]56 <para>
57 Download MD5 sum: &thunderbird-md5sum;
58 </para>
[1c5e617]59 </listitem>
60 <listitem>
[d41c02b]61 <para>
62 Download size: &thunderbird-size;
63 </para>
[1c5e617]64 </listitem>
65 <listitem>
[d41c02b]66 <para>
67 Estimated disk space required: &thunderbird-buildsize;
68 </para>
[1c5e617]69 </listitem>
70 <listitem>
[d41c02b]71 <para>
72 Estimated build time: &thunderbird-time;
73 </para>
[1c5e617]74 </listitem>
75 </itemizedlist>
76
77 <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
78
79 <bridgehead renderas="sect4">Required</bridgehead>
[d41c02b]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
[1c5e617]87 <bridgehead renderas="sect4">Optional</bridgehead>
[d41c02b]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>
[1c5e617]109 </sect2>
110
111 <sect2 role="installation">
112 <title>Installation of Thunderbird</title>
113
[d41c02b]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>
[adb388a]123
[0adc5d50]124<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
[b9b1a372]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"
[9671f10]128
[b9b1a372]129# If you have installed Yasm delete this option:
130ac_add_options --disable-webm
[9671f10]131
[b9b1a372]132# If you have installed DBus-Glib delete this option:
[f207d239]133ac_add_options --disable-dbus
134
[b9b1a372]135# If you have installed wireless-tools delete this option:
[9671f10]136ac_add_options --disable-necko-wifi
137
[b9b1a372]138# If you have installed libnotify delete this option:
[9671f10]139ac_add_options --disable-libnotify
140
[02d3b95]141# Uncomment these if you have installed them:
[b9b1a372]142# ac_add_options --enable-startup-notification
[a0ace670]143# ac_add_options --enable-system-hunspell
[5f5dcc2]144# ac_add_options --enable-system-sqlite
[7133ec2]145# ac_add_options --with-system-libevent
[5f5dcc2]146# ac_add_options --with-system-libvpx
147# ac_add_options --with-system-nspr
148# ac_add_options --with-system-nss
[f207d239]149
[b9b1a372]150mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
[5f5dcc2]151ac_add_options --disable-crashreporter
152ac_add_options --disable-debug
[604ba3d8]153ac_add_options --disable-debug-symbols
[5f5dcc2]154ac_add_options --disable-installer
155ac_add_options --disable-static
156ac_add_options --disable-tests
157ac_add_options --disable-updater
[f207d239]158ac_add_options --enable-official-branding
[5f5dcc2]159ac_add_options --enable-shared
160ac_add_options --enable-system-cairo
[b9b1a372]161ac_add_options --enable-system-ffi
[de930747]162ac_add_options --prefix=/usr
[5f5dcc2]163ac_add_options --with-pthreads
[a0ace670]164ac_add_options --with-system-jpeg
165ac_add_options --with-system-png
166ac_add_options --with-system-zlib
[adb388a]167EOF</userinput></screen>
168
[d41c02b]169 <para>
170 Compile <application>Thunderbird</application> by issuing the following
171 commands:
172 </para>
[adb388a]173
[604ba3d8]174<screen><userinput>make -f client.mk &amp;&amp;
[b9b1a372]175make -C thunderbuild/mail/installer</userinput></screen>
[99a80f7]176
[604ba3d8]177 <para>This package does not come with a test suite.</para>
[bc6cf88]178
[d41c02b]179 <para>
180 Install <application>Thunderbird</application> by running the following
181 commands as the <systemitem class="username">root</systemitem> user:
182 </para>
[99a80f7]183
[0adc5d50]184<screen role="root"><userinput>mkdir -p /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
[2d7d257e]185tar xf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \
[5f5dcc2]186 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
[17fd9b0]187ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>
[de930747]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
[604ba3d8]193 environment, as the <systemitem class="username">root</systemitem> user:
[de930747]194 </para>
195
196<screen role="root"><userinput>make -C thunderbuild install</userinput></screen>
[dfff7ace]197 </sect2>
198
199 <sect2 role="commands">
200 <title>Command Explanations</title>
201
[d41c02b]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>
[b0ddfae5]226 </sect2>
227
228 <sect2 role="configuration">
229 <title>Configuring Thunderbird</title>
230
231 <sect3><title>Configuration Information</title>
232
[d41c02b]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>
[adb388a]266
[604ba3d8]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>
[ff749e38]275
[d41c02b]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>
[ff749e38]285
[c099902d]286<screen role="root"><userinput>mkdir -p /usr/share/applications &amp;&amp;
287cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
[ff749e38]288[Desktop Entry]
289Encoding=UTF-8
290Type=Application
291Name=Thunderbird
292Comment=Fetch Your Email
293Icon=thunderbird
294Exec=thunderbird
[5e2fb70]295Categories=Network;GTK;Application;Email;News;
[ff749e38]296StartupNotify=true
297Terminal=false
298EOF
[604ba3d8]299ln -svf /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
[0adc5d50]300 /usr/share/pixmaps/thunderbird.png</userinput></screen>
[b0ddfae5]301 </sect3>
[1c5e617]302 </sect2>
303
304 <sect2 role="content">
305 <title>Contents</title>
306
307 <segmentedlist>
[b0ddfae5]308 <segtitle>Installed Programs</segtitle>
[1c5e617]309 <segtitle>Installed Libraries</segtitle>
310 <segtitle>Installed Directories</segtitle>
311
312 <seglistitem>
[9671f10]313 <seg>thunderbird</seg>
[d41c02b]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>
[1c5e617]318 </seg>
[02d3b95]319 <seg>/usr/lib/thunderbird-&thunderbird-version;</seg>
[1c5e617]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>
[d41c02b]331 <para>
[de930747]332 is <application>Mozilla</application>'s email and newsgroup client.
[d41c02b]333 </para>
[1c5e617]334 <indexterm zone="thunderbird thunderbird-prog">
335 <primary sortas="b-thunderbird">thunderbird</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339 </variablelist>
340 </sect2>
[167dc1dc]341</sect1>
Note: See TracBrowser for help on using the repository browser.