| 22 Feb 2024 |
vcunat | media.ffvpx.enabled | 18:32:10 |
hexa | enabled here | 18:32:26 |
vcunat | I had that switch to false. | 18:32:28 |
hexa | ouch | 18:32:33 |
hexa | check if you have media.ffmpeg.vaapi.enabled 🙂 | 18:32:43 |
vcunat | (historically because of video acceleration I think) | 18:32:43 |
hexa | while you're in there | 18:32:48 |
vcunat | I do. | 18:32:58 |
vcunat | Anyway, perhaps I don't need non-default media.ffvpx.enabled (anymore). A quick test on YouTube looks still OK. | 18:36:47 |
vcunat | Thanks for pushing me the right way 🙂 | 18:37:21 |
hexa | 🙂 | 18:37:32 |
Christoph | hexa: Oh btw.: https://github.com/NixOS/nixpkgs/pull/289832 | 20:02:12 |
Christoph | I let it bake for a few days for a reason, mainly since there were 2 point releases in ~24h. Should be all sorted out now tho. Please yell if anything seems off :^) | 20:02:14 |
| Philip Taron (UTC-8) joined the room. | 21:07:57 |
Philip Taron (UTC-8) | https://bugzilla.mozilla.org/show_bug.cgi?id=1699942 is happening to me on Firefox 123 | 21:15:34 |
Philip Taron (UTC-8) | I'm on X11, not Wayland though... | 21:16:11 |
vcunat | I am getting a hand. | 21:16:18 |
vcunat | * I am getting a hand (on Wayland). | 21:16:29 |
Philip Taron (UTC-8) | I'm going to try reverting my flake.lock back to 122 and see if it's a Firefox or other (possibly my own!) regression. | 21:17:07 |
Philip Taron (UTC-8) | You know, I bet it's me futzing with the environment.pathsToLink setting. | 21:35:33 |
hexa | c8h4: https://github.com/NixOS/nixpkgs/pull/290699 can you test it? | 22:22:25 |
Christoph | In reply to @hexa:lossy.network c8h4: https://github.com/NixOS/nixpkgs/pull/290699 can you test it? Sure thing, building atm | 22:26:04 |
| 23 Feb 2024 |
hexa | merged | 00:04:20 |
| 5 Mar 2024 |
hexa | https://github.com/NixOS/nixpkgs/pull/293356 | 00:08:06 |
| 6 Mar 2024 |
Xandor Schiefer | Hey all, long time FF user on Nix. For the longest time it's been difficult to install different versions of FF side-by-side, as the binary names collide.
I'm a web dev, so early on in my Nix journey I switched to using https://github.com/mozilla/nixpkgs-mozilla. | 07:25:32 |
Xandor Schiefer | * Hey all, long time FF user on Nix. For the longest time it's been difficult to install different versions of FF side-by-side, as the binary names collide.
I'm a web dev, so early on in my Nix journey I switched to using https://github.com/mozilla/nixpkgs-mozilla, so I could use Nightly ✨ | 07:25:51 |
Xandor Schiefer | I still had issues with installing different versions side-by-side, so I opened an issue with them: https://github.com/mozilla/nixpkgs-mozilla/issues/296. The response was that Mozilla just uses the same wrapFirefox wrapper from Nixpkgs, but their own firefox-bin-unwrapped (and variants). | 07:26:58 |
Xandor Schiefer | I worked around this with my own wrapper that renamed the binaries. I see that in nixpkgs-unstable this is now effectively also done for the nixpkgs versions of FF | 07:27:43 |
Xandor Schiefer | (I finally moved my config to flakes, so can't use the Mozilla overlay anymore). | 07:28:04 |
Xandor Schiefer | And this does work fine in NixOS. | 07:28:25 |