linuxscripts/etc/systemd/nspawn/20-machines-profile.sh
2021-01-20 01:09:40 -05:00

5 lines
170 B
Bash
Executable file

export DISPLAY=":0.0"
export LC_ALL="en_US.UTF-8"
export PULSE_SERVER="/tmp/pulse_server"
# Fix Qt4 GUIs ("invalid Pixmap or Window parameter")
export QT_X11_NO_MITSHM=1