mirror of
https://github.com/edu4rdshl/linuxscripts.git
synced 2026-07-18 07:34:45 +00:00
5 lines
174 B
Bash
Executable file
5 lines
174 B
Bash
Executable file
export DISPLAY=":0.0"
|
|
export LC_ALL="en_US.UTF-8"
|
|
export PULSE_SERVER="/tmp/snr_PULSE_SERVER"
|
|
# Fix Qt4 GUIs ("invalid Pixmap or Window parameter")
|
|
export QT_X11_NO_MITSHM=1
|