diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-03-12 22:04:39 +0000 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2019-08-28 20:27:35 +0200 |
commit | bc8c735f4b5f8979fac30bd66213d00d02bf4bd2 (patch) | |
tree | bdeb2e9ce75cccd74af10dd61957b5fcd9b093ce /tests/integration | |
parent | 3c0cde7d6eb27a56d57323631b9dafc83cf1fbe8 (diff) | |
download | ayatana-indicator-sound-bc8c735f4b5f8979fac30bd66213d00d02bf4bd2.tar.gz ayatana-indicator-sound-bc8c735f4b5f8979fac30bd66213d00d02bf4bd2.tar.bz2 ayatana-indicator-sound-bc8c735f4b5f8979fac30bd66213d00d02bf4bd2.zip |
tests/integration/indicator-sound-test-base.cpp: The desktop pulseaudio daemon also needs the stream-restore module these days.
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/indicator-sound-test-base.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/integration/indicator-sound-test-base.cpp b/tests/integration/indicator-sound-test-base.cpp index a5e3524..2eed807 100644 --- a/tests/integration/indicator-sound-test-base.cpp +++ b/tests/integration/indicator-sound-test-base.cpp @@ -309,6 +309,7 @@ void IndicatorSoundTestBase::startPulseDesktop(DevicePortType speakerPort, Devic << QString("--load=module-null-sink sink_name=indicator_sound_test_headphones sink_properties=device.bus=%1").arg(getDevicePortString(headphonesPort)) << QString("--load=module-null-sink sink_name=indicator_sound_test_mic") << "--log-target=file:/tmp/pulse-daemon.log" + << QString("--load=module-stream-restore restore_device=false restore_muted=false fallback_table=\"%1\"").arg(STREAM_RESTORE_TABLE) << "--load=module-dbus-protocol" << "--load=module-native-protocol-tcp auth-ip-acl=127.0.0.1" )); |