| Summary: | Audio Volume level settings not saved across logins. | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma-pa | Reporter: | Fred Wells <fredcwells> |
| Component: | general | Assignee: | David Rosca <nowrep> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | nate, plasma-bugs-null |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Fred Wells
2019-02-14 22:43:26 UTC
You need to enable module-device-restore and if you want also module-stream-restore Pulseaudio modules. How is that accomplished? There are no user accessible options to enable any PA modules in KDE that I can find. So, I managed to find pacmd enable-module for this purpose. Of course, this is not a general user solution even if it worked, which it doesn't. :(
These modules are now enabled, as indicated here...
$ pacmd list-modules | grep restore
name: <module-device-restore>
module.description = "Automatically restore the volume/mute state of devices"
name: <module-stream-restore>
module.description = "Automatically restore the volume/mute/device state of streams"
name: <module-card-restore>
module.description = "Automatically restore profile of cards"
name: <module-default-device-restore>
module.description = "Automatically restore the default sink and source"
If you have those modules loaded then it should work. plasma-pa is just volume control application, it doesn't handle anything else (including restoring old volume), that's PulseAudio's job. |