GNOME Bugzilla – Bug 330508
mixer applet shouldn't use stock_volume-0 for volume > 0
Last modified: 2010-01-24 01:06:40 UTC
The mixer applet should use stock_volume-0 only for volume = 0. See bug 330245. I suggest to use -min for 0% < volume <= 33%, -med for 33% < volume <= 66% and -max for volume > 66%
*** Bug 330507 has been marked as a duplicate of this bug. ***
*** Bug 330585 has been marked as a duplicate of this bug. ***
Created attachment 59106 [details] [review] use only min, med and max icons for volume > 0
Damn, missed looking at this one for the last release. Looks correct in theory. Marking up.
Ok. This behaviour seems to make more sense to me. I wondered if perhaps we should be considering something logarithmic, but it seems like an overkill. 2006-02-14 Davyd Madeley <davyd@madeley.id.au> * applet.c: Uses volume-0 for mute, 1 step for 0 < v < 33%, 2 steps for 33% < v < 66% and 3 steps for 66% < v < max. Patch from Jan Arne Petersen <jpetersen@jpetersen.org>. Closes #330508.
*** Bug 330245 has been marked as a duplicate of this bug. ***
*** Bug 330810 has been marked as a duplicate of this bug. ***