source: xsoft/graphweb/firefox-legacy.xml@ e4a6895

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

Add an extra firefox patch.

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