Specified:
| locale | default engine |
|---|---|
| en_US | search.yahoo |
| fr_FR | fr.search.yahoo |
| es_MX | mx.search.yahoo |
Region override:
| locale | default engine |
|---|---|
| en_IE | uk.search.yahoo |
| en_IN | in.search.yahoo |
| fr_CA | ca.search.yahoo |
Inexistant:
| locale | default engine |
|---|---|
| en_KE | duckduckgo |
| es_EC | duckduckgo |
| fr_CH | duckduckgo |
| tl_PH | duckduckgo |
| en_AU | duckduckgo |
| key | description |
|---|---|
mint.extra-disabled-updates | comma-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.loglevel | Set to Debug to see additional info on RemoteSettings (defaults to Info). To see logging output run with --jsconsoleor ctrl-shift-j. |
mint.use-system-region | Whether to use geolocation or the system LANG variableto determine the current region. |
Release calendar: https://wiki.mozilla.org/Release_Management/Calendar
Mozilla master branch: https://hg.mozilla.org/releases/mozilla-release
Mozilla search modernization: https://bugzilla.mozilla.org/show_bug.cgi?id=1542235
Mozilla removal of legacy search: https://bugzilla.mozilla.org/show_bug.cgi?id=1619926 (and possibly also https://bugzilla.mozilla.org/show_bug.cgi?id=1642990)
Modern configuration search engine tool: (you can paste modern-config-engines.json and test selections): https://github.com/mozilla-extensions/searchengine-devtools
Ubuntu Firefox build PPA: https://launchpad.net/~ubuntu-mozilla-security/+archive/ubuntu/ppa/+packages
Ubuntu Firefox BETA (next) PPA: https://launchpad.net/~mozillateam/+archive/ubuntu/firefox-next/+packages
Canonical desktop team updates: https://discourse.ubuntu.com/c/desktop/team-updates
./firefox-next
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
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
From within docker:
cd firefox-
mint-update-firefox-search-engines
mk-build-deps -ir
rm -rf .pc
rm -rf debian/patches
dpkg-buildpackage
Content type
Image
Digest
Size
241.6 MB
Last updated
almost 5 years ago
docker pull linuxmintd/firefox-next