Re: Eradicating PulseAudio

2023-08-23 Thread Robby Zambito
宋文武 writes: > Hello, you can disable the autospawn for PulseAudio by > put "autospawn = no" in ~/.config/pulse/client.conf. > > > It was not started by shepherd but autospawn by applications (eg: pulsemixer), > for reference: > https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/

Re: Minimal Guix Containers

2023-08-23 Thread Josh Marshall
Better built in support across the board at runtime code level for feature detection and use would transparently do this. Alas, C. On Wed, Aug 23, 2023, 3:53 PM Peter Polidoro wrote: > On Wed, 23 Aug 2023 17:12, Simon Tournier > wrote: > > > Yes, the images generated by Guix cannot considered

Minimal Guix Containers

2023-08-23 Thread Peter Polidoro
On Wed, 23 Aug 2023 17:12, Simon Tournier wrote: Yes, the images generated by Guix cannot considered as minimal. :-) Usually I am grateful that Guix packages are "maximal". It would be wonderful, though, if some magical "--minimal" command existed when creating a Guix container to make it

Re: Racket REPL not working

2023-08-23 Thread Chris Keschnat
Simon Tournier writes: > Hi, > > Sorry for the late reply. > > On Sun, 02 Jul 2023 at 15:57, "Philip McGrath" > wrote: > >>> ck@brak ~ $ guix shell --no-grafts racket -- racket --version >>> Welcome to Racket v8.8 [cs]. > >> I'm not exactly sure how to do this, but can we determine which gra

Re: Racket REPL not working

2023-08-23 Thread Simon Tournier
Hi, Sorry for the late reply. On Sun, 02 Jul 2023 at 15:57, "Philip McGrath" wrote: >> ck@brak ~ $ guix shell --no-grafts racket -- racket --version >> Welcome to Racket v8.8 [cs]. > I'm not exactly sure how to do this, but can we determine which grafts > are otherwise being applied to `racke

Re: VSCode DevContainer for Guix? (Yasuaki Kudo)

2023-08-23 Thread Simon Tournier
Hi, On Wed, 12 Jul 2023 at 10:27, wolf wrote: >> Then, it will create a Docker image as an artifact from the CI-run. >> The image is as small as it can be because Guix only installs the >> necessary software. > > Careful about this assumption, Guix-generated container images are pretty > large

Re: Blind people unable to install Guix System

2023-08-23 Thread Simon Tournier
Hi, On Mon, 31 Jul 2023 at 19:57, Simen Endsjø wrote: > It was brought to my attention that blind people runs into problems installing > Guix System, while Debian and Arch have solved this better. Thank you for the report. Well, this topic could fit a Google Summer of Code project. :-) As a p

Re: guix shell readline issue with R

2023-08-23 Thread Simon Tournier
Hi, On Sun, 02 Jul 2023 at 17:57, Kyle Andrews wrote: > When I run `guix install r` and then start an R process I get a > readline-enabled REPL where I can abort commands with C-c C-c while > keeping the process alive afterwards. When I run R from `guix shell r > -- R` I don't get any readline s