-
-
Notifications
You must be signed in to change notification settings - Fork 801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
An alternative way to set up Firefox and derivative browsers #578
Comments
Hello, I didn't know about this way of installing addons, clearly this is an improvement on what we have right now! As for the comparison with my PR, personally I like to have all my packages managed by a single package manager (i.e., I understand your concern about community maintained AUR packages. They're sometimes overlooked or outdated, that's the case for I've looked around for a way of hiding the banner and couldn't find anything, but a banner that only appears in the settings menu isn't a big deal to me. In the end I think this boils down to personal taste. Let's hear @LukeSmithxyz's opinion. |
@aartoni , thanks for linking that issue. @appeasementPolitik , @LukeSmithxyz , to set the default search engine (and everything else that you want), you simply need to add/edit the Perhaps Firefox could be made default? On my system, LARBS-installed Librewolf is up to 4-5 seconds slower than stock Firefox. No doubt using Arkenfox could contribute to this. As an alternative to Arkenfox, I suggest the (perhaps) saner Betterfox. The One other thing to note is that |
We're creeping out of the original scope of this issue, let's open another one for Betterfox and keep this on using the |
Since the |
Compared to the current method of setting up Librewolf/Firefox, there is a simpler method which only requires adding a file to
/etc/firefox/policies/
calledpolicies.json
. The following example installs addons and sets the desired default search engine. Users can then freely set whatever default search engine they want from within the browser itself, without worrying about the policies.json file. The file only activates if you are fresh-installing the browser or if you add something new to it (in which case, only the new addition will be applied).If, for instance, the user decides to uninstall
desired-addon
, this choice is remembered despitedesired-addon
being in this list. And if the user does a completely fresh re-install of Firefox, all of the listed extensions will be auto-installed again. The only downside to this method is the message at the top of theSettings
menu saying "your browser is being managed by your organization". If someone knows how to hide it please let me know.Another alternative is the pull request by @aartoni . However, installing extensions the regular way via AMO, as above, could be more reliable long-term than using community-maintained AUR packages. The
policies.json
method is also compatible with multiple Firefox-type browsers.The text was updated successfully, but these errors were encountered: