[pulseaudio-tickets] [Bug 93855] Module restore restores volume and mute settings from wrong sink input

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jan 25 08:02:48 PST 2016


https://bugs.freedesktop.org/show_bug.cgi?id=93855

--- Comment #1 from Tanu Kaskinen <tanuk at iki.fi> ---
The purpose of module-stream-restore is to restore the previously set volume
when an application reappears. Using the pid as the identifier would defeat
this purpose, because when an application is restarted, it would look like a
different application if it was identified by its pid.

Sometimes it would be desirable to opt out from restoring the volume for
certain instances of applications, which is maybe what you'd like to do. We
don't have a nice way to do that. It's possible, however, to work around that
by setting an environment variable when starting an application:
PULSE_PROP="module-stream-restore.id=foo".

If you want to disable volume restoring altogether, add the parameter
"restore_volume=false" for module-stream-restore in /etc/pulse/default.pa, or
comment out the module from the configuration (that will have the additional
effect that stream routing won't be restored either).

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160125/29bcd04c/attachment.html>


More information about the pulseaudio-bugs mailing list