Hi, The current Debian packaging still has README.Debian referring to /etc/default/pulseaudio, which is not installed there. This patch removes that stale reference while preserving the existing client.conf guidance.
The change is based on current pulseaudio-team/pulseaudio master and passes git diff --check. Regards, Thomas M. Stephens >From 1de2ed14af629a2b960fa2a1a8ff5db0085eea93 Mon Sep 17 00:00:00 2001 From: "Thomas M. Stephens" <[email protected]> Date: Tue, 18 Aug 2026 01:50:44 +0000 Subject: [PATCH] Fix stale /etc/default/pulseaudio reference --- debian/README.Debian | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 8b8ff8b9..1fd45f5b 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,9 +1,8 @@ pulseaudio for Debian (and Ubuntu) ----------------------------------- -By default pulseaudio is configured for using a per-user session daemon -(see comments in /etc/default/pulseaudio). If you wish to prevent per- -user session daemons from being invoked, remember to edit +By default pulseaudio is configured for using a per-user session daemon. +If you wish to prevent per-user session daemons from being invoked, edit /etc/pulse/client.conf (or create ~/.pulse/client.conf) and ensure that "autospawn = no" is present and uncommented. -- 2.47.3

