Search Criteria
Package Details: librewolf-allow-dark 135.0-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/librewolf-allow-dark.git (read-only, click to copy) |
---|---|
Package Base: | librewolf-allow-dark |
Description: | 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 |
Upstream URL: | https://librewolf.net/ |
Licenses: | GPL, MPL, LGPL |
Conflicts: | librewolf |
Provides: | librewolf |
Submitter: | Mecso |
Maintainer: | Mecso |
Last Packager: | Mecso |
Votes: | 4 |
Popularity: | 1.03 |
First Submitted: | 2024-08-11 01:56 (UTC) |
Last Updated: | 2025-02-17 16:49 (UTC) |
Dependencies (58)
- alsa-lib
- at-spi2-core (at-spi2-core-gitAUR)
- bash (bash-devel-static-gitAUR, bash-devel-gitAUR, busybox-coreutilsAUR, bash-gitAUR)
- cairo (cairo-gitAUR)
- dbus (dbus-gitAUR, dbus-selinuxAUR)
- ffmpeg (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg-ffplayoutAUR, ffmpeg-gitAUR, ffmpeg-amd-full-gitAUR, ffmpeg-fullAUR, ffmpeg-full-gitAUR, ffmpeg-libfdk_aacAUR, ffmpeg-headlessAUR, ffmpeg-obsAUR)
- fontconfig (fontconfig-gitAUR, fontconfig-ubuntuAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc11-libsAUR, gcc-libs-snapshotAUR)
- gdk-pixbuf2 (gdk-pixbuf2-gitAUR)
- glib2 (glib2-gitAUR, glib2-selinuxAUR, glib2-patched-thumbnailerAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR, glibc-eac-binAUR)
- gtk3 (gtk3-no_deadkeys_underlineAUR, gtk3-classicAUR, gtk3-classic-xfceAUR, gtk3-patched-filechooser-icon-viewAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libpulse (pulseaudio-dummyAUR, libpulse-gitAUR)
- libx11 (libx11-gitAUR)
- libxcb (libxcb-gitAUR)
- libxcomposite
- libxdamage
- libxext (libxext-gitAUR)
- Show 38 more dependencies...
Required by (26)
- edge-frfox (requires librewolf) (optional)
- ff2mpv-go-git (requires librewolf) (optional)
- ff2mpv-rust (requires librewolf) (optional)
- firefox-gnome-theme (requires librewolf) (optional)
- librewolf-comment-out-cfg-hook (requires librewolf)
- librewolf-extension-bitwarden-bin (requires librewolf)
- librewolf-extension-bitwarden-git (requires librewolf) (optional)
- librewolf-extension-darkreader (requires librewolf)
- librewolf-extension-darkreader-bin (requires librewolf)
- librewolf-extension-gnome-shell-integration (requires librewolf)
- librewolf-extension-kagisearch-bin (requires librewolf)
- librewolf-extension-localcdn-bin (requires librewolf)
- librewolf-extension-plasma-integration (requires librewolf)
- librewolf-extension-return-youtube-dislike-bin (requires librewolf)
- librewolf-extension-tridactyl-bin (requires librewolf)
- librewolf-extension-ublock-origin-bin (requires librewolf)
- librewolf-extension-uget-integration-bin (requires librewolf)
- librewolf-extension-vimiumc-bin (requires librewolf)
- librewolf-extension-xdman8-browser-monitor-bin (requires librewolf)
- librewolf-firefox-shim (requires librewolf)
- Show 6 more...
Latest Comments
karolyi commented on 2025-02-17 18:39 (UTC)
karolyi commented on 2025-02-17 18:39 (UTC)
Wow, I thought you're not communicative at all. :) So I kept using my patchset.
Yes it does speed things up, in my experience. sccache has a ~5% cache hit rate when compiling with it, still seems to be more easy on the CPU. Also, it seems to hit compilations between source version changes, as not a lot of changes there between versions — as compared to the entire codebase.
Anyways, I'm thinking on creating the -bin version of this repo, so I could use my own compiled librewolf on my other PC as well. And it seems that I manage to compile it pretty timely manner upon update, since I am a dev for various websites and librewolf is also my chosen tool for working.
Nice touch with reenabling the chooser in preferences! Just tested the compiled version, there was a typo-like thing you did there, attached my patch for review. I'm thinking on making the override_rfp_for_color_scheme option changeable with a Services.prefs.setBoolPref() call sometime, by adding an option to the librewolf settings section. Then the whole thing could become a bit more official. I'm just not on the same page with librewolf patchers' opinion on disabling it forcingly, they still didn't manage to provide good evidence on how this breaks entropy, to this day.
Feel free to use this change — or not. :) I'm already using it since a long time.
Mecso commented on 2025-02-17 16:31 (UTC)
@karolyi the main.js modification makes it so that the the theme option in the settings is not grayed out
Mecso commented on 2025-02-17 16:25 (UTC)
@karolyi, would that actually do something? As far as I understand this would only help with incremental/interrupted compilation, but makepkg always deletes everything and starts from scratch. The docs even say that it will make the initial compilation (the only compilation that's happening) slower since it requires additional book keeping https://firefox-source-docs.mozilla.org/setup/configuring_build_options.html#sccache.
karolyi commented on 2024-08-25 12:42 (UTC) (edited on 2024-08-25 12:43 (UTC) by karolyi)
Please add this to PKGBUILD, speeds up the compilation (especially the second phase) immensely:
karolyi commented on 2024-08-15 10:24 (UTC)
Hey,
you're my man with this package! I've tried to get this patch back into librewolf originally when it disappeared, but I've faced such a backlash I've given up on it an kept the patchset for myself:
https://codeberg.org/librewolf/issues/issues/1281
I now compile my browser with that patchset every time a new version arrives.
Looking into the patch itself, it's pretty similar to what I have. I don't have the changes in main.js though. Can you please enlighten me what that's about?
Also I'm looking into getting this automatically compiled on some virtual machine but right now I couldn't find a viable solution where a VM is offered for a short while, until the compilation is done and the binaries are copied away.
Any ideas on that?