https://bugs.kde.org/show_bug.cgi?id=504169
Bug ID: 504169 Summary: Changing PipeWire node channel volumes on the CLI doesn't update the volume widget Classification: Plasma Product: plasmashell Version: 6.3.5 Platform: Arch Linux OS: Linux Status: REPORTED Severity: normal Priority: NOR Component: Audio Volume widget Assignee: plasma-b...@kde.org Reporter: x...@hakkerit.net CC: isma...@gmail.com Target Milestone: 1.0 SUMMARY Changing PipeWire node channel volumes on the CLI doesn't update the volume widget. If we run pw-cli e 119 Props we can see that moving the slider changes the channelVolumes property, but not vice versa. STEPS TO REPRODUCE 1. Play some audio in the background 2. Find the ID of the PipeWire node playing said audio with pw-cli list-objects Node 3. Run pw-cli s <node_id> Props '{ mute: false, channelVolumes: [ 1.0, 1.0 ] }' , substituting node_id with your node ID OBSERVED RESULT Open the audio widget and notice how the audio slider for the application hasn't moved even though volume levels have changed EXPECTED RESULT The audio slider(s) should have moved to represent the new values. SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.3.5 KDE Frameworks Version: 6.14.0 Qt Version: 6.9.0 Kernel Version: 6.14.6-arch1-1 (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 5800X 8-Core Processor Memory: 19.4 GiB of RAM Graphics Processor: AMD Radeon RX 6600 ADDITIONAL NOTES I tried wrapping the commands in a code block, but couldn't figure out the text formatting. If someone could point me to how to format the text, I'd be more than happy to do so. -- You are receiving this mail because: You are watching all bug changes.