added PULSE_SERVER line to launch script

This commit is contained in:
Bruce Leidl 2018-02-19 19:47:58 -05:00
parent 1369e5d3c8
commit 13fae562f9

View File

@ -19,6 +19,7 @@ cat > /usr/libexec/launch <<- 'EOF'
export DISPLAY=:0
export DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/1000/bus
export XDG_RUNTIME_DIR=/run/user/1000
export PULSE_SERVER=unix:/run/user/host/pulse/native
$@
EOF
chmod +x /usr/libexec/launch