summaryrefslogtreecommitdiffstats
path: root/debian/patches/disable-autospawn.patch
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:03:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 16:03:19 +0000
commit9e3a6355172d4502a56db0ad3410b916980e6a76 (patch)
tree756fd792d3087d62e1dfe774385bac916585593e /debian/patches/disable-autospawn.patch
parentAdding upstream version 14.2. (diff)
downloadpulseaudio-debian/14.2-2.tar.xz
pulseaudio-debian/14.2-2.zip
Adding debian version 14.2-2.debian/14.2-2debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/patches/disable-autospawn.patch')
-rw-r--r--debian/patches/disable-autospawn.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/disable-autospawn.patch b/debian/patches/disable-autospawn.patch
new file mode 100644
index 0000000..4f43d0b
--- /dev/null
+++ b/debian/patches/disable-autospawn.patch
@@ -0,0 +1,21 @@
+From: Felipe Sateler <fsateler@debian.org>
+Date: Fri, 26 Feb 2021 19:29:30 -0300
+Subject: Disable autospawn by default
+
+---
+ src/pulse/client-conf.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/pulse/client-conf.c b/src/pulse/client-conf.c
+index 1daaf91..bf88723 100644
+--- a/src/pulse/client-conf.c
++++ b/src/pulse/client-conf.c
+@@ -63,7 +63,7 @@ static const pa_client_conf default_conf = {
+ .cookie_from_x11_valid = false,
+ .cookie_file_from_application = NULL,
+ .cookie_file_from_client_conf = NULL,
+- .autospawn = true,
++ .autospawn = false,
+ .disable_shm = false,
+ .disable_memfd = false,
+ .shm_size = 0,