From: Silvio Rhatto Date: Tue, 6 Aug 2019 00:27:21 +0000 (-0300) Subject: Fix pulseaudio startup X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=f959cf590d33a5c32a3d005b2c1cfd6e37e9d280;p=rhatto%2Fdotfiles%2Fxsession.git Fix pulseaudio startup --- diff --git a/xsessionrc.dot.link b/xsessionrc.dot.link index 6303399..c3df8e0 100755 --- a/xsessionrc.dot.link +++ b/xsessionrc.dot.link @@ -139,7 +139,10 @@ fi #trap 'kill $(jobs -p)' EXIT # Pulse audio -if which pulseaudio > /dev/null 2>&1; then +if which start-pulseaudio-x11 > /dev/null 2>&1; then + start-pulseaudio-x11 +elif which pulseaudio > /dev/null 2>&1; then + # Works on stretch backwards, but not on buster onwards pulseaudio --start fi