After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 330508 - mixer applet shouldn't use stock_volume-0 for volume > 0
mixer applet shouldn't use stock_volume-0 for volume > 0
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: mixer
git master
Other All
: High minor
: 2.14
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
: 330245 330507 330585 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-02-09 10:05 UTC by Jan Arne Petersen
Modified: 2010-01-24 01:06 UTC
See Also:
GNOME target: ---
GNOME version: 2.13/2.14


Attachments
use only min, med and max icons for volume > 0 (254 bytes, patch)
2006-02-10 22:14 UTC, Jan Arne Petersen
none Details | Review

Description Jan Arne Petersen 2006-02-09 10:05:50 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%
Comment 1 Olav Vitters 2006-02-09 10:30:34 UTC
*** Bug 330507 has been marked as a duplicate of this bug. ***
Comment 2 Olav Vitters 2006-02-09 22:36:06 UTC
*** Bug 330585 has been marked as a duplicate of this bug. ***
Comment 3 Jan Arne Petersen 2006-02-10 22:14:49 UTC
Created attachment 59106 [details] [review]
use only min, med and max icons for volume > 0
Comment 4 Danielle Madeley 2006-02-13 07:15:49 UTC
Damn, missed looking at this one for the last release. Looks correct in theory. Marking up.
Comment 5 Danielle Madeley 2006-02-14 01:07:40 UTC
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.
Comment 6 Rodney Dawes 2006-02-14 21:25:30 UTC
*** Bug 330245 has been marked as a duplicate of this bug. ***
Comment 7 Tim-Philipp Müller 2006-03-08 10:32:11 UTC
*** Bug 330810 has been marked as a duplicate of this bug. ***