From 234addd2128e18c57915931a76c066c5dea01d1e Mon Sep 17 00:00:00 2001 From: Sylvain Herlédan Date: Fri, 10 Jan 2020 10:11:15 +0000 Subject: Pulseaudio initialization failed on some systems, xinitrc script updated to launch pulseaudio using systemd as a user --- xinitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xinitrc') diff --git a/xinitrc b/xinitrc index 607f719..82132aa 100644 --- a/xinitrc +++ b/xinitrc @@ -17,7 +17,7 @@ xset -b [ -x "/usr/bin/numlockx" ] && numlockx on [ -x "/usr/bin/dunst" ] && exec dunst & -[ -x "/usr/bin/pulseaudio" ] && exec pulseaudio --start & +[ -x "/usr/bin/pulseaudio" ] && exec systemctl --user start pulseaudio & [ -x "/usr/bin/redshift" ] && exec redshift -l 48.390929:-4.487095 & [ -f "${hostxinit}" ] && . "${hostxinit}" -- cgit v1.2.3-70-g09d2