From a017116ce9ce3cc7d2fc0a57ca666f790c1e6acc Mon Sep 17 00:00:00 2001 From: Eduard Tolosa Date: Wed, 20 Jan 2021 01:09:40 -0500 Subject: [PATCH] Update 20-machines-profile.sh --- etc/systemd/nspawn/20-machines-profile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/systemd/nspawn/20-machines-profile.sh b/etc/systemd/nspawn/20-machines-profile.sh index d8df738..8f3a1e4 100755 --- a/etc/systemd/nspawn/20-machines-profile.sh +++ b/etc/systemd/nspawn/20-machines-profile.sh @@ -1,5 +1,5 @@ export DISPLAY=":0.0" export LC_ALL="en_US.UTF-8" -export PULSE_SERVER="/tmp/snr_PULSE_SERVER" +export PULSE_SERVER="/tmp/pulse_server" # Fix Qt4 GUIs ("invalid Pixmap or Window parameter") export QT_X11_NO_MITSHM=1