flathub / io.gitlab.librewolf-community

https://flathub.org/apps/details/io.gitlab.librewolf-community
15 stars 11 forks source link

Change default search engine #113

Open yellowhat opened 3 months ago

yellowhat commented 3 months ago

Hi, I would like to change the default search engine via the configuration files.

I am able to modify other settings via ~/.var/app/io.gitlab.librewolf-community/.librewolf/librewolf.overrides.cfg

But even if I add:

defaultPref("browser.policies.runOncePerModification.setDefaultSearchEngine", "searxng");

The settings is not picked up:

image

If I understand correctly that setting should be set in the policies.json but I cannot figure out where this file should be placed when using flatpak.

Any suggestions?

Thanks