source: xsoft/graphweb/firefox.xml@ d5c3bab9

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.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 d5c3bab9 was d5c3bab9, checked in by Ken Moffat <ken@…>, 5 years ago

Firefox-66.0.

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

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