source: xsoft/graphweb/firefox.xml@ 5b0a978e

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 5b0a978e was 5b0a978e, checked in by Ken Moffat <ken@…>, 4 years ago

Update notes on building in chroot, for
mozilla packages needing python multiprocessing.

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

  • Property mode set to 100644
File size: 23.6 KB
RevLine 
[f939f05]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" [
[f939f05]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[2eae5bc]7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
[8dfc5c3]8 <!ENTITY firefox-download-ftp " ">
[4040245]9 <!ENTITY firefox-md5sum "d21112f6e2b482e3c3ce431682de5e7d">
[c28e4a6]10 <!ENTITY firefox-size "300 MB">
[5c2b024]11 <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
[9da4cc6f]12 But the extra cached cargo files, if any, seem to be minimal -->
[2eae5bc]13 <!ENTITY firefox-buildsize "4.3 GB (166 MB installed) without tests">
[9a469bc]14 <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
[fe5f563d]15 most practical way to get a timing on a machine with more cores, if taking
16 cores offline is not practical. If in doubt, round up -->
[ec2353a]17 <!ENTITY firefox-time "23 SBU (on a 4-core machine) without tests">
[f939f05]18]>
19
[ffe47ca2]20<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
[b81991e1]21 <?dbhtml filename="firefox.html" ?>
22
23 <sect1info>
24 <othername>$LastChangedBy$</othername>
25 <date>$Date$</date>
26 </sect1info>
27
28 <title>Firefox-&firefox-version;</title>
29
30 <indexterm zone="firefox">
31 <primary sortas="a-Firefox">Firefox</primary>
32 </indexterm>
33
34 <sect2 role="package">
35 <title>Introduction to Firefox</title>
36
[c1ae13c]37 <para>
38 <application>Firefox</application> is a stand-alone browser based on the
39 <application>Mozilla</application> codebase.
40 </para>
[b81991e1]41
[73d98d49]42 &lfs91_checked;
[76ae9a2]43
[b81991e1]44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
[c1ae13c]47 <para>
48 Download (HTTP): <ulink url="&firefox-download-http;"/>
49 </para>
[b81991e1]50 </listitem>
51 <listitem>
[c1ae13c]52 <para>
53 Download (FTP): <ulink url="&firefox-download-ftp;"/>
54 </para>
[b81991e1]55 </listitem>
56 <listitem>
[c1ae13c]57 <para>
58 Download MD5 sum: &firefox-md5sum;
59 </para>
[b81991e1]60 </listitem>
61 <listitem>
[c1ae13c]62 <para>
63 Download size: &firefox-size;
64 </para>
[b81991e1]65 </listitem>
66 <listitem>
[c1ae13c]67 <para>
68 Estimated disk space required: &firefox-buildsize;
69 </para>
[b81991e1]70 </listitem>
71 <listitem>
[c1ae13c]72 <para>
73 Estimated build time: &firefox-time;
74 </para>
[b81991e1]75 </listitem>
76 </itemizedlist>
77
[14de4227]78 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Optional patch to allow system versions of <xref linkend="graphite2"/>
[ecffcbbc]83 and <xref linkend="harfbuzz"/>:
[2bfd23a]84 <ulink url="&patch-root;/firefox-&firefox-version;esr-system_graphite2_harfbuzz-1.patch"/>
[14de4227]85 </para>
86 </listitem>
87 </itemizedlist>
88
[f06c692]89 <note>
[2eae5bc]90 <para>
91 The directory name is firefox-&firefox-version;
92 </para>
93
[f06c692]94 <para>
[8d0bc761]95 Extracting the tarball
96 will reset the permissions of the current directory to 0755 if you
[765c2a7]97 have permission to do that. If you do this in a directory where
[37bf7b1]98 the sticky bit is set, such
[dc9a18a]99 as <filename class="directory">/tmp</filename> it will end with error
100 messages:
101 </para>
102
103<literallayout>tar: .: Cannot utime: Operation not permitted
104tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
105tar: Exiting with failure status due to previous errors
106</literallayout>
107
108 <para>
109 This does finish with non-zero status, but it does
110 <emphasis>NOT</emphasis> mean there is a real problem.
111 Do not untar as the <systemitem class="username">root</systemitem> user
112 in a directory where the sticky bit is set - that will unset it.
[f06c692]113 </para>
[8d0bc761]114
115 <para>
[406e5ffe]116 As with other large packages which use C++ (or rust), the SBU times
[fe5f563d]117 to build this vary more widely than you might expect. Also, 6GB
[406e5ffe]118 of real memory is used during the final link and the SBUs can increase
[fe5f563d]119 significantly if the machine has to swap.
[8d0bc761]120 </para>
121
[e628b536]122 <para>
123 The mach build system (Python scripts) can be somewhat unreliable: if
124 the build fails and reports an Error, it can still return a status of
125 success, causing a scripted build to try to install (which does not rerun
126 the build), fail during the preparations for installing, but still exit
127 with a status of success. Also, on occasion it may limit itself to only
128 running one set of jobs - that will make the build take about 3 times as
129 long as running with four sets of jobs.
130 </para>
131
[8d0bc761]132 <para>
133 Although upstream prefer to use <application>PulseAudio</application>,
134 for the moment <application>Alsa</application> can still be used. Both
135 may need runtime configuration to get sound working.
136 </para>
[f06c692]137 </note>
138
[b81991e1]139 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
140
141 <bridgehead renderas="sect4">Required</bridgehead>
[c1ae13c]142 <para role="required">
[14de4227]143 <xref linkend="autoconf213"/>,
[44cd41e]144 <xref linkend="cbindgen"/>,
[703f0ce]145 <!-- with ff-69.0 the configure system was happy to continue to disable
146 dbus-glib, but linking libxul.so failed because rust code uses it, so
147 make it required and remove from mozconfig : ken -->
148 <xref linkend="dbus-glib"/>,
[ac105103]149 both <xref linkend="gtk3"/> and
[9da4cc6f]150 <xref linkend="gtk2"/>,
[326f830]151 <xref linkend="libnotify"/>,
[fe5f563d]152 <xref linkend="nodejs"/>,
[59a6b63]153 <xref linkend="nss"/>,
[be0bd12]154 <xref linkend="pulseaudio"/>
[81b3e7fd]155 (or
[9da4cc6f]156 <xref linkend="alsa-lib"/> if you edit the mozconfig;
[326f830]157 now deprecated by mozilla), in either case please read the
158 Configuration Information,
[4c6edac]159 <xref linkend="rust"/>,
[59a6b63]160 <xref linkend="unzip"/>,
[479e03a]161 <xref linkend="yasm"/>, and
162 <xref linkend="zip"/>
[c1ae13c]163 </para>
164
[1555d3d]165 <bridgehead renderas="sect4">Recommended</bridgehead>
[c1ae13c]166 <para role="recommended">
[b84fe71]167 <xref linkend="icu"/>,
[0e37869]168 <xref linkend="libevent"/>,
[e48053bd]169<!-- fails to build in 65.0 (headers changed)
170 <xref linkend="libvpx"/>, -->
[e399c12]171 <xref linkend="libwebp"/>,
172 <xref linkend="nasm"/>, and
[a30a874]173 <xref linkend="sqlite"/>
[c1ae13c]174 </para>
[1555d3d]175
[0e37869]176 <note>
177 <para>
[b9f61df]178 If you don't install recommended dependencies, then internal copies of
179 those packages will be used. They might be tested to work, but they can
180 be out of date or contain security holes.
[0e37869]181 </para>
182 </note>
[8d0bc761]183
[b81991e1]184 <bridgehead renderas="sect4">Optional</bridgehead>
[c1ae13c]185 <para role="optional">
[6c64623f]186 <xref linkend="curl"/>,
[c1ae13c]187 <xref linkend="doxygen"/>,
[babf0a0]188 <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
[fe30eab]189 <!-- <phrase revision="sysv"><ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink></phrase> -->
190 <xref linkend="liboauth"/>,
[26fa7d2]191 <xref linkend="openjdk"/>,
[0e37869]192 <xref linkend="startup-notification"/>,
[566fcae]193 <xref linkend="valgrind"/>,
[6000a3e]194 <xref linkend="wget"/>,
[73b06df]195 <xref linkend="wireless_tools"/>,
[14de4227]196 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>,
197 and (with the patch)
198 <xref linkend="graphite2"/> and
199 <xref linkend="harfbuzz"/>
[c1ae13c]200 </para>
201
202 <para condition="html" role="usernotes">
203 User Notes: <ulink url="&blfs-wiki;/firefox"/>
204 </para>
[b81991e1]205 </sect2>
206
207 <sect2 role="installation">
208 <title>Installation of Firefox</title>
209
[f72a04a]210 <para>
[b9f61df]211 The configuration of <application>Firefox</application> is accomplished
212 by creating a <filename>mozconfig</filename> file containing the desired
213 configuration options. A default <filename>mozconfig</filename> is
214 created below. To see the entire list of available configuration options
[888e303]215 (and an abbreviated description of some of them), issue <command>./mach
216 configure &amp;&amp; ./configure --help | less</command>. You may also
217 wish to review the entire file and uncomment any other desired options.
218 Create the file by issuing the following command:
[c1ae13c]219 </para>
[5a13c45]220
[0e37869]221<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
[dcb0fe6]222<literal># If you have a multicore machine, all cores will be used by default.
223
[703f0ce]224# If you have installed (or will install) wireless-tools, and you wish
225# to use geolocation web services, comment out this line
[6d1bf0e]226ac_add_options --disable-necko-wifi
227
[ad5a97d]228# API Keys for geolocation APIs - necko-wifi (above) is required for MLS
229# Uncomment the following line if you wish to use Mozilla Location Service
230#ac_add_options --with-mozilla-api-keyfile=$PWD/mozilla-key
231
232# Uncomment the following line if you wish to use Google's geolocaton API
233# (needed for use with saved maps with Google Maps)
[9116137c]234#ac_add_options --with-google-location-service-api-keyfile=$PWD/google-key
[ad5a97d]235
[ab8cd9be]236# Uncomment this line if you have installed startup-notification:
[0e37869]237#ac_add_options --enable-startup-notification
[495ebe07]238
[81b3e7fd]239# Uncomment the following option if you have not installed PulseAudio
240#ac_add_options --disable-pulseaudio
[3507f80]241# or uncomment this if you installed alsa-lib instead of PulseAudio
[81b3e7fd]242#ac_add_options --enable-alsa
[89cdb63d]243
[0e37869]244# Comment out following options if you have not installed
245# recommended dependencies:
246ac_add_options --enable-system-sqlite
247ac_add_options --with-system-libevent
[8df543f]248# firefox-65 understands webp and ships with an included copy
249ac_add_options --with-system-webp
[0e37869]250ac_add_options --with-system-nspr
251ac_add_options --with-system-nss
[b84fe71]252ac_add_options --with-system-icu
[9a469bc]253
[e399c12]254# Do not specify the gold linker which is not the default. It will take
255# longer and use more disk space when debug symbols are disabled.
[9a469bc]256
[e399c12]257# libdavid (av1 decoder) requires nasm. Uncomment this if nasm
258# has not been installed.
259#ac_add_options --disable-av1
[0a561d8]260
[9a469bc]261# You cannot distribute the binary if you do this
262ac_add_options --enable-official-branding
[0e37869]263
[14de4227]264# If you are going to apply the patch for system graphite
265# and system harfbuzz, uncomment these lines:
266#ac_add_options --with-system-graphite2
267#ac_add_options --with-system-harfbuzz
268
269# Stripping is now enabled by default.
270# Uncomment these lines if you need to run a debugger:
271#ac_add_options --disable-strip
272#ac_add_options --disable-install-strip
273
[e399c12]274# Disabling debug symbols makes the build much smaller and a little
[ec54fa5b]275# faster. Comment this if you need to run a debugger. Note: This is
276# required for compilation on i686.
[e399c12]277ac_add_options --disable-debug-symbols
278
[7251b1d]279# The BLFS editors recommend not changing anything below this line:
[495ebe07]280ac_add_options --prefix=/usr
[0e37869]281ac_add_options --enable-application=browser
[495ebe07]282
[c9677a35]283# The elf-hack is reported to cause failed installs (after successful builds)
284# on some machines. It is supposed to improve startup time and it shrinks
285# libxul.so by a few MB - comment this if you know your machine is not affected.
286ac_add_options --disable-elf-hack
287
[5f5dcc2]288ac_add_options --disable-crashreporter
289ac_add_options --disable-updater
[57a8df2]290# enabling the tests will use a lot more space and significantly
291# increase the build time, for no obvious benefit.
[0e37869]292ac_add_options --disable-tests
293
[e399c12]294# The default level of optimization again produces a working build with gcc.
[8df543f]295ac_add_options --enable-optimize
[0e37869]296
[9da4cc6f]297# From firefox-61 system cairo is not supported
298
[41f2e90]299ac_add_options --enable-system-ffi
[0e37869]300ac_add_options --enable-system-pixman
301
[e628b536]302# From firefox-62 --with-pthreads is not recognized
[0e37869]303
304ac_add_options --with-system-bz2
[a0ace670]305ac_add_options --with-system-jpeg
306ac_add_options --with-system-png
307ac_add_options --with-system-zlib
[aed37975]308
[1b0a207]309# The following option unsets Telemetry Reporting. With the Addons Fiasco,
310# Mozilla was found to be collecting user's data, including saved passwords and
311# web form data, without users consent. Mozilla was also found shipping updates
312# to systems without the user's knowledge or permission.
313# As a result of this, use the following command to permanently disable
314# telemetry reporting in Firefox.
315unset MOZ_TELEMETRY_REPORTING
316
[4def8b6]317mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
[0e37869]318EOF</userinput></screen>
[b9b7146]319
[c1ae13c]320 <para>
321 Compile <application>Firefox</application> by issuing the following
322 commands:
323 </para>
[9572e88]324
[14de4227]325 <para>
326 If you have installed system versions of graphite2 and harfbuzz and wish
327 firefox to use those instead of its shipped versions, apply the patch and
328 uncomment the appropriate entries in the <filename>mozconfig</filename>
[346e269]329 file.
[14de4227]330 </para>
331
[2bfd23a]332<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;esr-system_graphite2_harfbuzz-1.patch</userinput></screen>
[14de4227]333
[ad5a97d]334 <para>
335 If the geolocation APIs are needed:
336 </para>
337
[e5c8de01]338 <note>
339 <para>
340 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
341 The Google and Mozilla API Keys below are specific to LFS. If using
342 these instructions for another distro, or if you intend to distribute
343 binary copies of the software using these instructions, please obtain
344 your own keys following the instructions located at
345 <ulink url="http://www.chromium.org/developers/how-tos/api-keys"/> and
346 <ulink url="https://location.services.mozilla.com/api"/> respectively.
347 <!-- BLFS Devs, register an account at Google with your
348 @linuxfromscratch.org email address, and I'll make you an administrator
349 for the 'Google APIs for LFS' project (where the API and OAuth keys
350 were created for use in the book).-->
351 </para>
352 </note>
353
[ad5a97d]354<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
[5f18b7a8]355echo "613364a7-9418-4c86-bcee-57e32fd70c23" > mozilla-key</userinput></screen>
[ad5a97d]356
[5b0a978e]357 <note>
358
359 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
360 href="../../xincludes/mozshm.xml"/>
361
362 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
363 href="../../xincludes/mozmach.xml"/>
364
365 </note>
[57feeb5]366 <!--
[ec54fa5b]367 <para>
368 If you are building on i686, apply a fix to prevent Internal Compiler
369 Errors in GCC-7+:
[e399c12]370 </para>
371
[ec54fa5b]372<screen><userinput remap="pre">case $(uname -m) in
373 i?86) sed -i "562 s/mips64/i386/" gfx/skia/skia/third_party/skcms/src/Transform_inl.h ;;
374esac</userinput></screen>
[57feeb5]375 -->
[29b0395]376
377 <para>
378 Now invoke the Python2 script to compile the package.
379 </para>
[e8d45427]380
[29b0395]381<screen><userinput>export CC=gcc CXX=g++ &amp;&amp;
[ec1d8ae]382export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
[f0b7ae67]383./mach build</userinput></screen>
[3bdfc9fd]384
[0e37869]385 <para>
[57a8df2]386 The <filename>mozconfig</filename> above disables the tests because
387 they use a lot more time and disk space for no obvious benefit. If
[ecffcbbc]388 you have nevertheless enabled them, you can run the tests by executing
389 <command>./mach gtest</command>. This will require a network connection,
390 and to be run from within an Xorg session - there is a popup dialog
391 when it fails to connect to ALSA (that does not create a failed test).
392 One or two tests will fail. To see the details of the failure(s) you
393 will need to log the output from that command so that you can review it.
[0e37869]394 </para>
[01ce75f8]395
[495ebe07]396 <para>
[b9f61df]397 Now, as the <systemitem class="username">root</systemitem> user:
[c1ae13c]398 </para>
[5a13c45]399
[326f830]400<screen role="root"><userinput>./mach install &amp;&amp;
[5ee1266]401
[326f830]402mkdir -pv /usr/lib/mozilla/plugins &amp;&amp;
[8d0bc761]403ln -sfv ../../mozilla/plugins /usr/lib/firefox/browser/</userinput></screen>
[fe5f563d]404
[a5708ba]405 <para>
406 Set environment variables back to their values:
407 </para>
408
[e399c12]409<screen><userinput>unset CC CXX MOZBUILD_STATE_PATH</userinput></screen>
[01ce75f8]410
[b81991e1]411 </sect2>
412
[361df3e]413 <sect2 role="commands">
414 <title>Command Explanations</title>
[7d09fcb9]415
[29b0395]416<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
417 href="../../xincludes/SIOCGSTAMP.xml"/>-->
[e8d45427]418
[b84fe71]419 <para>
420 <command>sed -e 's/checkImpl/checkFFImpl/g' ...</command>: Although the
[e399c12]421 package ships with a modified version of <application>ICU-63</application>
422 and only tests that the system version, if used, is at least 63, changes
423 from upstream 63 cause builds with the system version to fail with an error
424 message <literal>no void JSContext::checkImpl_63 member function</literal>.
425 The sed renames the local function. Upstream ICU-64 works around this.
[b84fe71]426 </para>
427
[9a469bc]428 <para>
[e399c12]429 <command>export CC=gcc CXX=g++ ...</command>: Upstream now prefer
430 <application>clang</application>, but gcc is a more secure compiler and
431 now produces reasonably-sized builds.
[9a469bc]432 </para>
433
[fe5f563d]434 <para>
435 <command>export MOZBUILD_STATE_PATH=${PWD}/mozbuild</command>: The build
436 is now supposed to tell you that it intends to create <filename
437 class="directory">~/.mozbuild</filename>, and offer you an option to
438 press &lt;ENTER&gt; to accept this, or Ctrl-C to cancel and restart the
439 build after specifying the directory. In practice, the message may not
440 appear until after &lt;ENTER&gt; is keyed, i.e. the build stalls.
441 </para>
442
443 <para>
444 That directory is used for a (probably random) telemetry identifier.
445 Creating this in the build directory, and deleting that after the
446 installation, prevents it being used. If you wish to participate in
447 telemetry, export MOZBUILD_STATE_PATH to point to its default directory.
448 </para>
449
[a0d558d]450 <para>
[326f830]451 <command>./mach build</command>: <application>Firefox</application>
452 now uses this <application>python2</application> script to run the
453 build and install.
[a0d558d]454 </para>
455
[c1ae13c]456 <para>
[326f830]457 <option>./mach build --verbose</option>: Use this alternative if you
458 need details of which files are being compiled, together with any C or
459 C++ flags being used.
[c1ae13c]460 </para>
461
[9a469bc]462 <para>
[fe5f563d]463 <option>./mach build -jN</option>: The build should, by default, use
464 all the online CPU cores. There are two reasons to specify the number
465 of cores, e.g. -j4 for 4 cores: First, if using all the cores causes
466 the build to swap because you have insufficient memory (e.g. for 4 cores
[e399c12]467 a build without system graphite2 and harfbuzz now uses towards 8GB
[fe5f563d]468 of RAM). In such cases, using fewer cores can be faster. Second, on some
469 machines the middle part of the build can drag on as if only one core is
470 present. In those cases, specifying the number of cores may speed up the
471 build.
[9a469bc]472 </para>
473
[c1ae13c]474 <para>
[8d0bc761]475 <command>mkdir -pv /usr/lib/mozilla/plugins</command>: This ensures
476 that <filename class="directory">/usr/lib/mozilla/plugins/</filename>
[c1ae13c]477 exists.
478 </para>
479
480 <para>
[8d0bc761]481 <command>ln -sv ... /usr/lib/firefox/browser</command>:
[24da103]482 This command creates a symbolic link to <filename
483 class="directory">/usr/lib/mozilla/plugins</filename>. It's not really
484 needed, as <application>Firefox</application> checks <filename
485 class="directory">/usr/lib/mozilla/plugins</filename> by default, but the
486 symbolic link is made to keep all the plugins installed in one folder.
[c1ae13c]487 </para>
[fa1bc3e]488
[e399c12]489 <para>
490 <option>export CC=clang CXX=clang++ AR=llvm-ar NM=llvm-nm RANLIB=llvm-ranlib</option>:
491 Use this as an alternative to building with gcc and g++ if you wish to use
492 the clang toolchain. Remember to unset these variables after the build.
493 </para>
494
[b81991e1]495 </sect2>
496
[88cec02]497 <sect2 role="configuration">
498 <title>Configuring Firefox</title>
499
[c1ae13c]500 <para>
501 If you use a desktop environment like <application>Gnome</application> or
502 <application>KDE</application> you may like to create a
503 <filename>firefox.desktop</filename> file so that
504 <application>Firefox</application> appears in the panel's menus. If you
505 didn't enable startup-notification in your mozconfig change the
506 StartupNotify line to false. As the
507 <systemitem class="username">root</systemitem> user:
508 </para>
[31de6e7]509
[eb5f847a]510<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
[0e37869]511mkdir -pv /usr/share/pixmaps &amp;&amp;
[74f73ede]512
[c099902d]513cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; "EOF" &amp;&amp;
[fcd66369]514<literal>[Desktop Entry]
[31de6e7]515Encoding=UTF-8
[0e37869]516Name=Firefox Web Browser
517Comment=Browse the World Wide Web
518GenericName=Web Browser
519Exec=firefox %u
520Terminal=false
[31de6e7]521Type=Application
522Icon=firefox
[0e37869]523Categories=GNOME;GTK;Network;WebBrowser;
524MimeType=text/html;text/xml;application/xhtml+xml;application/vnd.mozilla.xul+xml;text/mml;x-scheme-handler/http;x-scheme-handler/https;
[fcd66369]525StartupNotify=true</literal>
[31de6e7]526EOF
[74f73ede]527
[888e303]528ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
[0e37869]529 /usr/share/pixmaps/firefox.png</userinput></screen>
530
[326f830]531 <sect3><title>Configuration Information</title>
532
533 <para>
534 The application settings for firefox are accessible by keying
535 <command>about:config</command> in the address bar.
536 </para>
537
538 <para>
539 With this version of <application>firefox</application>, getting
540 working sound can be a problem. Although upstream prefers pulseaudio,
541 on balance using <application>Alsa</application> may be easier.
542 </para>
543
544 <para>
545 If you enabled <application>Alsa</application> for sound, you may need
546 to alter one variable to get working sound. If you run
547 <command>firefox</command> from a term and try to play something with
548 sound you might encounter error messages like:
549 </para>
550
551 <para>
552 <literal>Sandbox: seccomp sandbox violation: pid 3941, tid 4030,
553 syscall 16, args 48 2147767296 139909894784796 0 0 0.</literal>
554 </para>
555
556 <para>
557 That was on x86_64, on i686 the syscall number is 54. To allow this
558 syscall, in <command>about:config</command> change
559 <command>security.sandbox.content.syscall_whitelist</command> to 16
560 (or 54 if using i686).
561 </para>
562
563 <para>
564 If you use <command>pulseaudio</command> in a Desktop Environment, it
565 might already be started by that DE. But if it is not, although
[7ebe22e]566 firefox-57 managed to start it, firefox-58 did not. If you run
567 <command>firefox</command> from a term and this problem is present,
568 trying to play sound will
[326f830]569 encounter error messages warning <literal>Can't get cubeb
570 context!</literal>
571 </para>
572
573 <para>
574 The fix for this is to close firefox, start pulseaudio to check it
575 does start (if not, read the information on Configuring in <xref
576 linkend="pulseaudio"/>) and restart firefox to check it is working.
577 If it now works, add the following to your <filename>~/.xinitrc</filename>:
578<phrase revision="sysv">
579<literal>pulseaudio --verbose --log-target=syslog&amp;</literal></phrase>
580<phrase revision="systemd">
581<literal>pulseaudio --verbose --log-target=journald&amp;</literal></phrase>
582 (unfortunately, on some systems this does not work).
583 </para>
584
585 <para>
586 You may wish to use multiple profiles within firefox. To do that, invoke
587 firefox as <command>firefox --ProfileManager</command>. You can also
588 check which profile is currently in use from
589 <command>about:profiles</command>.
590 </para>
591
592 </sect3>
[88cec02]593 </sect2>
594
[b81991e1]595 <sect2 role="content">
596 <title>Contents</title>
597
598 <segmentedlist>
599 <segtitle>Installed Programs</segtitle>
600 <segtitle>Installed Libraries</segtitle>
[c5f005b]601 <segtitle>Installed Directory</segtitle>
[b81991e1]602
603 <seglistitem>
[0e37869]604 <seg>
605 firefox
606 </seg>
[c1ae13c]607 <seg>
608 Numerous libraries, browser components, plugins, extensions, and
[8d0bc761]609 helper modules installed in /usr/lib/firefox
[c1ae13c]610 </seg>
[7498751]611 <seg>
[54814bdd]612 /usr/lib/firefox and /usr/lib/mozilla
[7498751]613 </seg>
[b81991e1]614 </seglistitem>
615 </segmentedlist>
616
617 <variablelist>
618 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
619 <?dbfo list-presentation="list"?>
620 <?dbhtml list-presentation="table"?>
621
622 <varlistentry id="firefox-prog">
623 <term><command>firefox</command></term>
624 <listitem>
[c1ae13c]625 <para>
[7e1afc9]626 is a <application>GTK+-3</application> internet browser that uses
627 the Mozilla Gecko rendering engine.
[c1ae13c]628 </para>
[b81991e1]629 <indexterm zone="firefox firefox-prog">
630 <primary sortas="b-firefox">firefox</primary>
631 </indexterm>
632 </listitem>
633 </varlistentry>
[0e37869]634
[b81991e1]635 </variablelist>
[0e37869]636
[b81991e1]637 </sect2>
[0e37869]638
[4d37129]639</sect1>
Note: See TracBrowser for help on using the repository browser.