source: xsoft/other/thunderbird.xml@ 0adc5d50

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

thunderbird-10.0

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

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