Sign inSign up

linuxmintd/firefox-next

By linuxmintd

Updated almost 5 years ago

firefox-next

Image
0

801

linuxmintd/firefox-next repository overview

Tests

Specified:

localedefault engine
en_USsearch.yahoo
fr_FRfr.search.yahoo
es_MXmx.search.yahoo

Region override:

localedefault engine
en_IEuk.search.yahoo
en_INin.search.yahoo
fr_CAca.search.yahoo

Inexistant:

localedefault engine
en_KEduckduckgo
es_ECduckduckgo
fr_CHduckduckgo
tl_PHduckduckgo
en_AUduckduckgo

Mint-specific settings:

keydescription
mint.extra-disabled-updatescomma-separated list of RemoteSettings to skip updates for.
The "search-config" item will always be appended to this list.
Set mint.loglevel to Debug to see other types in use.
mint.loglevelSet to Debug to see additional info on RemoteSettings
(defaults to Info). To see logging output run with --jsconsole
or ctrl-shift-j.
mint.use-system-regionWhether to use geolocation or the system LANG variable
to determine the current region.

Building the next version of Firefox

Start the docker image

./firefox-next

Install firefox-ubuntu in the docker image

Place the latest version of firefox-ubuntu in the docker volume:

cp firefox-ubuntu.deb firefox-next-volume/

From within docker, install the package:

apt-get install /VOLUME/firefox-ubuntu.deb

Locate the .dsc file for the next version of Firefox

Find the .dsc file for the 20.04 build of Firefox at https://launchpad.net/~mozillateam/+archive/ubuntu/firefox-next/+packages.

From within docker, download the source package using that URL:

dget -xu <URL>.dsc

Modify and build Firefox

From within docker:

cd firefox-
mint-update-firefox-search-engines
mk-build-deps -ir
rm -rf .pc
rm -rf debian/patches
dpkg-buildpackage

Tag summary

Content type

Image

Digest

Size

241.6 MB

Last updated

almost 5 years ago

docker pull linuxmintd/firefox-next