source: xsoft/graphweb/firefox.xml@ bf913f0

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 xry111/llvm18 xry111/soup3 xry111/xf86-video-removal
Last change on this file since bf913f0 was 5a77bef, checked in by Ken Moffat <ken@…>, 2 years ago

Update to firefox-91.8.0 and JS-91.8.0.

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