Open shuber2 opened 1 year ago
I have implemented a first proof-of-concept that would avoid calling the corresponding commands above. Comments are welcome.
I have pushed another approach through a wrapper script. The advantage of this approach is that it only fixes the issue for those with an old pactl. Newer versions of pactl will be shipped moderately soon, so this wrapper script as a temporary measure seems to be reasonable.
Comments are welcome.
The pactl-widget uses pactl commands get-sink-{volume,mute}, which are not provided by older pactl version, like the one in current Debian bullseye.
pactl list
orpactl list sinks
could be alternatives.