Hi, This patch has been contributed through Debian's bug tracker. Please review it and consider accepting it to the project's code base if you find it useful.
Thanks, Balint
From d541200827cfdb2e1d4722b9ef5a49ffabc6f659 Mon Sep 17 00:00:00 2001 From: Balint Reczey <[email protected]> Date: Sun, 13 Apr 2014 20:02:57 +0200 Subject: [PATCH 4/4] daemon: Don't start PA for X session when it is already running Credits: vjm at https://bbs.archlinux.org is the original author Origin: https://bbs.archlinux.org/viewtopic.php?pid=1164699#p1164699 BugLink: http://bugs.debian.org/743813 --- src/daemon/start-pulseaudio-x11.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/daemon/start-pulseaudio-x11.in b/src/daemon/start-pulseaudio-x11.in index 747e8ae..9bafbf3 100755 --- a/src/daemon/start-pulseaudio-x11.in +++ b/src/daemon/start-pulseaudio-x11.in @@ -24,9 +24,9 @@ if @PA_BINARY@ --check; then EXIT_WITH_X_SESSION=no else EXIT_WITH_X_SESSION=yes + @PA_BINARY@ --start "$@" fi -@PA_BINARY@ --start "$@" if [ x"$DISPLAY" != x ] ; then -- 1.7.10.4
signature.asc
Description: OpenPGP digital signature
_______________________________________________ pulseaudio-discuss mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss
