source: xsoft/graphweb/firefox.xml@ 8c0499c

12.0 12.1 gimp3 ken/TL2024 ken/tuningfonts lazarus plabs/newcss python3.11 rahul/power-profiles-daemon renodr/vulkan-addition trunk xry111/llvm18
Last change on this file since 8c0499c was f11dce68, checked in by Ken Moffat <ken@…>, 12 months ago

Update to firefox-115.1.0esr.

  • Property mode set to 100644
File size: 23.1 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 " ">
[f11dce68]9 <!ENTITY firefox-md5sum "bd7f2946d5485eaf68615e7c873af2d9">
10 <!ENTITY firefox-size "484 MB">
[86249d22]11
[5c2b024]12 <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
[9da4cc6f]13 But the extra cached cargo files, if any, seem to be minimal -->
[f11dce68]14 <!ENTITY firefox-buildsize "6.4 GB (209 MB installed) without tests">
[9a469bc]15 <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
[fe5f563d]16 most practical way to get a timing on a machine with more cores, if taking
17 cores offline is not practical. If in doubt, round up -->
[f11dce68]18 <!ENTITY firefox-time "20 SBU using -j4, without tests">
[f939f05]19]>
20
[ffe47ca2]21<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
[b81991e1]22 <?dbhtml filename="firefox.html" ?>
23
24
[689207c]25<!-- indicate this is the ESR variant,
[b6cb36ff]26 The point is that the stable release differs slightly.
[b0540bce]27 <title>Firefox-&firefox-version;</title>-->
28 <title>Firefox-&firefox-version;esr</title>
[b81991e1]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
[9949ee1d]42 &lfs113_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
[9403c3e]78<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
[bf5fb94]79 <itemizedlist spacing="compact">
[8dacd5e]80 <listitem>
81 <para>
82 Required patch:
[9d98701]83 <ulink url="&patch-root;/firefox-&firefox-version;-consolidated-1.patch"/>
[8dacd5e]84 </para>
85 </listitem>
[bca9385]86 <listitem>
87 <para>
88 Required patch for new <xref linkend="ffmpeg"/> API:
[51e9d68c]89 <ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg_6-1.patch"/>
[bca9385]90 </para>
91 </listitem>
[9403c3e]92 </itemizedlist>-->
[bf5fb94]93
[f06c692]94 <note>
[2eae5bc]95 <para>
96 The directory name is firefox-&firefox-version;
97 </para>
98
[f06c692]99 <para>
[8d0bc761]100 Extracting the tarball
101 will reset the permissions of the current directory to 0755 if you
[765c2a7]102 have permission to do that. If you do this in a directory where
[37bf7b1]103 the sticky bit is set, such
[dc9a18a]104 as <filename class="directory">/tmp</filename> it will end with error
105 messages:
106 </para>
107
108<literallayout>tar: .: Cannot utime: Operation not permitted
109tar: .: Cannot change mode to rwxr-xr-t: Operation not permitted
110tar: Exiting with failure status due to previous errors
111</literallayout>
112
113 <para>
114 This does finish with non-zero status, but it does
115 <emphasis>NOT</emphasis> mean there is a real problem.
116 Do not untar as the <systemitem class="username">root</systemitem> user
117 in a directory where the sticky bit is set - that will unset it.
[f06c692]118 </para>
[8d0bc761]119
120 <para>
[406e5ffe]121 As with other large packages which use C++ (or rust), the SBU times
[d5d7cd6]122 to build this vary more widely than you might expect. The build times
123 will increase significantly if your machine has to swap.
[8d0bc761]124 </para>
125
126 <para>
127 Although upstream prefer to use <application>PulseAudio</application>,
128 for the moment <application>Alsa</application> can still be used. Both
129 may need runtime configuration to get sound working.
130 </para>
[f06c692]131 </note>
132
[b81991e1]133 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
134
135 <bridgehead renderas="sect4">Required</bridgehead>
[c1ae13c]136 <para role="required">
[14de4227]137 <xref linkend="autoconf213"/>,
[44cd41e]138 <xref linkend="cbindgen"/>,
[703f0ce]139 <xref linkend="dbus-glib"/>,
[6292849]140 <xref linkend="gtk3"/>,
[326f830]141 <xref linkend="libnotify"/>,
[f572dbb]142 <xref linkend="llvm"/> (with clang, used for bindgen even if using gcc),
[fe5f563d]143 <xref linkend="nodejs"/>,
[be0bd12]144 <xref linkend="pulseaudio"/>
[81b3e7fd]145 (or
[9da4cc6f]146 <xref linkend="alsa-lib"/> if you edit the mozconfig;
[326f830]147 now deprecated by mozilla), in either case please read the
148 Configuration Information,
[693f28e1]149 <xref linkend="python3"/> (rebuilt after installing <xref linkend="sqlite"/>),
[d5d7cd6]150 <xref linkend="startup-notification"/>,
[59a6b63]151 <xref linkend="unzip"/>,
[479e03a]152 <xref linkend="yasm"/>, and
153 <xref linkend="zip"/>
[c1ae13c]154 </para>
155
[1555d3d]156 <bridgehead renderas="sect4">Recommended</bridgehead>
[c1ae13c]157 <para role="recommended">
[b84fe71]158 <xref linkend="icu"/>,
[0e37869]159 <xref linkend="libevent"/>,
[569d3364]160 <xref linkend="libvpx"/>,
[e399c12]161 <xref linkend="libwebp"/>,
[569d3364]162 <xref linkend="nasm"/>,
163 <xref linkend="nss"/>
[c1ae13c]164 </para>
[1555d3d]165
[0e37869]166 <note>
167 <para>
[b9f61df]168 If you don't install recommended dependencies, then internal copies of
169 those packages will be used. They might be tested to work, but they can
170 be out of date or contain security holes.
[0e37869]171 </para>
172 </note>
[8d0bc761]173
[b81991e1]174 <bridgehead renderas="sect4">Optional</bridgehead>
[c1ae13c]175 <para role="optional">
[6c64623f]176 <xref linkend="curl"/>,
[c1ae13c]177 <xref linkend="doxygen"/>,
[babf0a0]178 <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
[fe30eab]179 <xref linkend="liboauth"/>,
[0bb7c72]180 <xref role="runtime" linkend="pciutils"/> (runtime),
[566fcae]181 <xref linkend="valgrind"/>,
[6000a3e]182 <xref linkend="wget"/>,
[73b06df]183 <xref linkend="wireless_tools"/>,
[d5d7cd6]184 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>
[c1ae13c]185 </para>
186
187 <para condition="html" role="usernotes">
[42ddc30]188 Editor Notes: <ulink url="&blfs-wiki;/firefox"/>
[c1ae13c]189 </para>
[b81991e1]190 </sect2>
191
192 <sect2 role="installation">
193 <title>Installation of Firefox</title>
194
[f72a04a]195 <para>
[b9f61df]196 The configuration of <application>Firefox</application> is accomplished
197 by creating a <filename>mozconfig</filename> file containing the desired
198 configuration options. A default <filename>mozconfig</filename> is
199 created below. To see the entire list of available configuration options
[888e303]200 (and an abbreviated description of some of them), issue <command>./mach
[7f1e70b]201 configure -- --help | less</command>. You may also
[888e303]202 wish to review the entire file and uncomment any other desired options.
203 Create the file by issuing the following command:
[c1ae13c]204 </para>
[5a13c45]205
[0e37869]206<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
[dcb0fe6]207<literal># If you have a multicore machine, all cores will be used by default.
208
[703f0ce]209# If you have installed (or will install) wireless-tools, and you wish
210# to use geolocation web services, comment out this line
[6d1bf0e]211ac_add_options --disable-necko-wifi
212
[ad5a97d]213# API Keys for geolocation APIs - necko-wifi (above) is required for MLS
214# Uncomment the following line if you wish to use Mozilla Location Service
215#ac_add_options --with-mozilla-api-keyfile=$PWD/mozilla-key
216
[5f729f8]217# Uncomment the following line if you wish to use Google's geolocation API
[ad5a97d]218# (needed for use with saved maps with Google Maps)
[9116137c]219#ac_add_options --with-google-location-service-api-keyfile=$PWD/google-key
[ad5a97d]220
[d5d7cd6]221# startup-notification is required since firefox-78
[495ebe07]222
[87fa171]223# Uncomment the following option if you have not installed PulseAudio and
[a72c6662]224# want to use alsa instead
[87fa171]225#ac_add_options --enable-audio-backends=alsa
[89cdb63d]226
[0e37869]227# Comment out following options if you have not installed
228# recommended dependencies:
[569d3364]229ac_add_options --with-system-icu
[0e37869]230ac_add_options --with-system-libevent
[569d3364]231ac_add_options --with-system-libvpx
[0e37869]232ac_add_options --with-system-nspr
233ac_add_options --with-system-nss
[569d3364]234ac_add_options --with-system-webp
[9a469bc]235
[02e19e03]236# Unlike with thunderbird, although using the gold linker can
237# save four megabytes in the installed file it does not make
238# the build faster.
[9a469bc]239
[bee906c]240# libdav1d (av1 decoder) requires nasm. Uncomment this if nasm
[99c7372]241# has not been installed. Do not uncomment this if you have
[c528a3e]242# ffmpeg installed.
[e399c12]243#ac_add_options --disable-av1
[0a561d8]244
[9a469bc]245# You cannot distribute the binary if you do this
246ac_add_options --enable-official-branding
[0e37869]247
[14de4227]248# Stripping is now enabled by default.
249# Uncomment these lines if you need to run a debugger:
250#ac_add_options --disable-strip
251#ac_add_options --disable-install-strip
252
[e399c12]253# Disabling debug symbols makes the build much smaller and a little
[ec54fa5b]254# faster. Comment this if you need to run a debugger. Note: This is
255# required for compilation on i686.
[e399c12]256ac_add_options --disable-debug-symbols
257
[c9677a35]258# The elf-hack is reported to cause failed installs (after successful builds)
259# on some machines. It is supposed to improve startup time and it shrinks
260# libxul.so by a few MB - comment this if you know your machine is not affected.
261ac_add_options --disable-elf-hack
262
[d5d7cd6]263# The BLFS editors recommend not changing anything below this line:
264ac_add_options --prefix=/usr
265ac_add_options --enable-application=browser
[5f5dcc2]266ac_add_options --disable-crashreporter
267ac_add_options --disable-updater
[57a8df2]268# enabling the tests will use a lot more space and significantly
269# increase the build time, for no obvious benefit.
[0e37869]270ac_add_options --disable-tests
271
[e399c12]272# The default level of optimization again produces a working build with gcc.
[8df543f]273ac_add_options --enable-optimize
[0e37869]274
[41f2e90]275ac_add_options --enable-system-ffi
[0e37869]276ac_add_options --enable-system-pixman
277
[a0ace670]278ac_add_options --with-system-jpeg
279ac_add_options --with-system-png
280ac_add_options --with-system-zlib
[aed37975]281
[e51466a]282# Using sandboxed wasm libraries has been moved to all builds instead
283# of only mozilla automation builds. It requires extra llvm packages
284# and was reported to seriously slow the build. Disable it.
285ac_add_options --without-wasm-sandboxed-libraries
286
[1b0a207]287# The following option unsets Telemetry Reporting. With the Addons Fiasco,
288# Mozilla was found to be collecting user's data, including saved passwords and
289# web form data, without users consent. Mozilla was also found shipping updates
290# to systems without the user's knowledge or permission.
291# As a result of this, use the following command to permanently disable
292# telemetry reporting in Firefox.
293unset MOZ_TELEMETRY_REPORTING
294
[4def8b6]295mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
[0e37869]296EOF</userinput></screen>
[b9b7146]297
[c1ae13c]298 <para>
299 Compile <application>Firefox</application> by issuing the following
300 commands:
301 </para>
[9737271]302<!-- Not needed with clang. Upstream bug at
[e51466a]303 https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
304
[d468e96]305 <para>
306 If building on a 32 bit machine, the following sed works around
[0a0e996]307 an issue with an incompatible <quote>double</quote> type in one
[d468e96]308 header file:
309 </para>
310
311<screen><userinput>case "$(uname -m)" in
312 i?86) sed -e '/typedef[ ]*double/s/double/long double/' \
313 -i modules/fdlibm/src/math_private.h ;;
314esac</userinput></screen>
[9737271]315-->
[ad5a97d]316 <para>
317 If the geolocation APIs are needed:
318 </para>
319
[e5c8de01]320 <note>
321 <para>
322 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
323 The Google and Mozilla API Keys below are specific to LFS. If using
324 these instructions for another distro, or if you intend to distribute
325 binary copies of the software using these instructions, please obtain
326 your own keys following the instructions located at
[75b1a338]327 <ulink url="https://www.chromium.org/developers/how-tos/api-keys"/> and
[e5c8de01]328 <ulink url="https://location.services.mozilla.com/api"/> respectively.
329 <!-- BLFS Devs, register an account at Google with your
330 @linuxfromscratch.org email address, and I'll make you an administrator
331 for the 'Google APIs for LFS' project (where the API and OAuth keys
332 were created for use in the book).-->
333 </para>
334 </note>
335
[ad5a97d]336<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key
[5f18b7a8]337echo "613364a7-9418-4c86-bcee-57e32fd70c23" > mozilla-key</userinput></screen>
[ad5a97d]338
[5b0a978e]339 <note>
340
341 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
342 href="../../xincludes/mozshm.xml"/>
343
344 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
345 href="../../xincludes/mozmach.xml"/>
346
347 </note>
[686afa98]348
[9403c3e]349<!--<para>
[9d98701]350 Fix building Firefox with Clang 16 or C++ headers from GCC 13.
[fa47dacd]351 And, work around a build failure with Rustc-1.70.0:
[686afa98]352 </para>
353
[9d98701]354<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-consolidated-1.patch</userinput></screen>
[bca9385]355
356 <para>
357 Apply the following patch so that firefox is able to play H.264 videos:
358 </para>
359
[9403c3e]360<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-ffmpeg_6-1.patch</userinput></screen>-->
[686afa98]361
[29b0395]362 <para>
[8d70628]363 Now invoke the Python <command>mach</command> script to compile the package.
[29b0395]364 </para>
[e8d45427]365
[16218efb]366<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
[fce78fd]367export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
368./mach configure &amp;&amp;
[f0b7ae67]369./mach build</userinput></screen>
[3bdfc9fd]370
[0e37869]371 <para>
[57a8df2]372 The <filename>mozconfig</filename> above disables the tests because
373 they use a lot more time and disk space for no obvious benefit. If
[ecffcbbc]374 you have nevertheless enabled them, you can run the tests by executing
375 <command>./mach gtest</command>. This will require a network connection,
376 and to be run from within an Xorg session - there is a popup dialog
377 when it fails to connect to ALSA (that does not create a failed test).
378 One or two tests will fail. To see the details of the failure(s) you
379 will need to log the output from that command so that you can review it.
[0e37869]380 </para>
[01ce75f8]381
[495ebe07]382 <para>
[b9f61df]383 Now, as the <systemitem class="username">root</systemitem> user:
[c1ae13c]384 </para>
[5a13c45]385
[16218efb]386<screen role="root"><userinput>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none ./mach install</userinput></screen>
[fe5f563d]387
[a5708ba]388 <para>
[8d70628]389 Empty the environment variables which were set above:
[a5708ba]390 </para>
391
[e51466a]392<screen><userinput>unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE MOZBUILD_STATE_PATH</userinput></screen>
[01ce75f8]393
[b81991e1]394 </sect2>
395
[361df3e]396 <sect2 role="commands">
397 <title>Command Explanations</title>
[7d09fcb9]398
[29b0395]399<!--<xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
400 href="../../xincludes/SIOCGSTAMP.xml"/>-->
[e8d45427]401
[fe5f563d]402 <para>
403 <command>export MOZBUILD_STATE_PATH=${PWD}/mozbuild</command>: The build
404 is now supposed to tell you that it intends to create <filename
405 class="directory">~/.mozbuild</filename>, and offer you an option to
406 press &lt;ENTER&gt; to accept this, or Ctrl-C to cancel and restart the
407 build after specifying the directory. In practice, the message may not
408 appear until after &lt;ENTER&gt; is keyed, i.e. the build stalls.
409 </para>
410
411 <para>
412 That directory is used for a (probably random) telemetry identifier.
413 Creating this in the build directory, and deleting that after the
414 installation, prevents it being used. If you wish to participate in
[883e376]415 telemetry, export MOZBUILD_STATE_PATH to point to its default directory
416 and remove the entry from the <filename>mozconfig</filename>.
417 </para>
418
419 <para>
[16218efb]420 <command>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none</command>: Use the
[e51466a]421 system python to create a virtual environment for <command>mach</command>
[16218efb]422 without downloading any python wheels nor using the system python modules.
[9403c3e]423 This prevents version mismatches between system modules and bundled ones.
[883e376]424 </para>
425
426 <para>
427 <command>./mach configure</command>: This validates the supplied
428 dependencies and the <filename>mozconfig</filename>.
[fe5f563d]429 </para>
430
[c1ae13c]431 <para>
[326f830]432 <option>./mach build --verbose</option>: Use this alternative if you
433 need details of which files are being compiled, together with any C or
[648f873]434 C++ flags being used. But do not add '--verbose' to the install command
435 since it is not accepted there.
[c1ae13c]436 </para>
437
[9a469bc]438 <para>
[fe5f563d]439 <option>./mach build -jN</option>: The build should, by default, use
[d5d7cd6]440 all the online CPU cores. If using all the cores causes the build to swap
441 because you have insufficient memory, using fewer cores can be faster.
[9a469bc]442 </para>
443
[c1ae13c]444 <para>
[f572dbb]445 <option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
[e51466a]446 prefer to use gcc and g++ instead of upstream's defaults of the
447 <application>clang</application> programs. With the release of
448 gcc-12 the build takes longer with gcc and g++, primarily because
449 of extra warnings, and is bigger. Set these environment variables
450 <emphasis>before you run the configure script</emphasis>
[f572dbb]451 if you wish to continue to use gcc, g++. Building
452 with GCC on i?86 is currently broken.
[c1ae13c]453 </para>
[fa1bc3e]454
[b81991e1]455 </sect2>
456
[88cec02]457 <sect2 role="configuration">
458 <title>Configuring Firefox</title>
459
[c1ae13c]460 <para>
461 If you use a desktop environment like <application>Gnome</application> or
[8dacd5e]462 <application>KDE</application> you may want to create a
[c1ae13c]463 <filename>firefox.desktop</filename> file so that
[1fe05eb]464 <application>Firefox</application> appears in the panel's menus.
[8dacd5e]465 As the &root; user:
[c1ae13c]466 </para>
[31de6e7]467
[eb5f847a]468<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
[28909b72]469mkdir -pv /usr/share/pixmaps &amp;&amp;
[74f73ede]470
[8dacd5e]471MIMETYPE="text/xml;text/mml;text/html;" &amp;&amp;
472MIMETYPE+="application/xhtml+xml;application/vnd.mozilla.xul+xml;" &amp;&amp;
473MIMETYPE+="x-scheme-handler/http;x-scheme-handler/https" &amp;&amp;
[28909b72]474
475cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; EOF &amp;&amp;
[fcd66369]476<literal>[Desktop Entry]
[31de6e7]477Encoding=UTF-8
[0e37869]478Name=Firefox Web Browser
479Comment=Browse the World Wide Web
480GenericName=Web Browser
481Exec=firefox %u
482Terminal=false
[31de6e7]483Type=Application
484Icon=firefox
[0e37869]485Categories=GNOME;GTK;Network;WebBrowser;
[28909b72]486MimeType=$MIMETYPE
[fcd66369]487StartupNotify=true</literal>
[31de6e7]488EOF
[74f73ede]489
[28909b72]490unset MIMETYPE &amp;&amp;
491
[888e303]492ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
[0e37869]493 /usr/share/pixmaps/firefox.png</userinput></screen>
494
[326f830]495 <sect3><title>Configuration Information</title>
496
497 <para>
498 The application settings for firefox are accessible by keying
499 <command>about:config</command> in the address bar.
500 </para>
501
502 <para>
[d5d7cd6]503 Occasionally, getting working sound in
504 <application>firefox</application> can be a problem. Although upstream
505 prefers pulseaudio,
[326f830]506 on balance using <application>Alsa</application> may be easier.
507 </para>
508
509 <para>
510 If you enabled <application>Alsa</application> for sound, you may need
511 to alter one variable to get working sound. If you run
[648f873]512 <command>firefox</command> from a terminal and try to play something
513 with sound you might encounter error messages like:
[326f830]514 </para>
515
516 <para>
517 <literal>Sandbox: seccomp sandbox violation: pid 3941, tid 4030,
518 syscall 16, args 48 2147767296 139909894784796 0 0 0.</literal>
519 </para>
520
521 <para>
522 That was on x86_64, on i686 the syscall number is 54. To allow this
523 syscall, in <command>about:config</command> change
524 <command>security.sandbox.content.syscall_whitelist</command> to 16
525 (or 54 if using i686).
526 </para>
527
528 <para>
529 If you use <command>pulseaudio</command> in a Desktop Environment, it
530 might already be started by that DE. But if it is not, although
[7ebe22e]531 firefox-57 managed to start it, firefox-58 did not. If you run
[648f873]532 <command>firefox</command> from a terminal and this problem is present,
[7ebe22e]533 trying to play sound will
[326f830]534 encounter error messages warning <literal>Can't get cubeb
535 context!</literal>
536 </para>
537
538 <para>
539 The fix for this is to close firefox, start pulseaudio to check it
540 does start (if not, read the information on Configuring in <xref
541 linkend="pulseaudio"/>) and restart firefox to check it is working.
542 If it now works, add the following to your <filename>~/.xinitrc</filename>:
543<phrase revision="sysv">
544<literal>pulseaudio --verbose --log-target=syslog&amp;</literal></phrase>
545<phrase revision="systemd">
546<literal>pulseaudio --verbose --log-target=journald&amp;</literal></phrase>
547 (unfortunately, on some systems this does not work).
548 </para>
549
550 <para>
551 You may wish to use multiple profiles within firefox. To do that, invoke
552 firefox as <command>firefox --ProfileManager</command>. You can also
553 check which profile is currently in use from
554 <command>about:profiles</command>.
555 </para>
556
[d5d7cd6]557 <para>
558 Although WebRender (using the GPU for compositing) is not used by
559 default, it now appears to work well on supported hardware (ATI, Nvidia
[648f873]560 and Intel GPUs with Mesa-18 or later). For an explanation, please see
[d5d7cd6]561 <ulink
562 url="https://hacks.mozilla.org/2017/10/the-whole-web-at-maximum-fps-how-webrender-gets-rid-of-jank/">hacks.mozilla.org</ulink>.
563 The only downside seems to be that on a machine with limited RAM it might
564 use more RAM.
565 </para>
566
567 <para>
568 To check if WebRender is being used, look in about:support. In the Graphics
[648f873]569 section, Compositing will either show 'Basic' (i.e. not in use) or
[d5d7cd6]570 'WebRender'. To enable it, go to about:config and change gfx.webrender.all
571 to True. You will need to restart firefox.
572 </para>
573
574 <para>
575 It may be useful to mention the processes from firefox which can appear in
576 <command>top</command> - as well as firefox itself, there may be multiple
577 Web Content processes, and now an RDD Process (Remote Data Decoder) which
578 appears when playing web videos encoded with av1 (libdav1d). If WebRender
579 has been enabled, a GPU Process will also appear when firefox has to
580 repaint (e.g. scrolling, opening a new tab, or playing a video).
581 </para>
582
[326f830]583 </sect3>
[88cec02]584 </sect2>
585
[b81991e1]586 <sect2 role="content">
587 <title>Contents</title>
588
589 <segmentedlist>
590 <segtitle>Installed Programs</segtitle>
591 <segtitle>Installed Libraries</segtitle>
[c5f005b]592 <segtitle>Installed Directory</segtitle>
[b81991e1]593
594 <seglistitem>
[0e37869]595 <seg>
596 firefox
597 </seg>
[c1ae13c]598 <seg>
599 Numerous libraries, browser components, plugins, extensions, and
[8d0bc761]600 helper modules installed in /usr/lib/firefox
[c1ae13c]601 </seg>
[7498751]602 <seg>
[87fa171]603 /usr/lib/firefox
[7498751]604 </seg>
[b81991e1]605 </seglistitem>
606 </segmentedlist>
607
608 <variablelist>
609 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
610 <?dbfo list-presentation="list"?>
611 <?dbhtml list-presentation="table"?>
612
613 <varlistentry id="firefox-prog">
614 <term><command>firefox</command></term>
615 <listitem>
[c1ae13c]616 <para>
[4e207bb]617 is a <application>GTK+-3</application> internet browser that uses
618 the Mozilla Gecko rendering engine
[c1ae13c]619 </para>
[b81991e1]620 <indexterm zone="firefox firefox-prog">
621 <primary sortas="b-firefox">firefox</primary>
622 </indexterm>
623 </listitem>
624 </varlistentry>
[0e37869]625
[b81991e1]626 </variablelist>
[0e37869]627
[b81991e1]628 </sect2>
[0e37869]629
[4d37129]630</sect1>
Note: See TracBrowser for help on using the repository browser.