source: xsoft/other/thunderbird.xml@ ae2aab61

systemd-13485
Last change on this file since ae2aab61 was ac38e9dc, checked in by Douglas R. Reno <renodr@…>, 9 years ago

Import back into SVN from Github

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@16309 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 14.0 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 "&mozilla-http;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
9 <!ENTITY thunderbird-download-ftp
10 "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
11 <!ENTITY thunderbird-md5sum "0a740cdeee86d3ab49c635c6070c4b06">
12 <!ENTITY thunderbird-size "194 MB">
13 <!ENTITY thunderbird-buildsize "3.9 GB (73 MB installed)">
14 <!ENTITY thunderbird-time "50 SBU">
15]>
16
17<sect1 id="thunderbird" xreflabel="Thunderbird-&thunderbird-version;">
18 <?dbhtml filename="thunderbird.html" ?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Thunderbird-&thunderbird-version;</title>
26
27 <indexterm zone="thunderbird">
28 <primary sortas="a-Thunderbird">Thunderbird</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Thunderbird</title>
33
34 <para>
35 <application>Thunderbird</application> is a stand-alone mail/news client
36 based on the <application>Mozilla</application> codebase. It uses the
37 Gecko rendering engine to enable it to display and compose HTML emails.
38 </para>
39
40 &lfs77_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">Thunderbird Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="alsa-lib"/>,
81 <xref linkend="gtk2"/>,
82 <xref linkend="unzip"/>,
83 <xref linkend="yasm"/> and
84 <xref linkend="zip"/>
85 </para>
86
87 <bridgehead renderas="sect4">Recommended</bridgehead>
88 <para role="recommended">
89 <xref linkend="libevent"/>,
90 <xref linkend="libvpx"/>,
91 <xref linkend="nspr"/>,
92 <xref linkend="nss"/> and
93 <xref linkend="sqlite"/>
94 </para>
95
96 <note>
97 <para>
98 If you don't install recommended dependencies, then internal copies of
99 those packages will be used. They might be tested to work, but they can
100 be out of date or contain security holes.
101 </para>
102 </note>
103
104 <note>
105 <para>
106 You must have installed <application>OpenSSL</application> before
107 <application>Python 2</application>, or the build system will quickly
108 fail with output including "ImportError: cannot import name
109 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
110 an older version of SeaMonkey), check if
111 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
112 exists. If it does not, reinstall <xref linkend="python2"/> (after
113 installing <xref linkend="openssl"/>. The latest version of any
114 <emphasis>currently maintained</emphasis> version of OpenSSL should be
115 satisfactory if already installed.
116 </para>
117 </note>
118
119 <bridgehead renderas="sect4">Optional</bridgehead>
120 <para role="optional">
121 <xref linkend="curl"/>,
122 <xref linkend="cyrus-sasl"/>,
123 <xref linkend="dbus-glib"/>,
124 <xref linkend="doxygen"/>,
125 <xref linkend="gst-plugins-base"/> (with
126 <xref linkend="gst-plugins-good"/> and
127 <xref linkend="gst-ffmpeg"/> at runtime), or
128 <xref linkend="gst10-plugins-base"/> (with
129 <xref linkend="gst10-plugins-good"/> and
130 <xref linkend="gst10-libav"/> at runtime),
131 <xref linkend="libnotify"/>,
132 <xref linkend="openjdk"/>,
133 <xref linkend="pulseaudio"/>,
134 <xref linkend="startup-notification"/>,
135 <xref linkend="wget"/>,
136 <xref linkend="wireless_tools"/> and
137 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
138 </para>
139
140 <para condition="html" role="usernotes">
141 User Notes: <ulink url="&blfs-wiki;/Thunderbird"/>
142 </para>
143 </sect2>
144
145 <sect2 role="installation">
146 <title>Installation of Thunderbird</title>
147
148 <para>
149 The configuration of <application>Thunderbird</application> is
150 accomplished by creating a <filename>mozconfig</filename> file containing
151 the desired configuration options. A default
152 <filename>mozconfig</filename> is created below. To see the entire list
153 of available configuration options (and a brief description of each),
154 issue <command>mozilla/configure --help</command>. Create the file with
155 the following command:
156 </para>
157
158<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
159<literal># If you have a multicore machine, the build may be faster if using parallel
160# jobs. The build system automatically adds -jN to the "make" flags, where N
161# is the number of CPU cores. The option below is therefore useless, unless
162# you want to use a smaller number of jobs:
163#mk_add_options MOZ_MAKE_FLAGS="-j1"
164
165# If you have installed DBus-Glib comment out this line:
166ac_add_options --disable-dbus
167
168# If you have installed wireless-tools comment out this line:
169ac_add_options --disable-necko-wifi
170
171# If you have installed libnotify comment out this line:
172ac_add_options --disable-libnotify
173
174# Comment out following option if you have PulseAudio installed
175ac_add_options --disable-pulseaudio
176
177# GStreamer is necessary for H.264 video playback in HTML5 Video Player.
178# To enable it, make sure you also set "media.gstreamer.enabled" to
179# "true" in about:config.
180
181# If you have GStreamer 0.10.x installed, comment out this line:
182ac_add_options --disable-gstreamer
183# or uncomment this line if you have GStreamer 1.x.y installed:
184#ac_add_options --enable-gstreamer=1.0
185
186# Uncomment these lines if you have installed optional dependencies:
187#ac_add_options --enable-system-hunspell
188#ac_add_options --enable-startup-notification
189
190# If you want to compile the Mozilla Calendar, uncomment this line:
191#ac_add_options --enable-calendar
192
193# Comment out following options if you have not installed
194# recommended dependencies:
195ac_add_options --enable-system-sqlite
196ac_add_options --with-system-libevent
197ac_add_options --with-system-libvpx
198ac_add_options --with-system-nspr
199ac_add_options --with-system-nss
200ac_add_options --with-system-icu
201
202# The BLFS editors recommend not changing anything below this line:
203ac_add_options --prefix=/usr
204ac_add_options --enable-application=mail
205
206ac_add_options --disable-crashreporter
207ac_add_options --disable-installer
208ac_add_options --disable-updater
209ac_add_options --disable-debug
210ac_add_options --disable-tests
211
212ac_add_options --enable-optimize
213ac_add_options --enable-strip
214ac_add_options --enable-install-strip
215
216ac_add_options --enable-gio
217ac_add_options --enable-official-branding
218ac_add_options --enable-safe-browsing
219ac_add_options --enable-url-classifier
220
221ac_add_options --enable-system-cairo
222ac_add_options --enable-system-ffi
223ac_add_options --enable-system-pixman
224
225ac_add_options --with-pthreads
226
227ac_add_options --with-system-bz2
228ac_add_options --with-system-jpeg
229ac_add_options --with-system-png
230ac_add_options --with-system-zlib</literal>
231EOF</userinput></screen>
232
233 <para>
234 First, fix building with system freetype-2.6 or later:
235 </para>
236
237<screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' mozilla/config/system-headers</userinput></screen>
238
239 <para>
240 Compile <application>Thunderbird</application> by issuing the following
241 commands:
242 </para>
243
244<screen><userinput>make -f client.mk</userinput></screen>
245
246 <para>
247 This package does not come with a test suite.
248 </para>
249
250 <para>
251 Install <application>Thunderbird</application> by running the following
252 commands as the <systemitem class="username">root</systemitem> user:
253 </para>
254
255<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
256chown -R root:root /usr/lib/thunderbird-&thunderbird-version;</userinput></screen>
257
258 <para>
259 While still as the <systemitem class="username">root</systemitem> user,
260 install the icon files which will be used in the desktop file below:
261 </para>
262
263<screen role="root"><userinput>for s in 16 22 24 32 48 256
264do
265install -v -Dm644 /usr/lib/thunderbird-&thunderbird-version;/chrome/icons/default/default${s}.png \
266 /usr/share/icons/hicolor/${s}x${s}/apps/thunderbird.png
267done &amp;&amp;
268gtk-update-icon-cache -qf /usr/share/icons/hicolor &amp;&amp;
269unset s</userinput></screen>
270
271 </sect2>
272
273 <sect2 role="commands">
274 <title>Command Explanations</title>
275
276 <para>
277 <command>make -f client.mk</command>: Mozilla products are packaged to
278 allow the use of a configuration file which can be used to pass the
279 configuration settings to the <command>configure</command> command.
280 <command>make</command> uses the <filename>client.mk</filename> file to
281 get initial configuration and setup parameters.
282 </para>
283
284 </sect2>
285
286 <sect2 role="configuration">
287 <title>Configuring Thunderbird</title>
288
289 <para>
290 If your Window or Desktop Manager does not allow you to configure a
291 default browser, you can add a configuration parameter to
292 <application>Thunderbird</application> so that a browser will start when
293 when you click on an Internet/intranet/local URL. The procedure to check
294 or modify any of the configuration parameters is quite simple and the
295 instructions here can be used to view or modify any of the parameters.
296 </para>
297
298 <para>
299 First, open the configuration dialog by opening the <quote>Edit</quote>
300 drop-down menu. Choose <quote>Preferences</quote> and then click on the
301 <quote>Advanced</quote> icon on the top menu bar. Choose the
302 <quote>General</quote> tab and click on the <quote>Config Editor</quote>
303 button. This will display a list of the configuration preferences and
304 information related to each one. You can use the <quote>Filter:</quote>
305 bar to enter search criteria and narrow down the listed items. Changing
306 a preference can be done using two methods. One, if the preference has a
307 boolean value (True/False), simply double-click on the preference to
308 toggle the value and two, for other preferences simply right-click on
309 the desired line, choose <quote>Modify</quote> from the menu and change
310 the value. Creating new preference items is accomplished in the same
311 way, except choose <quote>New</quote> from the menu and provide the
312 desired data into the fields when prompted.
313 </para>
314
315 <para>
316 The configuration preference item you need to check so that
317 <application>Thunderbird</application> uses a specified browser is the
318 <parameter>network.protocol-handler.app.http</parameter> which should be
319 set to the path of the desired browser, e.g.
320 <option>/usr/bin/firefox</option>.
321 </para>
322
323 <tip>
324 <para>
325 There is a multitude of configuration parameters you can tweak to
326 customize <application>Thunderbird</application>. A very extensive,
327 but not so up-to-date list of these parameters can be found at
328 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
329 </para>
330 </tip>
331
332 <para>
333 If you use a desktop environment such as <application>GNOME</application>
334 or <application>KDE</application>, you may want to create a desktop file
335 in order to be able to launch <application>Thunderbird</application> from the
336 desktop menus. If you didn't enable
337 <application>Startup Notification</application> support in your mozconfig
338 then change the StartupNotify line to false. Run the following commands
339 as the <systemitem class="username">root</systemitem> user:
340 </para>
341
342<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
343
344cat &gt; /usr/share/applications/thunderbird.desktop &lt;&lt; "EOF"
345<literal>[Desktop Entry]
346Encoding=UTF-8
347Name=Thunderbird Mail
348Comment=Send and receive mail with Thunderbird
349GenericName=Mail Client
350Exec=thunderbird %u
351Terminal=false
352Type=Application
353Icon=thunderbird
354Categories=Application;Network;Email;
355MimeType=text/html;text/xml;application/xhtml+xml;application/xml;application/rss+xml;x-scheme-handler/mailto;
356StartupNotify=true</literal>
357EOF</userinput></screen>
358
359 </sect2>
360
361 <sect2 role="content">
362 <title>Contents</title>
363
364 <segmentedlist>
365 <segtitle>Installed Programs</segtitle>
366 <segtitle>Installed Libraries</segtitle>
367 <segtitle>Installed Directories</segtitle>
368
369 <seglistitem>
370 <seg>
371 thunderbird
372 </seg>
373 <seg>
374 None
375 </seg>
376 <seg>
377 /usr/lib/thunderbird-&thunderbird-version;
378 </seg>
379 </seglistitem>
380 </segmentedlist>
381
382 <variablelist>
383 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
384 <?dbfo list-presentation="list"?>
385 <?dbhtml list-presentation="table"?>
386
387 <varlistentry id="thunderbird-prog">
388 <term><command>thunderbird</command></term>
389 <listitem>
390 <para>
391 is <application>Mozilla</application>'s email and newsgroup client.
392 </para>
393 <indexterm zone="thunderbird thunderbird-prog">
394 <primary sortas="b-thunderbird">thunderbird</primary>
395 </indexterm>
396 </listitem>
397 </varlistentry>
398
399 </variablelist>
400
401 </sect2>
402
403</sect1>
Note: See TracBrowser for help on using the repository browser.