!XQQVyIbcAcHFvzmcTl:nixos.org

NixOS GNOME

418 Members
A room for maintainers of GNOME & GNOME-Related desktop environments (xfce, cinnamon, pantheon...)91 Servers

Load older messages


SenderMessageTime
2 Dec 2021
@schmittlauch:feneas.orgschmittlauch (he/him) Okay, I think I got it: When running with LANG=en_GB.utf8, the button appears. The reason is that it attempts load language-specific resources, but onle the en ones are bundled. So this is an upstream issue with the build-time bundling. Correct, Jan Tojnar 22:32:52
@schmittlauch:feneas.orgschmittlauch (he/him) * Okay, I think I got it: When running with LANG=en_GB.utf8, the button appears. The reason is that it attempts load language-specific resources, but onle the en ones are bundled. So this is an upstream issue with the build-time bundling. Correct, Jan Tojnar? 22:32:56
@jtojnar:matrix.orgJan Tojnar schmittlauch (he/him): correct, I am opening a PR now 22:33:19
@schmittlauch:feneas.orgschmittlauch (he/him)Great, thx 😊22:34:58
@jtojnar:matrix.orgJan Tojnar schmittlauch (he/him): https://github.com/IBBoard/cawbird/pull/411 22:36:55
@schmittlauch:feneas.orgschmittlauch (he/him) Everyday is shooting yourself in the foot with C day. Makes sense, thx 22:38:16
3 Dec 2021
@hmenke:matrix.orghmenke

I just wanted to update firmware but this happened:

# fwupdmgr upgrade 
Devices with no available firmware updates: 
 β€’ Micron 2300 NVMe 1024GB
 β€’ UEFI Device Firmware
 β€’ UEFI Device Firmware
 β€’ UEFI dbx
╔══════════════════════════════════════════════════════════════════════════════╗
β•‘ Upgrade System Firmware from 3.0.4 to 3.2.0?                                 β•‘
╠══════════════════════════════════════════════════════════════════════════════╣
β•‘ This stable release fixes the following issues:                              β•‘
β•‘                                                                              β•‘
β•‘ β€’ Firmware updates to address security vulnerabilities.                      β•‘
β•‘ β€’ Firmware updates to address the Intel Security Advisory.                   β•‘
β•‘                                                                              β•‘
β•‘ XPS 13 9310 must remain plugged into a power source for the duration of the  β•‘
β•‘ update to avoid damage.                                                      β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

Perform operation? [Y|n]: 
Downloading…             [***************************************]
Decompressing…           [***************************************]
Authenticating…          [***************************************]
Authenticating…          [***************************************]
/nix/store/a76mly8rlhszdnx98bq363whcvkk9j13-fwupd-1.7.1/libexec/fwupd/efi/fwupdx64.efi cannot be found
19:40:05
@hexa:lossy.networkhexa cc maxine (they/them) ^ 20:39:06
@hexa:lossy.networkhexalooks like you did a rather huge chunk of updates (1.5.12 -> 1.7.1)20:39:28
@schmittlauch:feneas.orgschmittlauch (he/him) left the room.21:30:06
4 Dec 2021
@jtojnar:matrix.orgJan TojnarThat should be fixed by https://github.com/NixOS/nixpkgs/pull/14703200:13:32
@jtojnar:matrix.orgJan Tojnar * hmenke: That should be fixed by https://github.com/NixOS/nixpkgs/pull/147032 00:14:18
@hmenke:matrix.orghmenke Jan Tojnar: Perfect, thanks! 16:54:27
5 Dec 2021
@ius:nltrix.netius So on 21.05 GNOME wouldn't show applications after a rebuild switch, in 21.11 this seems to work except for the icon.. 17:08:36
@jtojnar:matrix.orgJan Tojnar ius: it was partly fixed by https://github.com/NixOS/nixpkgs/pull/118100 18:03:55
@ius:nltrix.netiusAh, neat. That was a pretty frustrating issue.18:05:35
7 Dec 2021
@fabianhjr:matrix.orgfabianhjrThere is something odd going on on the main branch17:01:57
@fabianhjr:matrix.orgfabianhjrgdm.service seems to be masked by systemd17:02:12
@jtojnar:matrix.orgJan Tojnar fabianhjr: it is started as display-manager.service 18:15:48
@jtojnar:matrix.orgJan TojnarIIRC18:16:03
@fabianhjr:matrix.orgfabianhjrwill investigate this afternoon. gettting a crash after a recent nixos-rebuild.19:25:15
8 Dec 2021
@hpfr:matrix.orghpfr anyone else using GSConnect? The firefox extension doesn't seem to work because of how nix installs extensions; neither of these paths are present for me. if anyone else is using it, were you able to fix this somehow? 00:24:22
@jtojnar:matrix.orgJan Tojnar hpfr: native messaging hosts can be injected to firefox https://github.com/NixOS/nixpkgs/blob/3173e260e8cc39d64af753edb2bbdc01039c7efb/pkgs/applications/networking/browsers/firefox/wrapper.nix#L64 00:27:42
@jtojnar:matrix.orgJan Tojnar you can just set it in nixpkgs.config https://github.com/NixOS/nixpkgs/blob/25a431819b54389580f629e1e2e6fdbc4d8632d4/nixos/modules/services/desktops/gnome/chrome-gnome-shell.nix#L39 00:29:05
@hpfr:matrix.orghpfroh cool, tridactyl native too. thank you, I'll give those a shot00:30:06
@jtojnar:matrix.orgJan Tojnardoesn’t work with firefox-bin though00:31:42
@hpfr:matrix.orghpfroh that's fine I'd probably just use the flatpak if I wanted a binary package? not sure why nix does those00:32:58
@jtojnar:matrix.orgJan Tojnarit has/had better performance than the native version, not sure if we fixed it00:33:43
@hpfr:matrix.orghpfr so nixpkgs.config doesn't cause a rebuild from source? 00:33:50
@jtojnar:matrix.orgJan Tojnaralso it can be updated faster00:33:52

Show newer messages


Back to Room ListRoom Version: 6