bug#35308: GDM refuses to log into Gnome on Debian 9 or 10

2023-07-06 Thread Rafa Gálvez
Hi, I ran today into this problem using Ubuntu 22.04.2 LTS, and Josselin Poiret's fix worked perfectly: `export GI_TYPELIB_PATH=/usr/lib/girepository-1.0/` I installed Guix already some time ago, and the guix-install.sh script I used was very different from the one currently in master. So be

bug#63904: Can't setuid programs to anybody but root

2023-07-06 Thread Edouard Klein
Thank you Josselin :) I ended up basically reusing this code in my own system layer, while we wait on 62726 to be merged. Also, I needed a new keyword argument to change the name of the setuid binary. It works flawlessly, thanks ! Cheers, Edouard. Josselin Poiret writes: > [[PGP Signed P

bug#63986: Julia is very slow

2023-07-06 Thread Ludovic Courtès
Hi there! What’s the status? Sounds like we have a couple of fixes already. Maybe you can submit one of them to guix-patc...@gnu.org so qa.guix can pick it up. And if one of them is more intrusive (more rebuilds), then submit it separately so it gets merged later? How does that sound? Ludo’.

bug#63048: [PATCH] home: services: bash: Properly quote shell aliases.

2023-07-06 Thread Ludovic Courtès
From: Ludovic Courtès Fixes . Reported by Ekaitz Zarraga . * gnu/home/services.scm (with-shell-quotation-bindings): New procedure. (environment-variable-shell-definitions): Use it instead of inline copy. * gnu/home/services/shells.scm (bash-serialize-aliases):