Alright, got it - using the "recommended" subdirectory instead of
"managed" does the trick. It'll be in the next release after
104.0.5112.79-1.
On Wed, Aug 3, 2022 at 14:07, Andres Salomon <dilin...@queued.net>
wrote:
On Mon, 06 Apr 2020 06:30:53 +0000 Mike Gabriel
<mike.gabr...@das-netzwerkteam.de> wrote:
> Package: chromium
> Severity: wishlist
>
> Currently (during the bullseye release cycle), chromium uses Google
as
> the default search provider.
>
> With the below snippet dropped into
> /etc/chromium/policies/managed/<somefile>.json we could switch that
to
> DuckDuckGo:
>
> {
> "DefaultSearchProviderEnabled":true,
> "DefaultSearchProviderName": "DuckDuckGo",
>
"DefaultSearchProviderIconURL":"https://duckduckgo.com/favicon.ico",
> "DefaultSearchProviderEncodings":["UTF-8"],
>
"DefaultSearchProviderSearchURL":"https://duckduckgo.com/?q={searchTerms}",
>
>
"DefaultSearchProviderSuggestURL":"https://duckduckgo.com/ac/?q={searchTerms}&type=list",
>
"DefaultSearchProviderNewTabURL":"https://duckduckgo.com/chrome_newtab",
> }
>
> Maybe an option for Chromium in Debian?
>
Unfortunately, this recipe is for administrators that want to force a
default search engine. There's no way to change the default search
engine to something else through the UI, so this won't work for us.
We just want to change the default search engine, and allow users to
set it to something else (including back to Google, if that's their
preference) in Settings -> Search Engine.