| 18 Nov 2025 |
Sofie 🏳️⚧️ (she/her) | like, .overlay.prePatch or patches | 19:17:37 |
Sofie 🏳️⚧️ (she/her) | Download Screencast From 2025-11-18 21-19-48.mp4 | 19:20:51 |
Sofie 🏳️⚧️ (she/her) | WHY DOES THAT CHANGE COLORS??? | 19:21:02 |
bandithedoge | qt theming my beloved | 19:21:42 |
bandithedoge | i still can't get over the cargo-mommy prompt lol | 19:22:15 |
Katalin 🔪 | libreoffice is all kinds of broken. on my display with 150% scaling it claims to support scaling but then renders at 100% scale or something like that so all of the UI is tiny | 19:22:53 |
Katalin 🔪 | if I move it to the other display with 100% scale, then it’s fine | 19:23:21 |
Sofie 🏳️⚧️ (she/her) | also | 19:47:09 |
Sofie 🏳️⚧️ (she/her) | libreoffiice uses their own abrstraction layer (VCL) so it uses both QT and GTK. The problem is that, neither GTK or QT debug tools work?
GTK_DEBUG=interactive pops up but can't do anything and KDAB
GammaRay (a qt debug tool) doesn't find an ABI from the libreoffice executable
| 19:50:51 |
| marshmallow changed their profile picture. | 20:14:48 |
| marshmallow changed their profile picture. | 20:15:56 |
| jopejoe1 (4094@39c3) changed their display name from jopejoe1 to jopejoe1 (4094@39c3). | 20:19:40 |
| 19 Nov 2025 |
| c-x-berger joined the room. | 00:06:29 |
SciRave | Cap'n Proto??? nice | 03:38:58 |
Raj |
Stack traces now summarize involved derivations at the bottom
From the 2.94 release notes
Thanks! This has always been a minor annoyance.
| 03:44:58 |
Grimmauld (any/all) | yay, sk-ssh based remote builds work nicely now :) | 12:06:38 |
Grimmauld (any/all) | fixed my setup | 12:06:45 |
axx | I am running Lix on Fedora Silverblue 43, i followed the instructions to upgrade to the latest (2.94.0) and while that worked fine, it also messed up things in such a way that i now get the following error when trying to run home-manager switch, for example:
error: cannot connect to socket at '/nix/var/nix/daemon-socket/socket': Connection refused
| 12:18:01 |
hexa | that means the nix-daemon.socket unit is down | 12:19:11 |
axx | The systemd unit is not started, because it can't be seen by systemd: its selinux labels have been changed to unconfined_u:object_r:systemd_unit_file_t:s0 (instead of system_u:object_r:systemd_unit_file_t:s0). | 12:19:16 |
hexa | ah, selinux | 12:19:36 |
axx | however, even after fixing that and reloading the systemd daemon, i see that the nix-daemon.service can't access the nix binary. I'm running a restorecon -Rv /nix/store to see if it helps. | 12:23:01 |
axx | It's relabelling tonnes of stuff | 12:23:27 |
axx | I'm not familiar with the Lix/Determinate Systems installer, but could it be that it takes care of checking proper selinux labels on first install but not on upgrade? | 12:25:05 |
axx | yeah, after recursively relabelling both /etc/systemd/system and /nix/store, everything works again | 12:26:20 |
hexa | thanks for prodding at it. can you file an issue? | 12:28:07 |
axx | yeah, happy to | 12:29:26 |
axx | even more so considering this happened on past upgrades but the only "fix" i found then was to uninstall and re-install Lix, which led to all sorts of sadness when your shell is configured to extensively rely on home-manager and nix :) | 12:30:27 |
hexa | https://git.lix.systems/lix-project/lix/issues/486 | 12:32:02 |
hexa | axx: I think the issue already exists | 12:32:26 |