@turbulent Checking this right now, I don't see a reason ETP wouldn't be set, at least unless you didn't disable it voluntarily (this package does not replace user configuration, it is supposed to replace Firefox defaults only).
I need more info to actually guess what's wrong, if anything, on my side. On my Arch setup, this package just works fine. At least once I've updated it recently to the latest version.
Pinned Comments
SpacingBat3 commented on 2023-06-21 19:47 (UTC) (edited on 2024-01-13 21:17 (UTC) by SpacingBat3)
This split PKGBUILD provides a common way to generate an
autoconfig.js
policy, used for bringinguser.js
as default, system-wide configuration. This is especially useful for people who want to use official Firefox builds (e.g. to avoid AUR updates) or forks not bundling withuser.js
as default configuration or policy.Take a note LibreWolf default configuration is a bit different from
user.js
and this script doesn't aim to patch/modifyuser.js
by too much. This might be a bit surprising behavior for some of the users but this is whatuser.js
is doing by the default and it is currently outside of the scope for this PKGBUILD to change that. However unlike touser.js
you can useabout:config
to override these settings, as policy utilizes thedefaultPref()
function to set these. It also doesn't have to be cleaned up.Most gecko-based browsers should be installed in
/usr/lib
on Arch by default but on AUR there are a few exceptions likewaterfox-g*-bin
packages, for which this script will install policy in/opt
instead. You are free to set your own list of browsers by editing this PKGBUILD.