From c1f3757d53423cc51f1f9017edd4427c20e7025c Mon Sep 17 00:00:00 2001 From: Leo Prikler Date: Sun, 12 Jan 2020 01:20:27 +0100 Subject: [PATCH] doc: Fully document pulseaudio daemon-conf. * doc/guix.texi: Add note about the default-script-file line and the intention behind it. --- doc/guix.texi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/doc/guix.texi b/doc/guix.texi index d2038d18e1..0b8569b54a 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -15979,6 +15979,17 @@ inserted as-is with a newline added. A pair will be formatted as @item @var{daemon-conf} (default: @code{'((flat-volumes . no))}) List of settings to set in @file{daemon.conf}, formatted just like @var{client-conf}. +@quotation Note +In addition to the above settings being applied, the first line of the +generated @file{daemon.conf} will always read +@code{default-script-file = FILE} with @var{FILE} being the path to the +supplied @var{script-file}. +This makes pulseaudio read the correct @file{default.pa} when started in +user-mode (the default behaviour). +Such a line does not exist for @file{system.pa}. If you need to load this +file for some reason, you'll have to use environment variables as detailed +in the PulseAudio documentation. +@end quotation @item @var{script-file} (default: @code{(file-append pulseaudio "/etc/pulse/default.pa")}) Script file to use as as @file{default.pa}. -- 2.24.1