Blame SOURCES/pulseaudio-autostart.patch

a458f2
--- pulseaudio-13.99.1/src/daemon/start-pulseaudio-x11.in	2020-05-11 17:35:39.857484912 +0200
a458f2
+++ pulseaudio-13.99.1.new/src/daemon/start-pulseaudio-x11.in	2020-05-11 17:35:53.041199783 +0200
e44045
@@ -17,6 +17,9 @@
e44045
 
e44045
 set -e
e44045
 
e44045
+# probe to test if autospawn works, else resort to starting manually
e44045
+@PACTL_BINARY@ info > /dev/null 2>&1 || @PA_BINARY@ --start "$@"
e44045
+
e44045
 if [ x"$DISPLAY" != x ] ; then
e44045
 
a458f2
     @PACTL_BINARY@ load-module module-x11-publish "display=$DISPLAY xauthority=$XAUTHORITY" > /dev/null