This is an automated email from the git hooks/post-receive script. x2go pushed a commit to branch feature/openbox-magic-pixel-workaround-buster in repository live-build-x2go. commit 59851f51fefb91f42f1c3ec0936c01456e234620 Author: Stefan Baur <kontakt@baur-itcs.de> Date: Fri Aug 23 10:49:01 2019 +0200 added unix sockets stuff to pulseaudio spawning command so FreeRDP can use audio as well --- config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-pulseaudio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-pulseaudio b/config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-pulseaudio index 47e9531..88c576d 100644 --- a/config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-pulseaudio +++ b/config/includes.chroot/etc/X11/Xsession.d/60x11-spawn-pulseaudio @@ -1,6 +1,6 @@ # Spawn PulseAudio if ! ps -C pulseaudio >/dev/null && [ -x /usr/bin/pulseaudio ] ; then - pulseaudio -D -n -L 'module-native-protocol-tcp port=4713' -L 'module-udev-detect' --exit-idle-time=65535 & + pulseaudio -D -n -L 'module-native-protocol-tcp port=4713' -L 'module-udev-detect' -L 'module-native-protocol-unix' --exit-idle-time=65535 & echo -en "\n$(date +'%F | %T | ')'$0' spawned PulseAudio." | tee -a /dev/tty8 else echo -en "\n$(date +'%F | %T | ')'$0' Not spawning Pulseaudio - already running (MiniDesktop active?) or executable not found." | tee -a /dev/tty8 -- Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/live-build-x2go.git