bug#57292: [PATCH v3] gnu: gdm: Enable accessibility settings.

2024-02-20 Thread Dariqq
gdm needs the "/share" subdirectory of these packages present in XDG_DATA_DIRS such that the accessibility settings work: - at-spi2-core: contains accessibility dbus service. - dconf: To be able to change settings. - gnome-control-center: icon. * gnu/packages/gnome.scm (gdm)[inputs]: Add

bug#68988: [PATCH] gnu: linux-libre 6.7: Modify .conf files.

2024-02-20 Thread Leo Famulari
Pushed as 877abbdae790deaacf30af8a845e2290c39e10ff

bug#69286: guix-build-coordinator-agent-only should not propagate guix

2024-02-20 Thread Andreas Enge
Hello, I installed guix-build-coordinator-agent-only into my user profile to try it out, and wondered today why "guix build" would build the wrong version of a software; then why "guix describe" showed a wrong date; until I realised that the package propagates guix, and that the thus propagated

bug#69284: guix pull is not reproducible

2024-02-20 Thread Andrew Tropin via Bug reports for GNU Guix
guix pull -C channels-lock.scm produces different profiles on different machines. I executed the same command on a few different machines. channels-lock.scm contains channels list with exact commit specified. --8<---cut here---start->8--- curl

bug#68800: Guix waits for termination of a kernel thread

2024-02-20 Thread Ludovic Courtès
Hi Tomas, Tomas Volf <~@wolfsden.cz> skribis: >> What about this method (from shepherd)? >> >> --8<---cut here---start->8--- >> (define (linux-process-flags pid) >> "Return the process flags of @var{pid} (or'd @code{PF_} constants), >> assuming >> the Linux