source: xsoft/graphweb/firefox.xml@ 0c34633

12.2 lazarus trunk xry111/for-12.3 xry111/spidermonkey128
Last change on this file since 0c34633 was 0c34633, checked in by Xi Ruoyao <xry111@…>, 2 months ago

firefox, thunderbird: Remove ELF hack customization

Now --enable-elf-hack=relr is the default, and it just effectively does
the same thing we'd customized.

With a firefox 128.0 build w/o the customization, for libxul.so:

Relocation section '.relr.dyn' at offset 0x3a940 contains 10777 entries
which relocate 431628 locations

So the space save is 431628 * 24 - 10777 * 8 = 10272856 bytes, matching
our expectation.

Also remove a highly outdated comment about gold.

  • Property mode set to 100644
File size: 24.2 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;esr/source/firefox-&firefox-version;esr.source.tar.xz">
8 <!ENTITY firefox-download-ftp " ">
9 <!ENTITY firefox-md5sum "df9b2b465d99a050464bd71eae73a6f1">
10 <!ENTITY firefox-size "542 MB">
11
12 <!-- NB with stylo, much of the build uses rust, and therefore cargo files.
13 But the extra cached cargo files, if any, seem to be minimal -->
14 <!ENTITY firefox-buildsize "6.7 GB (223 MB installed) without tests">
15 <!-- editors: with ff63 and rust-1.29, ./mach build -j4 is probably the
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 -->
18 <!ENTITY firefox-time "15 SBU using -j8, without tests">
19]>
20
21<sect1 id="firefox" xreflabel="Firefox-&firefox-version;">
22 <?dbhtml filename="firefox.html" ?>
23
24
25<!-- indicate this is the ESR variant,
26 The point is that the stable release differs slightly.
27 <title>Firefox-&firefox-version;</title>-->
28 <title>Firefox-&firefox-version;esr</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
37 <para>
38 <application>Firefox</application> is a stand-alone browser based on the
39 <application>Mozilla</application> codebase.
40 </para>
41
42 &lfs121_checked;
43
44 <bridgehead renderas="sect3">Package Information</bridgehead>
45 <itemizedlist spacing="compact">
46 <listitem>
47 <para>
48 Download (HTTP): <ulink url="&firefox-download-http;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download (FTP): <ulink url="&firefox-download-ftp;"/>
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download MD5 sum: &firefox-md5sum;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Download size: &firefox-size;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated disk space required: &firefox-buildsize;
69 </para>
70 </listitem>
71 <listitem>
72 <para>
73 Estimated build time: &firefox-time;
74 </para>
75 </listitem>
76 </itemizedlist>
77
78<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
79 <itemizedlist spacing="compact">
80 <listitem>
81 <para>
82 Required patch:
83 <ulink url="&patch-root;/firefox-&firefox-version;-consolidated-1.patch"/>
84 </para>
85 </listitem>
86 <listitem>
87 <para>
88 Required patch for new <xref linkend="ffmpeg"/> API:
89 <ulink url="&patch-root;/firefox-&firefox-version;-ffmpeg_6-1.patch"/>
90 </para>
91 </listitem>
92 </itemizedlist>-->
93
94 <note>
95 <para>
96 The directory name is firefox-&firefox-version;
97 </para>
98
99 <para>
100 Extracting the tarball
101 will reset the permissions of the current directory to 0755 if you
102 have permission to do that. If you do this in a directory where
103 the sticky bit is set, such
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.
118 </para>
119
120 <para>
121 As with other large packages which use C++ (or rust), the SBU times
122 to build this vary more widely than you might expect. The build times
123 will increase significantly if your machine has to swap.
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>
131 </note>
132
133 <bridgehead renderas="sect3">Firefox Dependencies</bridgehead>
134
135 <bridgehead renderas="sect4">Required</bridgehead>
136 <para role="required">
137 <xref linkend="cbindgen"/>,
138 <xref linkend="gtk3"/>,
139 <xref linkend="libnotify"/>,
140 <xref linkend="llvm"/> (with clang, used for bindgen even if using gcc),
141 <xref linkend="nodejs"/>,
142 <xref linkend="pulseaudio"/>
143 (or
144 <xref linkend="alsa-lib"/> if you edit the mozconfig;
145 now deprecated by mozilla), in either case please read the
146 Configuration Information,
147 <xref linkend="python3"/> (after installing <xref linkend="sqlite"/>),
148 <xref linkend="startup-notification"/>, and
149 <xref linkend="unzip"/>
150 </para>
151
152 <bridgehead renderas="sect4">Recommended</bridgehead>
153 <para role="recommended">
154 <xref linkend="icu"/>,
155 <xref linkend="libevent"/>,
156 <xref linkend="libvpx"/>,
157 <xref linkend="libwebp"/>,
158 <xref linkend="nasm"/>, and
159 <xref linkend="nss"/>
160 </para>
161
162 <note>
163 <para>
164 If you don't install recommended dependencies, then internal copies of
165 those packages will be used. They might be tested to work, but they can
166 be out of date or contain security holes.
167 </para>
168 </note>
169
170 <bridgehead renderas="sect4">Optional</bridgehead>
171 <para role="optional">
172 <xref linkend="curl"/>,
173 <xref linkend="doxygen"/>,
174 <xref role="runtime" linkend="ffmpeg"/> (runtime, to play mov, mp3 or mp4 files),
175 <xref linkend="liboauth"/>,
176 <xref role="runtime" linkend="pciutils"/> (runtime),
177 <xref linkend="valgrind"/>,
178 <xref linkend="wget"/>,
179 <xref linkend="wireless_tools"/>,
180 <xref linkend="yasm"/>,
181 <ulink url="https://github.com/libproxy/libproxy">libproxy</ulink>
182 </para>
183
184 <para condition="html" role="usernotes">
185 Editor Notes: <ulink url="&blfs-wiki;/firefox"/>
186 </para>
187 </sect2>
188
189 <sect2 role="installation">
190 <title>Installation of Firefox</title>
191
192 <para>
193 The configuration of <application>Firefox</application> is accomplished
194 by creating a <filename>mozconfig</filename> file containing the desired
195 configuration options. A default <filename>mozconfig</filename> is
196 created below. To see the entire list of available configuration options
197 (and an abbreviated description of some of them), issue <command>./mach
198 configure -- --help | less</command>. You may also
199 wish to review the entire file and uncomment any other desired options.
200 Create the file by issuing the following command:
201 </para>
202
203<screen><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
204<literal># If you have a multicore machine, all cores will be used by default.
205
206# If you have installed (or will install) wireless-tools, and you wish
207# to use geolocation web services, comment out this line
208ac_add_options --disable-necko-wifi
209
210# Uncomment the following line if you wish to use Google's Geolocation API
211# (needed for use with saved maps with Google Maps)
212#ac_add_options --with-google-location-service-api-keyfile=$PWD/google-key
213
214# startup-notification is required since firefox-78
215
216# Uncomment the following option if you have not installed PulseAudio and
217# want to use alsa instead
218#ac_add_options --enable-audio-backends=alsa
219
220# Comment out following options if you have not installed
221# recommended dependencies:
222ac_add_options --with-system-icu
223ac_add_options --with-system-libevent
224ac_add_options --with-system-libvpx
225ac_add_options --with-system-nspr
226ac_add_options --with-system-nss
227ac_add_options --with-system-webp
228
229# The libdav1d library (av1 decoder) requires nasm. Uncomment this
230# if nasm has not been installed. Do not uncomment this if you have
231# ffmpeg installed.
232#ac_add_options --disable-av1
233
234# You cannot distribute the binary if you do this.
235ac_add_options --enable-official-branding
236
237# Stripping is now enabled by default.
238# Uncomment these lines if you need to run a debugger:
239#ac_add_options --disable-strip
240#ac_add_options --disable-install-strip
241
242# Disabling debug symbols makes the build much smaller and a little
243# faster. Comment this if you need to run a debugger.
244ac_add_options --disable-debug-symbols
245
246# The BLFS editors recommend not changing anything below this line:
247ac_add_options --prefix=/usr
248ac_add_options --enable-application=browser
249ac_add_options --disable-crashreporter
250ac_add_options --disable-updater
251
252# Enabling the tests will use a lot more space and significantly
253# increase the build time, for no obvious benefit.
254ac_add_options --disable-tests
255
256# The SIMD code relies on the unmaintained packed_simd crate which
257# fails to build with Rustc >= 1.78.0. We may re-enable it once
258# Mozilla port the code to use std::simd and std::simd is stabilized.
259ac_add_options --disable-rust-simd
260
261ac_add_options --enable-system-ffi
262ac_add_options --enable-system-pixman
263
264ac_add_options --with-system-jpeg
265ac_add_options --with-system-png
266ac_add_options --with-system-zlib
267
268# Sandboxing works well on x86_64 but might cause issues on other
269# platforms, e.g. i686.
270[ $(uname -m) != x86_64 ] &amp;&amp; ac_add_options --disable-sandbox
271
272# Using sandboxed wasm libraries has been moved to all builds instead
273# of only mozilla automation builds. It requires extra llvm packages
274# and was reported to seriously slow the build. Disable it.
275ac_add_options --without-wasm-sandboxed-libraries
276
277# The following option unsets Telemetry Reporting. With the Addons Fiasco,
278# Mozilla was found to be collecting user's data, including saved passwords and
279# web form data, without users consent. Mozilla was also found shipping updates
280# to systems without the user's knowledge or permission.
281# As a result of this, use the following command to permanently disable
282# telemetry reporting in Firefox.
283unset MOZ_TELEMETRY_REPORTING
284
285mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir</literal>
286EOF</userinput></screen>
287
288 <!-- https://bugzilla.mozilla.org/show_bug.cgi?id=1859752
289 https://hg.mozilla.org/try/rev/d5f3b0c4f08a -->
290 <para>
291 If building with system ICU, adapt the line break mapping for ICU
292 74 or later. This construct adds five entries to a c++ array.
293 </para>
294
295<screen><userinput>for i in {43..47}; do
296 sed -i '/ZWJ/s/}/,CLASS_CHARACTER&amp;/' intl/lwbrk/LineBreaker.cpp
297done</userinput></screen>
298
299 <para>
300 Compile <application>Firefox</application> by issuing the following
301 commands:
302 </para>
303<!-- Not needed with clang. Upstream bug at
304 https://bugzilla.mozilla.org/show_bug.cgi?id=1729459
305
306 <para>
307 If building on a 32 bit machine, the following sed works around
308 an issue with an incompatible <quote>double</quote> type in one
309 header file:
310 </para>
311
312<screen><userinput>case "$(uname -m)" in
313 i?86) sed -e '/typedef[ ]*double/s/double/long double/' \
314 -i modules/fdlibm/src/math_private.h ;;
315esac</userinput></screen>
316-->
317 <para>
318 If the geolocation APIs are needed:
319 </para>
320
321 <note>
322 <para>
323 <!-- Taken from Arch Linux - an immensely helpful link - Thanks -->
324 The Google API Key below is specific to LFS. If using these
325 instructions for another distro, or if you intend to distribute
326 binary copies of the software using these instructions, please obtain
327 your own key following the instructions located at
328 <ulink url="https://www.chromium.org/developers/how-tos/api-keys"/>.
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
336<screen><userinput>echo "AIzaSyDxKL42zsPjbke5O8_rPVpVrLrJ8aeE9rQ" > google-key</userinput></screen>
337
338 <note>
339 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
340 href="../../xincludes/mozshm.xml"/>
341 </note>
342
343<!--<para>
344 Fix building Firefox with Clang 16 or C++ headers from GCC 13.
345 And, work around a build failure with Rustc-1.70.0:
346 </para>
347
348<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-consolidated-1.patch</userinput></screen>
349
350 <para>
351 Apply the following patch so that firefox is able to play H.264 videos:
352 </para>
353
354<screen><userinput remap="pre">patch -Np1 -i ../firefox-&firefox-version;-ffmpeg_6-1.patch</userinput></screen>-->
355
356 <!-- https://github.com/rust-lang/rust-bindgen/pull/2689 -->
357<!--
358 <para>
359 Adapt the shipped <application>rust-bindgen</application> copy for
360 LLVM-18 and later, and tell <command>cargo</command> we've modified
361 the code of <application>rust-bindgen</application> so the checksum
362 verification of this crate should be skipped:
363 </para>
364
365 <screen><userinput>sed -e "/match cursor.kind()/a \
366 CXCursor_LinkageSpec => return Err(ParseError::Recurse)," \
367 -i third_party/rust/bindgen/ir/item.rs &amp;&amp;
368
369cat &gt;&gt; Cargo.toml &lt;&lt; EOF &amp;&amp;
370<literal>[patch.crates-io.bindgen_0_64_0]
371package = "bindgen"
372version = "0.64.0"
373path = "third_party/rust/bindgen"</literal>
374EOF
375
376sed -r '/name = "bindgen"/,+5 s/^source|^checksum/#&amp;/' \
377 -i Cargo.lock</userinput></screen>
378-->
379
380 <!-- https://hg.mozilla.org/mozilla-central/rev/ba6abbd36b49 -->
381<!--
382 <para>
383 Adapt the WebRTC code to use 64-bit timestamp to fix a build
384 failure with Clang-18 and later:
385 </para>
386
387 <screen><userinput>sed 's/uint32_t timestamp/uint64_t timestamp/' \
388 -i dom/media/gmp-plugin-openh264/gmp-fake-openh264.cpp \
389 dom/media/gtest/TestGMPRemoveAndDelete.cpp \
390 dom/media/webrtc/libwebrtcglue/WebrtcGmpVideoCodec.cpp &amp;&amp;
391
392sed '/mInputImageMap/s/uint32_t/uint64_t/' \
393 -i dom/media/webrtc/libwebrtcglue/WebrtcGmpVideoCodec.h</userinput></screen>
394
395 <para>
396 Remove several lines of Rust code only useful for ARM and failing to
397 compile with Rustc-1.78.0 or newer:
398 </para>
399
400 <screen><userinput>sed '/cfg_attr/,/)]/d' -i gfx/qcms/src/lib.rs</userinput></screen>
401-->
402
403 <para>
404 Now invoke the Python <command>mach</command> script to compile the package.
405 </para>
406
407<screen><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
408export MOZBUILD_STATE_PATH=${PWD}/mozbuild &amp;&amp;
409./mach build</userinput></screen>
410
411 <para>
412 The <filename>mozconfig</filename> above disables the tests because
413 they use a lot more time and disk space for no obvious benefit. If
414 you have nevertheless enabled them, you can run the tests by executing
415 <command>./mach gtest</command>. This will require a network connection,
416 and to be run from within an Xorg session - there is a popup dialog
417 when it fails to connect to ALSA (that does not create a failed test).
418 One or two tests will fail. To see the details of the failure(s) you
419 will need to log the output from that command so that you can review it.
420 </para>
421
422 <para>
423 Now, as the <systemitem class="username">root</systemitem> user:
424 </para>
425
426<screen role="root"><userinput>export MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none &amp;&amp;
427./mach install</userinput></screen>
428
429 <para>
430 Empty the environment variables which were set above:
431 </para>
432
433<screen><userinput>unset MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE
434unset MOZBUILD_STATE_PATH</userinput></screen>
435
436 </sect2>
437
438 <sect2 role="commands">
439 <title>Command Explanations</title>
440
441 <para>
442 <command>export MOZBUILD_STATE_PATH=${PWD}/mozbuild</command>: The build
443 tells you that it intends to create <filename
444 class="directory">~/.mozbuild</filename>, and offer you an option to
445 press &lt;ENTER&gt; to accept this, or Ctrl-C to cancel and restart the
446 build after specifying the directory. In practice, the message may not
447 appear until after &lt;ENTER&gt; is keyed, i.e. the build stalls.
448 </para>
449
450 <para>
451 That directory is used for a (probably random) telemetry identifier.
452 Creating this directory within the build directory and deleting it after the
453 installation prevents it being used.
454 </para>
455
456 <para>
457 <command>MACH_BUILD_PYTHON_NATIVE_PACKAGE_SOURCE=none</command>: Use the
458 system python to create a virtual environment for <command>mach</command>
459 without downloading any python wheels and without using the system python modules.
460 This prevents version mismatches between system modules and bundled ones.
461 </para>
462
463<!--
464 <para>
465 <command>./mach configure</command>: This validates the supplied
466 dependencies and the <filename>mozconfig</filename>.
467 </para>
468-->
469
470 <para>
471 <option>./mach build --verbose</option>: Use this alternative if you
472 need details of which files are being compiled, together with any C or
473 C++ flags being used. But do not add '--verbose' to the install command
474 since it is not accepted there.
475 </para>
476
477 <para>
478 <option>./mach build -jN</option>: The build should, by default, use
479 all the online CPU cores. If using all the cores causes the build to swap
480 because you have insufficient memory, using fewer cores can be faster.
481 </para>
482
483 <para>
484 <option><envar>CC=gcc CXX=g++</envar></option>: BLFS used to
485 prefer to use gcc and g++ instead of upstream's defaults of the
486 <application>clang</application> programs. With the release of
487 gcc-12 the build takes longer with gcc and g++, primarily because
488 of extra warnings, and is bigger. Set these environment variables
489 <emphasis>before you run the configure script</emphasis>
490 if you wish to continue to use gcc, g++. Building
491 with GCC on i?86 is currently broken.
492 </para>
493
494 </sect2>
495
496 <sect2 role="configuration">
497 <title>Configuring Firefox</title>
498
499 <para>
500 If you use a desktop environment like <application>Gnome</application> or
501 <application>KDE</application> you may want to create a
502 <filename>firefox.desktop</filename> file so that
503 <application>Firefox</application> appears in the panel's menus.
504 As the &root; user:
505 </para>
506
507<screen role="root"><userinput>mkdir -pv /usr/share/applications &amp;&amp;
508mkdir -pv /usr/share/pixmaps &amp;&amp;
509
510MIMETYPE="text/xml;text/mml;text/html;" &amp;&amp;
511MIMETYPE+="application/xhtml+xml;application/vnd.mozilla.xul+xml;" &amp;&amp;
512MIMETYPE+="x-scheme-handler/http;x-scheme-handler/https" &amp;&amp;
513
514cat &gt; /usr/share/applications/firefox.desktop &lt;&lt; EOF &amp;&amp;
515<literal>[Desktop Entry]
516Encoding=UTF-8
517Name=Firefox Web Browser
518Comment=Browse the World Wide Web
519GenericName=Web Browser
520Exec=firefox %u
521Terminal=false
522Type=Application
523Icon=firefox
524Categories=GNOME;GTK;Network;WebBrowser;
525MimeType=$MIMETYPE
526StartupNotify=true</literal>
527EOF
528
529unset MIMETYPE &amp;&amp;
530
531ln -sfv /usr/lib/firefox/browser/chrome/icons/default/default128.png \
532 /usr/share/pixmaps/firefox.png</userinput></screen>
533
534 <sect3><title>Configuration Information</title>
535
536 <para>
537 The application settings for firefox are accessible by keying
538 <command>about:config</command> in the address bar.
539 </para>
540
541 <para>
542 Occasionally, getting working sound in
543 <application>firefox</application> can be a problem. Although upstream
544 prefers pulseaudio,
545 on balance using <application>Alsa</application> may be easier.
546 </para>
547
548 <para>
549 If you enabled <application>Alsa</application> for sound, you may need
550 to alter one variable to get working sound. If you run
551 <command>firefox</command> from a terminal and try to play something
552 with sound you might encounter error messages like:
553 </para>
554
555 <para>
556 <literal>Sandbox: seccomp sandbox violation: pid 3941, tid 4030,
557 syscall 16, args 48 2147767296 139909894784796 0 0 0.</literal>
558 </para>
559
560 <para>
561 That was on x86_64, on i686 the syscall number is 54. To allow this
562 syscall, in <command>about:config</command> change
563 <command>security.sandbox.content.syscall_whitelist</command> to 16
564 (or 54 if using i686).
565 </para>
566
567 <para>
568 If you use <command>pulseaudio</command> in a Desktop Environment, it
569 might already be started by that DE. But if it is not, although
570 firefox-57 managed to start it, firefox-58 did not. If you run
571 <command>firefox</command> from a terminal and this problem is present,
572 trying to play sound will
573 encounter error messages warning <literal>Can't get cubeb
574 context!</literal>
575 </para>
576
577 <para>
578 The fix for this is to close firefox, start pulseaudio to check it
579 does start (if not, read the information on Configuring in <xref
580 linkend="pulseaudio"/>) and restart firefox to check it is working.
581 If it now works, add the following to your <filename>~/.xinitrc</filename>:
582<phrase revision="sysv">
583<literal>pulseaudio --verbose --log-target=syslog&amp;</literal></phrase>
584<phrase revision="systemd">
585<literal>pulseaudio --verbose --log-target=journald&amp;</literal></phrase>
586 (unfortunately, on some systems this does not work).
587 </para>
588
589 <para>
590 You may wish to use multiple profiles within firefox. To do that, invoke
591 firefox as <command>firefox --ProfileManager</command>. You can also
592 check which profile is currently in use from
593 <command>about:profiles</command>.
594 </para>
595
596 <para>
597 Although WebRender (using the GPU for compositing) is not used by
598 default, it now appears to work well on supported hardware (ATI, Nvidia
599 and Intel GPUs with Mesa-18 or later). For an explanation, please see
600 <ulink
601 url="https://hacks.mozilla.org/2017/10/the-whole-web-at-maximum-fps-how-webrender-gets-rid-of-jank/">hacks.mozilla.org</ulink>.
602 The only downside seems to be that on a machine with limited RAM it might
603 use more RAM.
604 </para>
605
606 <para>
607 To check if WebRender is being used, look in about:support. In the Graphics
608 section, Compositing will either show 'Basic' (i.e. not in use) or
609 'WebRender'. To enable it, go to about:config and change gfx.webrender.all
610 to True. You will need to restart firefox.
611 </para>
612
613 <para>
614 It may be useful to mention the processes from firefox which can appear in
615 <command>top</command> - as well as firefox itself, there may be multiple
616 Web Content processes, and now an RDD Process (Remote Data Decoder) which
617 appears when playing web videos encoded with av1 (libdav1d). If WebRender
618 has been enabled, a GPU Process will also appear when firefox has to
619 repaint (e.g. scrolling, opening a new tab, or playing a video).
620 </para>
621
622 </sect3>
623 </sect2>
624
625 <sect2 role="content">
626 <title>Contents</title>
627
628 <segmentedlist>
629 <segtitle>Installed Programs</segtitle>
630 <segtitle>Installed Libraries</segtitle>
631 <segtitle>Installed Directory</segtitle>
632
633 <seglistitem>
634 <seg>
635 firefox
636 </seg>
637 <seg>
638 Numerous libraries, browser components, plugins, extensions, and
639 helper modules installed in /usr/lib/firefox
640 </seg>
641 <seg>
642 /usr/lib/firefox
643 </seg>
644 </seglistitem>
645 </segmentedlist>
646
647 <variablelist>
648 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
649 <?dbfo list-presentation="list"?>
650 <?dbhtml list-presentation="table"?>
651
652 <varlistentry id="firefox-prog">
653 <term><command>firefox</command></term>
654 <listitem>
655 <para>
656 is a <application>GTK+-3</application> internet browser that uses
657 the Mozilla Gecko rendering engine
658 </para>
659 <indexterm zone="firefox firefox-prog">
660 <primary sortas="b-firefox">firefox</primary>
661 </indexterm>
662 </listitem>
663 </varlistentry>
664
665 </variablelist>
666
667 </sect2>
668
669</sect1>
Note: See TracBrowser for help on using the repository browser.