Created attachment 168431 [details] Missing audio indicators controls As of current git master, audio indicators are missing in the Task Manager for task icons and task tooltips of apps playing music. See attached screenshot. While task tooltips do show playback controls, they're missing the volume controls that should be appear below them.
A possibly relevant merge request was started @ https://invent.kde.org/libraries/pulseaudio-qt/-/merge_requests/37
Git commit 9a09133fb368ba400e5748dcf88a32a478d44ea0 by Kai Uwe Broulik. Committed on 01/05/2024 at 08:28. Pushed by broulik into branch 'master'. Stream: Fix client In pulseaudio-qt, client is a *list*, unlike plasma-pa where it was a map where the PulseAudio index was used as key. Fix it by looking for the client in the given list instead. M +8 -1 src/stream.cpp https://invent.kde.org/libraries/pulseaudio-qt/-/commit/9a09133fb368ba400e5748dcf88a32a478d44ea0
Confirmed fixed now. Thanks!