Added pulse environment variables to snap wrappers.

This commit is contained in:
casey langen 2020-04-07 10:05:46 -07:00
parent 688dafcdb4
commit 1c974ca141
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -eu
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
LANG=C.UTF-8 "${DIR}/musikcube"
PULSE_RUNTIME_PATH=/var/run/pulse PULSE_SYSTEM=1 LANG=C.UTF-8 "${DIR}/musikcube"

View File

@ -1,4 +1,4 @@
#!/bin/bash
set -eu
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )"
LANG=C.UTF-8 "${DIR}/musikcubed" "$@"
PULSE_RUNTIME_PATH=/var/run/pulse PULSE_SYSTEM=1 LANG=C.UTF-8 "${DIR}/musikcubed" "$@"