diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-06-18 19:22:59 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-06-18 19:22:59 +0000 |
| commit | 8876925062444e2e3e24dbdf34585d7f21adca6b (patch) | |
| tree | cdebc4f68c8d853ad7ef22f1fb9ba48d8aaa1262 | |
| parent | c9a6912196ce1127521c991239573a1b4662cd29 (diff) | |
handbook/desktop: Note chrome requires locale
Chromium has available search engines region locked for compliance
reasons. Note that in order to have available search engines, like
duckduckgo, chrome requires a specific locale to be set.
Differential Revision: https://reviews.freebsd.org/D57142
| -rw-r--r-- | documentation/content/en/books/handbook/desktop/_index.adoc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/documentation/content/en/books/handbook/desktop/_index.adoc b/documentation/content/en/books/handbook/desktop/_index.adoc index f9ddeb2d67..b24ec3793b 100644 --- a/documentation/content/en/books/handbook/desktop/_index.adoc +++ b/documentation/content/en/books/handbook/desktop/_index.adoc @@ -636,6 +636,9 @@ To install Chromium, execute: [NOTE] ==== The executable for Chromium is [.filename]#/usr/local/bin/chrome#, not [.filename]#/usr/local/bin/chromium#. + +Available search engines in Chromium are region-locked. +Refer to the section on crossref:l10n[using-localization, Using Localization] to configure an appropriate locale. ==== [[iridium]] |
