GNOME Bugzilla – Bug 137307
alsamixer element and the mixer applet
Last modified: 2004-12-22 21:47:04 UTC
I'm not quite sure what the difference in the elements is, but when the gnome mixer_applet uses ossmixer, the volume control is fine. When using alsamixer, the mixer_applet constantly decreases the volume, about one notch per second. It seems like the mixer_applet sets the volume then reads it back, but it reads it back as (n-1) to the (n) it set.. so it sets the volume to (n-1) and reads it back as (n-2), etc. The gnome_volume_control application seems to work fine, it's just the mixer applet. How does one debug a panel applet? I don't know how to get access to stdout or to run it with different gst-debug flags
Attaching a patch that makes the mixer applet round to the nearest representative value for slider<->mixer conversions instead of always rounding down.
Created attachment 25685 [details] [review] Patch to round to nearest representative value
Thanks for the patch. The way to debug is to run the applet binary from the command line, and then add it to the panel using the usual right click menu on the panel.
*** Bug 136654 has been marked as a duplicate of this bug. ***
Patch applied. Thanks a lot Jan! This will be in 2.6.1