Adam

Results 131 comments of Adam

Sorry this took so long, a workaround I found in the firefox source code is to set XRE_PROFILE_PATH in your environment. For example for me it would be `XRE_PROFILE_PATH=/home/adam/.librewolf/p60qo4na.default-release/`. (I...

The original issue has been open for 21 years https://bugzilla.mozilla.org/show_bug.cgi?id=259356, so I'll believe it when I see it, but yeah, fingers crossed. Anyway - closed with workaround.

There have been issues on jagex's side which started around 30 minutes ago, so it's probably temporary. I'll check if it's still happening later (a few people have reported this...

As far as I know, it should work with the generic CEF builds. The patches in AUR are to fix a compiler error caused by makepkg, and to make `fmt`...

By the way, Bolt's licence is agpl3+, not gpl2+.

Yes. My understanding of Nix is that there's no standard location like `/usr/lib` where you'd find libraries like libGL, and instead the convention is to build executables and specify absolute...

icudtl.dat should be in your CEF package, in the Resources directory, and it should be installed in the same directory as `bolt` at install-time. At runtime, CEF looks for it...

How do "OS level" CEF distributions vary from the ones Bolt expects? You should be able to point it to any distribution using the CEF_ROOT value, unless the internal structure...

I looked into this today. Unfortunately, the libcef package on nixpkgs isn't really useful for anything. A normal CEF-based program would have all the libraries and the program itself in...

Okay interesting, so it looks like you did get nixpkgs libcef to work using the same sort of method as obs-studio did? Good to know that's done anyway, thanks for...