Summary: | plasma-pa mishandles virtual streams, creates issues with PulseEffects | ||
---|---|---|---|
Product: | [Plasma] plasma-pa | Reporter: | Filip Fila <filipfila.kde> |
Component: | general | Assignee: | David Rosca <nowrep> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, nate, plasma-bugs, rdieter |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-pa/974bd408f719aeb7640b522d2813f314b5535306 | Version Fixed In: | 5.13.2 |
Sentry Crash Report: |
Description
Filip Fila
2018-06-15 23:27:31 UTC
1. + 2. are bugs in device manager as you said, not plasma-pa. 3. should be fixed with https://phabricator.kde.org/D13568 (In reply to David Rosca from comment #1) > 1. + 2. are bugs in device manager as you said, not plasma-pa. > > 3. should be fixed with https://phabricator.kde.org/D13568 That's awesome! Thank you for such a quick reply and fix. I can also test it in 5.13.1 and then report back. Git commit 974bd408f719aeb7640b522d2813f314b5535306 by David Rosca. Committed on 26/06/2018 at 08:35. Pushed by drosca into branch 'Plasma/5.13'. SinkModel: Ignore virtual sinks for preferredSink Preferred sink is used for volume control with media keys, so it should be controlling real hardware volume instead of virtual devices. FIXED-IN: 5.13.1 Differential Revision: https://phabricator.kde.org/D13568 M +5 -0 src/device.cpp M +10 -0 src/device.h M +1 -1 src/pulseaudio.cpp https://commits.kde.org/plasma-pa/974bd408f719aeb7640b522d2813f314b5535306 |