RPi-Distro / repo

Issue tracking for the archive.raspberrypi.org repo
37 stars 1 forks source link

When changing volume settings from the terminal with `pactl` the volume panel applet is not updated #290

Closed lucatrv closed 2 years ago

lucatrv commented 2 years ago

This issue can be reproduced by issuing the following command from the terminal:

pactl set-sink-volume @DEFAULT_SINK@ 50%

The volume panel applet is not updated and still shows the previous volume setting. You need to right click on it to update.

When trying the same under GNOME, its volume panel applet is updated automatically as expected.

XECDesign commented 2 years ago

@spl237

spl237 commented 2 years ago

wontfix - the plugin would need to constantly poll the volume to see if it has changed, which is inefficient. The volume should only be changed using the plugin, which is what it is there for!

lucatrv commented 2 years ago

Apparently this issue has been fixed anyway, the volume panel applet is now automatically updated when changing volume settings from the terminal with pactl.