mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-10 13:29:58 -05:00
start-pulseaudio-x11: don't start a local sound server if a remote sound server is configured
This commit is contained in:
parent
ad12d7d4b0
commit
edba78c8e0
1 changed files with 2 additions and 0 deletions
|
|
@ -19,6 +19,8 @@
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
[ -z "$PULSE_SERVER" ]
|
||||||
|
|
||||||
@PA_BINARY@ --start "$@"
|
@PA_BINARY@ --start "$@"
|
||||||
|
|
||||||
if [ x"$DISPLAY" != x ] ; then
|
if [ x"$DISPLAY" != x ] ; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue