diff --git a/profile.d/00-pengwin.sh b/profile.d/00-pengwin.sh index 5f57bc2..a911832 100644 --- a/profile.d/00-pengwin.sh +++ b/profile.d/00-pengwin.sh @@ -71,7 +71,9 @@ setup_display() { setup_interop fi - pulseaudio --start >/dev/null 2>&1 + unset PULSE_SERVER + pulseaudio --enable-memfd=FALSE --disable-shm=TRUE --log-target=syslog --start >/dev/null 2>&1 + return fi