| 12 Mar 2025 |
| Adam Neverwas set their display name to Adam Neverwas. | 14:27:33 |
| vidariondr joined the room. | 21:07:31 |
| 13 Mar 2025 |
colemickens |
[K900/flake-firefox-nightly] Run failed: Update - oops-i-rewrote-it (46e57b5)
still can't believe that GitHub Actions email notifications are so ... ******?
| 16:52:11 |
colemickens | anyway, maybe you could delete that branch so I don't get spammed to death K900 ? :D | 16:52:32 |
K900 | Sure | 16:52:49 |
K900 | I disabled actions on that fork | 16:53:09 |
| 15 Mar 2025 |
| 阿卡林刘 joined the room. | 01:36:15 |
vcunat | Do you think it's OK to just drop the thunderbird-latest* top-level attributes? https://github.com/NixOS/nixpkgs/pull/389819 | 08:22:03 |
@aloisw:julia0815.de | I don't see why not make it an alias for some time. | 09:34:09 |
| 18 Mar 2025 |
@aloisw:julia0815.de | Since Firefox 136, emoji do not render any more on my system. Is anyone else having that issue? | 04:48:18 |
vcunat | Emojis do work for me in a couple different webs. | 05:57:46 |
vcunat | * Emojis do work for me in a few different webs. | 05:57:52 |
vcunat | (I'm on NixOS 24.11.) | 05:58:14 |
@aloisw:julia0815.de | I'm on unstable and they work nowhere, not even the test file (https://www.unicode.org/Public/emoji/16.0/emoji-test.txt). Thunderbird and firefox-bin are affected too. | 07:51:27 |
@aloisw:julia0815.de | Interestingly I can reproduce the issue with 24.11's firefox package too. | 07:56:27 |
@aloisw:julia0815.de | Possibly related log spam: [ERROR wr_glyph_rasterizer::platform::unix::font] Unable to set glyph size and transform: 23 | 07:57:33 |
@aloisw:julia0815.de | (It also happens a bit on the good firefox but not so much.) | 08:03:04 |
@aloisw:julia0815.de | Unsurprisingly bisection indeed points out the 135.0.1 -> 136.0 update as the first bad commit. | 08:05:54 |
hexa |  Download image.png | 10:37:34 |
hexa | on 136.0.1 on unstable | 10:37:43 |
| @yannis:mozilla.org left the room. | 10:54:10 |
@aloisw:julia0815.de | Tracking down some impurities, I found that the following snippet from ~/.config/fontconfig/fonts.conf is another factor required for the issue to occur:
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
It was presumably put there by KDE Plasma like the rest of the file, and I have no idea why the heck it breaks on Firefox 136. | 17:11:04 |
| 26 Mar 2025 |
hexa | https://wiki.gentoo.org/wiki/Project:Mozilla/Firefox_Benchmarks_2025_Q1 | 21:13:19 |
emily | do we use Clang for the C++ parts of Mozilla? | 22:42:46 |
hexa | yes, we exclusively build with clang | 22:55:49 |
| 27 Mar 2025 |
| gabriel changed their display name from gabriel to gabriel | sick 🤒. | 12:42:55 |
| 28 Mar 2025 |
| Cathal joined the room. | 13:13:46 |
| eveeifyeve joined the room. | 14:38:13 |
eveeifyeve | Is there any way to disable this patch in buildMozillaMach since i am working on buildMozillaMach for zen browser at https://github.com/Eveeifyeve/nixpkgs/tree/zen-browser-moz?
Running phase: unpackPhase
@nix { "action": "setPhase", "phase": "unpackPhase" }
unpacking source archive /nix/store/fbck76hxp37rdsaiqqjdaq7g2yp97imc-source
source root is source
Running phase: patchPhase
@nix { "action": "setPhase", "phase": "patchPhase" }
applying patch /nix/store/vxk7kwxf60bppmblksx8j70w3j7ggz4h-env_var_for_system_dir-ff133.patch
can't find file to patch at input line 5
Perhaps you used the wrong -p or --strip option?
The text leading up to this was:
--------------------------
|diff --git a/toolkit/xre/nsXREDirProvider.cpp b/toolkit/xre/nsXREDirProvider.cpp
|index 6db876975187..5882c5d7f1d6 100644
|--- a/toolkit/xre/nsXREDirProvider.cpp
|+++ b/toolkit/xre/nsXREDirProvider.cpp
--------------------------
File to patch:
Skip this patch? [y]
Skipping patch.
2 out of 2 hunks ignored
| 14:38:18 |
hexa | does zen browser pass the wrong version or does it in fact have a conflict at that location? | 14:38:59 |