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 360507 - 'Muted' doesn't display any special icon anymore
'Muted' doesn't display any special icon anymore
Status: RESOLVED FIXED
Product: gnome-applets
Classification: Other
Component: mixer
2.16.x
Other Linux
: Normal normal
: ---
Assigned To: gnome-applets Maintainers
gnome-applets Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-10-07 21:44 UTC by Sebastien Bacher
Modified: 2010-01-24 01:07 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16


Attachments
show the mute icon if the mixer is muted (664 bytes, patch)
2006-10-09 23:47 UTC, Marius Gedminas
none Details | Review
current FC6 patch against 2.16.0.1 (4.81 KB, patch)
2006-10-31 00:36 UTC, Matthias Clasen
none Details | Review
patch (480 bytes, patch)
2006-11-16 18:22 UTC, Matthias Clasen
accepted-commit_now Details | Review

Description Sebastien Bacher 2006-10-07 21:44:11 UTC
That bug has been opened on https://launchpad.net/distros/ubuntu/+source/gnome-applets/+bug/64539

"Hi,

Since upgrading to edgy beta from dapper, the mixer applet (volume applet 2.16.1) doesn't display any special icon when I mute the master volume. It used to display a loudspeaker icon with a red line over it.

I have gnome-applets 2.16.1-0ubuntu2.

Thanks!
...
http://librarian.launchpad.net/4703541/volume-applet.jpg
screenshot volume applet

I can confirm this on Edgy Beta,up to date."
Comment 1 Marius Gedminas 2006-10-09 23:47:08 UTC
Created attachment 74378 [details] [review]
show the mute icon if the mixer is muted

Here's a small patch that fixes the bug for me.  It should be pretty obvious what it does: when the mixer is muted, ignore the volume setting and show the "muted" icon.
Comment 2 Ronald Bultje 2006-10-10 01:35:40 UTC
http://cvs.gnome.org/viewcvs/gnome-applets/mixer/applet.c?r1=1.53&r2=1.54

Davyd, can you please explain why the above patch, which clearly breaks things and shouldn't do any such thing, was applied? Or maybe Matthias (I don't know his bugzilla ID) can explain that patch? This really isn't a good idea, things such as volume control should be hellishly stable on a desktop, it may be a good idea to CC me on bugs before applying patches like those...
Comment 3 Danielle Madeley 2006-10-11 07:21:53 UTC
The bug this came from is bug #354986. It seemed to fix a real issue and use less memory in the process. I have to assume you're already receiving bug reports for software that you're interested in.

I now see where it is broken. I didn't test the hardware mute option, so I never discovered it.

Perhaps, in order to mitigate this in the future, we should start writing a testing manual that covers each of the applets and a series of tests that should be conducted on it.
Comment 4 Ronald Bultje 2006-10-11 12:02:43 UTC
I like the testsuite idea.

As for bug report reading, it changes with study load...
Comment 5 Matthias Clasen 2006-10-31 00:35:27 UTC
Yes, sorry for breaking the mute icon. 
I later fixed my patch, but forgot to put it here...
Comment 6 Matthias Clasen 2006-10-31 00:36:26 UTC
Created attachment 75706 [details] [review]
current FC6 patch against 2.16.0.1
Comment 7 Kjartan Maraas 2006-11-16 12:27:10 UTC
I still don't see the mute icon in rawhide. Are you sure this patch works correctly?
Comment 8 Matthias Clasen 2006-11-16 18:21:45 UTC
Here is a patch I needed to make the mute icon work in 2.16.1
Comment 9 Matthias Clasen 2006-11-16 18:22:30 UTC
Created attachment 76715 [details] [review]
patch
Comment 10 Ronald Bultje 2006-11-16 19:13:26 UTC
Please apply ASAP, let's try to have this ready in 2.16.2 (and hope all distros update accordingly).
Comment 11 Matthias Clasen 2006-11-17 16:27:23 UTC
2006-11-17  Matthias Clasen <mclasen@redhat.com>

        * mixer/applet.c: Fix mute icon.  (#360507)