From unknown Sat Aug 16 21:02:27 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60383 <60383@debbugs.gnu.org> To: bug#60383 <60383@debbugs.gnu.org> Subject: Status: Pulseaudio does not source 'extra-script'files' from pulseaudio-configuration Reply-To: bug#60383 <60383@debbugs.gnu.org> Date: Sun, 17 Aug 2025 04:02:27 +0000 retitle 60383 Pulseaudio does not source 'extra-script'files' from pulseaud= io-configuration reassign 60383 guix submitter 60383 mirai severity 60383 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 28 12:13:21 2022 Received: (at submit) by debbugs.gnu.org; 28 Dec 2022 17:13:21 +0000 Received: from localhost ([127.0.0.1]:58516 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAZzU-0000XD-CA for submit@debbugs.gnu.org; Wed, 28 Dec 2022 12:13:20 -0500 Received: from lists.gnu.org ([209.51.188.17]:54740) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAZzR-0000X4-Vd for submit@debbugs.gnu.org; Wed, 28 Dec 2022 12:13:18 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAZzR-0000i9-O3 for bug-guix@gnu.org; Wed, 28 Dec 2022 12:13:17 -0500 Received: from smtpm5.myservices.hosting ([185.26.105.236]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pAZzN-0003Kk-Ew for bug-guix@gnu.org; Wed, 28 Dec 2022 12:13:17 -0500 Received: from mail1.netim.hosting (unknown [185.26.106.172]) by smtpm5.myservices.hosting (Postfix) with ESMTP id 940E820C3F for ; Wed, 28 Dec 2022 18:13:08 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 2EB9580096 for ; Wed, 28 Dec 2022 18:13:08 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-1.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id wYlfu8cLiO-u for ; Wed, 28 Dec 2022 18:13:02 +0100 (CET) Received: from [192.168.1.239] (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id 4809D80093 for ; Wed, 28 Dec 2022 18:13:02 +0100 (CET) Message-ID: <892773bb-039b-c28f-a54b-35f70ebac471@makinata.eu> Date: Wed, 28 Dec 2022 17:13:01 +0000 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.0 Content-Language: en-US To: bug-guix From: mirai Subject: Pulseaudio does not source 'extra-script'files' from pulseaudio-configuration Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=185.26.105.236; envelope-from=mirai@makinata.eu; helo=smtpm5.myservices.hosting X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) Pulseaudio ignores any files under /etc/pulse/default.pa.d/ even though according to /etc/pulse/default.pa this shouldn't be the case: --8<---------------cut here---------------start------------->8--- $ cat /etc/pulse/default.pa #!/gnu/store/5nfmdrmm6zp4c3a5g5w5gwp7z39dr09n-pulseaudio-15.0/bin/pulseaudio -nF # # This file is part of PulseAudio. # # PulseAudio is free software; you can redistribute it and/or modify it # under the terms of the GNU Lesser General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # # PulseAudio is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU Lesser General Public License # along with PulseAudio; if not, see . # This startup script is used only if PulseAudio is started per-user # (i.e. not in system mode) .fail ### Automatically restore the volume of streams and devices load-module module-device-restore load-module module-stream-restore load-module module-card-restore ### Automatically augment property information from .desktop files ### stored in /usr/share/application load-module module-augment-properties ### Should be after module-*-restore but before module-*-detect load-module module-switch-on-port-available ### Load audio drivers statically ### (it's probably better to not load these drivers manually, but instead ### use module-udev-detect -- see below -- for doing this automatically) #load-module module-alsa-sink #load-module module-alsa-source device=hw:1,0 #load-module module-null-sink #load-module module-pipe-sink ### Automatically load driver modules depending on the hardware available .ifexists module-udev-detect.so load-module module-udev-detect .else ### Use the static hardware detection module (for systems that lack udev support) load-module module-detect .endif ### Automatically connect sink and source if JACK server is present .ifexists module-jackdbus-detect.so .nofail load-module module-jackdbus-detect channels=2 .fail .endif ### Automatically load driver modules for Bluetooth hardware .ifexists module-bluetooth-policy.so load-module module-bluetooth-policy .endif .ifexists module-bluetooth-discover.so load-module module-bluetooth-discover .endif ### Load several protocols .ifexists module-esound-protocol-unix.so load-module module-esound-protocol-unix .endif load-module module-native-protocol-unix ### Network access (may be configured with paprefs, so leave this commented ### here if you plan to use paprefs) #load-module module-esound-protocol-tcp #load-module module-native-protocol-tcp #load-module module-zeroconf-publish ### Load the RTP receiver module (also configured via paprefs, see above) #load-module module-rtp-recv ### Load the RTP sender module (also configured via paprefs, see above) #load-module module-null-sink sink_name=rtp format=s16be channels=2 rate=44100 sink_properties="device.description='RTP Multicast Sink'" #load-module module-rtp-send source=rtp.monitor ### Automatically restore the default sink/source when changed by the user ### during runtime ### NOTE: This should be loaded as early as possible so that subsequent modules ### that look up the default sink/source get the right value load-module module-default-device-restore ### Make sure we always have a sink around, even if it is a null sink. load-module module-always-sink ### Honour intended role device property load-module module-intended-roles ### Automatically suspend sinks/sources that become idle for too long load-module module-suspend-on-idle ### If autoexit on idle is enabled we want to make sure we only quit ### when no local session needs us anymore. .ifexists module-console-kit.so #load-module module-console-kit .endif .ifexists module-systemd-login.so load-module module-systemd-login .endif ### Enable positioned event sounds load-module module-position-event-sounds ### Cork music/video streams when a phone stream is active load-module module-role-cork ### Modules to allow autoloading of filters (such as echo cancellation) ### on demand. module-filter-heuristics tries to determine what filters ### make sense, and module-filter-apply does the heavy-lifting of ### loading modules and rerouting streams. load-module module-filter-heuristics load-module module-filter-apply ### Make some devices default #set-default-sink output #set-default-source input ### Allow including a default.pa.d directory, which if present, can be used ### for additional configuration snippets. .nofail .include /gnu/store/5nfmdrmm6zp4c3a5g5w5gwp7z39dr09n-pulseaudio-15.0/etc/pulse/default.pa.d ### Added by Guix to include scripts specified in extra-script-files. .nofail .include /etc/pulse/default.pa.d --8<---------------cut here---------------end--------------->8--- >From the snippet above, it can be seen that: 1. The directory /etc/pulse/default.pa.d should be sourced as the file ends with: --8<---------------cut here---------------start------------->8--- ### Added by Guix to include scripts specified in extra-script-files. .nofail .include /etc/pulse/default.pa.d --8<---------------cut here---------------end--------------->8--- Performing a `pulseaudio --dump-conf' reveals that: --8<---------------cut here---------------start------------->8--- $ pulseaudio --dump-conf ### Read from configuration file: /etc/pulse/daemon.conf ### daemonize = no fail = yes high-priority = yes nice-level = -11 realtime-scheduling = yes realtime-priority = 5 allow-module-loading = yes allow-exit = yes use-pid-file = yes system-instance = no local-server-type = user cpu-limit = no enable-shm = yes flat-volumes = no rescue-streams = yes lock-memory = no exit-idle-time = 20 scache-idle-time = 20 dl-search-path = /gnu/store/5nfmdrmm6zp4c3a5g5w5gwp7z39dr09n-pulseaudio-15.0/lib/pulse-15.0/modules default-script-file = /gnu/store/5nfmdrmm6zp4c3a5g5w5gwp7z39dr09n-pulseaudio-15.0/etc/pulse/default.pa load-default-script-file = yes log-target = log-level = notice resample-method = auto avoid-resampling = no enable-remixing = yes remixing-use-all-sink-channels = yes remixing-produce-lfe = no remixing-consume-lfe = no lfe-crossover-freq = 0 default-sample-format = s16le default-sample-rate = 44100 alternate-sample-rate = 48000 default-sample-channels = 2 default-channel-map = front-left,front-right default-fragments = 4 default-fragment-size-msec = 25 enable-deferred-volume = yes deferred-volume-safety-margin-usec = 8000 deferred-volume-extra-delay-usec = 0 shm-size-bytes = 0 log-meta = no log-time = no log-backtrace = 0 rlimit-fsize = -1 rlimit-data = -1 rlimit-stack = -1 rlimit-core = -1 rlimit-rss = -1 rlimit-as = -1 rlimit-nproc = -1 rlimit-nofile = 256 rlimit-memlock = -1 rlimit-locks = -1 rlimit-sigpending = -1 rlimit-msgqueue = -1 rlimit-nice = 31 rlimit-rtprio = 9 rlimit-rttime = 200000 --8<---------------cut here---------------end--------------->8--- The default.pa script that is read is __not__ the one under /etc/pulse/default.pa but the one that comes with pulseaudio package located in /gnu/store which does not contain the line to load /etc/pulse/default.pa.d/ directory. This can be confirmed as the following pactl command outputs shouldn't be empty when used with the configuration snippet below: --8<---------------cut here---------------start------------->8--- $ pactl list modules | grep rtp $ pactl list source-outputs $ env | grep PULSE PULSE_CLIENTCONFIG=/etc/pulse/client.conf PULSE_CONFIG=/etc/pulse/daemon.conf --8<---------------cut here---------------end--------------->8--- Snippet from config.scm: --8<---------------cut here---------------start------------->8--- (modify-services %desktop-services (pulseaudio-service-type config => (pulseaudio-configuration (inherit config) (extra-script-files (list (plain-file "rtp.pa" (string-join (list "load-module module-null-sink sink_name=rtp" "load-module module-rtp-send source=rtp.monitor" "set-default-sink rtp") "\n" 'suffix))))))))) --8<---------------cut here---------------end--------------->8--- From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 28 14:38:44 2022 Received: (at 60383) by debbugs.gnu.org; 28 Dec 2022 19:38:44 +0000 Received: from localhost ([127.0.0.1]:58759 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAcGB-0003S0-Vi for submit@debbugs.gnu.org; Wed, 28 Dec 2022 14:38:44 -0500 Received: from mail-qt1-f173.google.com ([209.85.160.173]:44821) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAcG8-0003Rk-IH for 60383@debbugs.gnu.org; Wed, 28 Dec 2022 14:38:42 -0500 Received: by mail-qt1-f173.google.com with SMTP id c11so13413152qtn.11 for <60383@debbugs.gnu.org>; Wed, 28 Dec 2022 11:38:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=bGkLh7W+ODMj6jT5u5VAU7zLqOTCVt5uSFhAwqBrr3M=; b=EvwbNcyE5krq2C2WlxiAueOxno2BZt8ApTHi52sUOeL+Ah8JzDER/3SxzSKk0r9R4a dX9CVwkbOxp6Bp9xN86ZytOgVHSOoeZt6WV+nlVG/iBXNlPaMir+q8VLRPp3GM3nMrzl wSFwoMPXGWFhhHbe0xn/1BlCS/W6bgKcx4/zZvygJK//I7MPkJZLTlw9j709zkMHcKdB 0rx3nhKAL9/tnwI9VMjpx6YAd9rdZaWbNqs26pq3XhaCwNMBakAbfwyf3nSXyPNcrEgh OFgCucK5cHwWrN2/SvRZUOCox6MGNm2oSUxPA19VoKZrWIZIyzQ8hp/QEOPxAEEUPEwQ 5ozA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=bGkLh7W+ODMj6jT5u5VAU7zLqOTCVt5uSFhAwqBrr3M=; b=bHkqWDhRxTiR3W2syRKS4Tmt5tKtV4PdaOEOz0+/db9N/BV6h5J+q2xN79KS+/iMVb uDq//YOuTUmOgLefpYfq3AR3Q43w1MQ2OBvpmA/auGC4+5sKXH5zhqwS28w436DlPTyL tM7hYUKNJcNX5QuFNRR5gy6q260ztsmnzkPVgq0vw0Z2YEkuw1wZOn6OuESeGpEaIrNq 6+OgIe24EKKe13lyeuB55UV9hJaBoFD21dYxi8breFfj7k2fsCt37k6C2n2DY0TbofY6 E/eu1p/cRQSrz9P5l0CS32G6lpB2L0ykIwYzssFibyytr0Kf/0LZsEjpFX6D47ZeZ/to HGPA== X-Gm-Message-State: AFqh2kr4DAAo14zGFj5kf45x1cZR6QCCfsN5alQU8DpwteBxWY6TLvMl pcMmtGgSjcz1Jw5/GNYz/6vFdfem7ODdEw== X-Google-Smtp-Source: AMrXdXs5vekRClqgUcjrtvvwBi46rcgVDyGznPkbpfKbodNmUpJgIXO9tSaF94EucuOYtARSF1/8CA== X-Received: by 2002:ac8:748f:0:b0:3a5:2704:d4bd with SMTP id v15-20020ac8748f000000b003a52704d4bdmr37464099qtq.16.1672256314837; Wed, 28 Dec 2022 11:38:34 -0800 (PST) Received: from localhost.localdomain (dsl-153-10.b2b2c.ca. [66.158.153.10]) by smtp.gmail.com with ESMTPSA id n15-20020a05620a294f00b006eeb3165554sm12115627qkp.19.2022.12.28.11.38.34 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Dec 2022 11:38:34 -0800 (PST) From: Maxim Cournoyer To: 60383@debbugs.gnu.org Subject: [PATCH] services: pulseaudio: Fix /etc/pulse/default.pa not being used. Date: Wed, 28 Dec 2022 14:38:28 -0500 Message-Id: <20221228193828.25024-1-maxim.cournoyer@gmail.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60383 Cc: mirai@makinata.eu, Maxim Cournoyer X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Fixes . * gnu/services/sound.scm (pulseaudio-etc): Produce daemon.conf unconditionally, with the correct default-script-file location. Produce client.conf unconditionally. Reported-by: Bruno Victal --- gnu/services/sound.scm | 18 +++++++----------- 1 file changed, 7 insertions(+), 11 deletions(-) diff --git a/gnu/services/sound.scm b/gnu/services/sound.scm index 8410ba2418..3e778f3cea 100644 --- a/gnu/services/sound.scm +++ b/gnu/services/sound.scm @@ -204,17 +204,13 @@ (define pulseaudio-etc '() `(("default.pa.d" ,(extra-script-files->file-union extra-script-files)))) - ,@(if (null? daemon-conf) - '() - `(("daemon.conf" - ,(apply mixed-text-file "daemon.conf" - "default-script-file = " default-script-file "\n" - (map pulseaudio-conf-entry daemon-conf))))) - ,@(if (null? client-conf) - '() - `(("client.conf" - ,(apply mixed-text-file "client.conf" - (map pulseaudio-conf-entry client-conf)))))))))))) + ("daemon.conf" + ,(apply mixed-text-file "daemon.conf" + "default-script-file = /etc/pulse/default.pa\n" + (map pulseaudio-conf-entry daemon-conf))) + ("client.conf" + ,(apply mixed-text-file "client.conf" + (map pulseaudio-conf-entry client-conf)))))))))) (define pulseaudio-service-type (service-type base-commit: bbada5967d791776c7f6a81e272a0e6a67d216bb -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 28 17:00:01 2022 Received: (at 60383-done) by debbugs.gnu.org; 28 Dec 2022 22:00:01 +0000 Received: from localhost ([127.0.0.1]:58825 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAeSu-0008AI-Mc for submit@debbugs.gnu.org; Wed, 28 Dec 2022 17:00:00 -0500 Received: from mail-qt1-f180.google.com ([209.85.160.180]:45930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pAeSr-00089l-7S for 60383-done@debbugs.gnu.org; Wed, 28 Dec 2022 16:59:59 -0500 Received: by mail-qt1-f180.google.com with SMTP id h21so13686118qta.12 for <60383-done@debbugs.gnu.org>; Wed, 28 Dec 2022 13:59:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=0CXSBCH93hvIU6TbnCqpEArOuvGjnk6T7ij8hTkOcWI=; b=mfh8MBj4Uj+SiZfXFrA2QljA3jWWVm1sD4cwIgaXwwsIBu9Ans7zxU38pRg6Nj0wIB 2N9lAXaAf61rPxi5uOHrqA2kmqwJ3KDnbV0rJ1uGZwub+Bci1WYndpaPVfOPX7zQCwIY Vep1sgLkdIPdkFg0LxMCwKunViPpzJtupxT3sUaw0xuogh+nj+KxO3bD1TC9MJscmusS VOFGn+4MGbiRlS90Bpl3k+SeOsFmjiKtWTjjh8U8gYrXbxlcb/tqHAgV9ZHDVQoKKiQx cwe8fmvLhVJXexHGS98QGyU01xbCNe0KL4uTr0po3rq7bTT9HNNIkbYJKMVILzYozSsc PRZA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=0CXSBCH93hvIU6TbnCqpEArOuvGjnk6T7ij8hTkOcWI=; b=Kw2ltE+mE67LI6ZHuJ788mtnrk+ZHex+ebfVlm9VEFMP5yYhDqtKRtNN7+253HB5fa jiqnNcVN0T3jR5+EUEeR6CUsAFlEIWALye+qNL8fXqWxotwweBVREDPvkaJur25MmOyg VdD6R0DOl5yFuTrBnIuchhe5KZrKFCOHvIwN9Cj1bCOTkPD0exSfVnhYDftuzJFauUAh VVmt+m53sUiaBWoiHihCmc0rkfhPoNjUA1wTIbjsYFngJM8YJ4ly0UFhUysTBFFubyoq 6GHeBylQpqlA9inMo6F2W/cme19X6DRSPcSjBWOUVmb78T0+zFEB6YybkwNqnjRKTX+b NNtA== X-Gm-Message-State: AFqh2koPP46zADW/AyuI2JEVvuv06r+f/Y/jl1f6dxYMj5H9u3Kl/kN9 iWoR+aK+OnpE52dnNl98hKk= X-Google-Smtp-Source: AMrXdXtKqYN6vwiQrHRuc+Gi/eGWAioVNRYGOL6tikgGp2Vu6C2X+pMXc980r+1N/RKJQrwtRp0RqA== X-Received: by 2002:ac8:4792:0:b0:3a9:7ab8:a962 with SMTP id k18-20020ac84792000000b003a97ab8a962mr39638650qtq.40.1672264791662; Wed, 28 Dec 2022 13:59:51 -0800 (PST) Received: from hurd (dsl-153-10.b2b2c.ca. [66.158.153.10]) by smtp.gmail.com with ESMTPSA id az10-20020a05620a170a00b006fbbdc6c68fsm11849048qkb.68.2022.12.28.13.59.51 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 28 Dec 2022 13:59:51 -0800 (PST) From: Maxim Cournoyer To: 60383-done@debbugs.gnu.org Subject: Re: [PATCH] services: pulseaudio: Fix /etc/pulse/default.pa not being used. References: <20221228193828.25024-1-maxim.cournoyer@gmail.com> Date: Wed, 28 Dec 2022 16:59:50 -0500 In-Reply-To: <20221228193828.25024-1-maxim.cournoyer@gmail.com> (Maxim Cournoyer's message of "Wed, 28 Dec 2022 14:38:28 -0500") Message-ID: <87v8lv42ax.fsf@gmail.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60383-done Cc: mirai@makinata.eu X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, Maxim Cournoyer writes: > Fixes . > > * gnu/services/sound.scm (pulseaudio-etc): Produce daemon.conf > unconditionally, with the correct default-script-file location. Produce > client.conf unconditionally. > > Reported-by: Bruno Victal > --- Applied as 4ca649e978, after Bruno reported the fix working on their side. Thanks for the report and test! Closing, -- Maxim From unknown Sat Aug 16 21:02:27 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 26 Jan 2023 12:24:09 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator