From bc8c735f4b5f8979fac30bd66213d00d02bf4bd2 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 12 Mar 2018 22:04:39 +0000 Subject: tests/integration/indicator-sound-test-base.cpp: The desktop pulseaudio daemon also needs the stream-restore module these days. --- tests/integration/indicator-sound-test-base.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests') 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" )); -- cgit v1.2.3