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

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 12.2 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 gimp3 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/for-12.3 xry111/intltool xry111/llvm18 xry111/soup3 xry111/spidermonkey128 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 2f8cc75 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
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">
[ca82501]11 <!ENTITY thunderbird-md5sum "721088faf4bedfd8d7beb6f8295856d1">
[604ba3d8]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>,
[5ef6186]100 <xref linkend="libevent"/>,
[d41c02b]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
[5ef6186]150# If you want to compile the Mozilla Calendar, uncomment this line:
151# ac_add_options --enable-calendar
152
[b9b1a372]153mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
[5f5dcc2]154ac_add_options --disable-crashreporter
155ac_add_options --disable-debug
[604ba3d8]156ac_add_options --disable-debug-symbols
[5f5dcc2]157ac_add_options --disable-installer
158ac_add_options --disable-static
159ac_add_options --disable-tests
160ac_add_options --disable-updater
[f207d239]161ac_add_options --enable-official-branding
[5f5dcc2]162ac_add_options --enable-shared
163ac_add_options --enable-system-cairo
[b9b1a372]164ac_add_options --enable-system-ffi
[de930747]165ac_add_options --prefix=/usr
[5f5dcc2]166ac_add_options --with-pthreads
[a0ace670]167ac_add_options --with-system-jpeg
168ac_add_options --with-system-png
169ac_add_options --with-system-zlib
[adb388a]170EOF</userinput></screen>
171
[d41c02b]172 <para>
173 Compile <application>Thunderbird</application> by issuing the following
174 commands:
175 </para>
[adb388a]176
[604ba3d8]177<screen><userinput>make -f client.mk &amp;&amp;
[b9b1a372]178make -C thunderbuild/mail/installer</userinput></screen>
[99a80f7]179
[604ba3d8]180 <para>This package does not come with a test suite.</para>
[bc6cf88]181
[d41c02b]182 <para>
183 Install <application>Thunderbird</application> by running the following
184 commands as the <systemitem class="username">root</systemitem> user:
185 </para>
[99a80f7]186
[eb5f847a]187<screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
[2d7d257e]188tar xf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \
[5f5dcc2]189 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
[eb5f847a]190ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>
[de930747]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
[604ba3d8]196 environment, as the <systemitem class="username">root</systemitem> user:
[de930747]197 </para>
198
199<screen role="root"><userinput>make -C thunderbuild install</userinput></screen>
[dfff7ace]200 </sect2>
201
202 <sect2 role="commands">
203 <title>Command Explanations</title>
204
[d41c02b]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>
[b0ddfae5]229 </sect2>
230
231 <sect2 role="configuration">
232 <title>Configuring Thunderbird</title>
233
234 <sect3><title>Configuration Information</title>
235
[d41c02b]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>
[adb388a]269
[604ba3d8]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>
[ff749e38]278
[d41c02b]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>
[ff749e38]288
[eb5f847a]289<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
[c099902d]290cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF" &amp;&amp;
[ff749e38]291[Desktop Entry]
292Encoding=UTF-8
293Type=Application
294Name=Thunderbird
295Comment=Fetch Your Email
296Icon=thunderbird
297Exec=thunderbird
[5e2fb70]298Categories=Network;GTK;Application;Email;News;
[ff749e38]299StartupNotify=true
300Terminal=false
301EOF
[eb5f847a]302ln -sfv /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default256.png \
[0adc5d50]303 /usr/share/pixmaps/thunderbird.png</userinput></screen>
[b0ddfae5]304 </sect3>
[1c5e617]305 </sect2>
306
307 <sect2 role="content">
308 <title>Contents</title>
309
310 <segmentedlist>
[b0ddfae5]311 <segtitle>Installed Programs</segtitle>
[1c5e617]312 <segtitle>Installed Libraries</segtitle>
313 <segtitle>Installed Directories</segtitle>
314
315 <seglistitem>
[9671f10]316 <seg>thunderbird</seg>
[d41c02b]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>
[1c5e617]321 </seg>
[02d3b95]322 <seg>/usr/lib/thunderbird-&thunderbird-version;</seg>
[1c5e617]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>
[d41c02b]334 <para>
[de930747]335 is <application>Mozilla</application>'s email and newsgroup client.
[d41c02b]336 </para>
[1c5e617]337 <indexterm zone="thunderbird thunderbird-prog">
338 <primary sortas="b-thunderbird">thunderbird</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342 </variablelist>
343 </sect2>
[167dc1dc]344</sect1>
Note: See TracBrowser for help on using the repository browser.