Revert "Revert "Revert "Added pulse environment variables to snap wrappers."""

This reverts commit 34020712c3ab9b96f302fcc116c617dc2eb346a1.
This commit is contained in:
casey langen 2020-04-07 17:36:57 -07:00
parent 34020712c3
commit 743848e12c
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 )"
PULSE_RUNTIME_PATH=/var/run/pulse PULSE_SYSTEM=1 LANG=C.UTF-8 "${DIR}/musikcube"
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 )"
PULSE_RUNTIME_PATH=/var/run/pulse PULSE_SYSTEM=1 LANG=C.UTF-8 "${DIR}/musikcubed" "$@"
LANG=C.UTF-8 "${DIR}/musikcubed" "$@"