Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sound should display different icon when muted #12393

Open
benmccann opened this issue Sep 15, 2024 · 2 comments
Open

Sound should display different icon when muted #12393

benmccann opened this issue Sep 15, 2024 · 2 comments
Labels

Comments

@benmccann
Copy link

Distribution

Ubuntu 24.04.1 LTS

Package version

Cinnamon 6.0.4

Graphics hardware in use

No response

Frequency

Always

Bug description

When muting the sound it will show a muted symbol for a second:

Screenshot from 2024-09-14 20-43-59

Then it will switch to a music symbol:

Screenshot from 2024-09-14 20-43-47

Steps to reproduce

Mute the sound

Expected behavior

It should stay a muted symbol

Additional information

When clicking the music icon it says "Chrome - Stopped"

@benmccann benmccann added the BUG label Sep 15, 2024
@ygerlach
Copy link

If you have music running (:musical_note: icon shown) and then mute your system, it shows the muted icon for 3 seconds and then switches back. See this contant:

const OUTPUT_ICON_SHOW_TIME_SECONDS = 3;

So it looks to me, like this is a design decision. Is there a reason, why the current music player is more important than the mute icon?

@benmccann
Copy link
Author

Oh, I see. It seems that it is trying to display the current volume for three seconds when adjusting the volume and then switches to show the music player icon. This makes sense when adjusting the volume, but is a bit funny when the sound is muted

One of the things that's frustrating here is that even with the sound unmuted, my computer isn't actually playing any sound. I guess I must have some tab in Chrome which has a paused video or something, but it's super difficult to figure out which one that might be. It just says "Chrome - Stopped". After a lot of searching I found chrome://media-internals/, which helped me find one webpage with an ad containing a stopped video, but it shows two other stopped audio sources with not enough detail to figure out where they're coming from or what they are.

I find myself jumping on to zoom calls and not realizing the sound is muted, which frequently added an extra minute or two of frustration to the beginning of a call trying to figure out where the problem resides. Now I know it's one of the first things to check, but would still prefer to see it at a glance before hopping on a call instead of having to right-click the icon after something's gone wrong

There are a few potential changes that could be made here:

  • the music note could only be shown if there's actually audio playing and not if there's stopped audio
  • mute could be considered to be not the same as other volume changes such that the mute icon is always shown when muted
  • the mute icon currently uses a much lighter shading. Perhaps that same lighter fill color should be used on the music note icon when muted if we do not prefer showing the mute icon. It could also potentially have a diagonal line drawn through it the same as the mute icon. This would indicate that a music player is open, but muted

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants