# Librewolf-allow-dark build Librewolf with the privacy.override_rfp_for_color_scheme about:config option added, which (if enabled) let's you change the color scheme even if rfp is turned on - Builds librewolf-allow-dark and places it in `$COMPILED_DIR/librewolf-allow-dark/librewolf.tar.zst` - Version file at `$COMPILED_DIR/librewolf-allow-dark/version` ## Archive details TODO: **FIX THIS SECTION** ``` . ├── application.ini ├── browser │ ├── chrome │ │ └── icons │ │ └── default │ │ ├── default128.png │ │ ├── default16.png │ │ ├── default32.png │ │ ├── default48.png │ │ └── default64.png │ ├── features │ │ ├── formautofill@mozilla.org.xpi │ │ ├── pictureinpicture@mozilla.org.xpi │ │ ├── screenshots@mozilla.org.xpi │ │ └── webcompat@mozilla.org.xpi │ └── omni.ja ├── defaults │ └── pref │ └── channel-prefs.js ├── dependentlibs.list ├── distribution │ └── policies.json ├── fonts │ └── TwemojiMozilla.ttf ├── glxtest ├── gmp-clearkey │ └── 0.1 │ ├── libclearkey.so │ └── manifest.json ├── libfreeblpriv3.so ├── libgkcodecs.so ├── libipcclientcerts.so ├── liblgpllibs.so ├── libmozavcodec.so ├── libmozavutil.so ├── libmozgtk.so ├── libmozsandbox.so ├── libmozsqlite3.so ├── libmozwayland.so ├── libnspr4.so ├── libnss3.so ├── libnssckbi.so ├── libnssutil3.so ├── libplc4.so ├── libplds4.so ├── librewolf ├── librewolf-bin ├── librewolf.cfg ├── librewolf.desktop ├── librewolf.ico ├── libsmime3.so ├── libsoftokn3.so ├── libssl3.so ├── libxul.so ├── omni.ja ├── platform.ini └── vaapitest ``` For recommended locations, see spec file in fedora branch For packaging info, see: - [Librewolf source](https://gitlab.com/librewolf-community/browser) - [bsys6 (build system 6)](https://codeberg.org/librewolf/bsys6) --- - Based on the [librewolf-allow-dark](https://aur.archlinux.org/packages/librewolf-allow-dark) AUR package, directly copying `allow_dark.patch` from it. - `librewolf.desktop` and `librewolf.ico` are grabbed from [bsys6](https://codeberg.org/librewolf/bsys6). - Bocchi the Firefox was created by Dr Blobfish - [here](https://im-in.space/@drblobfish/114167110488757878). - The original image wasn't square, so it was modified by adding 8 pixels of transparency on the left and right sides using `convert bocchi-the-firefox.png -gravity center -background transparent -extent 516x516 bocchi-the-firefox.png` - It's then converted and resized to match all the original Librewolf images.