gnome-shell-extension-do-not-disturb icon indicating copy to clipboard operation
gnome-shell-extension-do-not-disturb copied to clipboard

Unmutes audio when it shouldn't

Open kylecorry31 opened this issue 6 years ago • 4 comments
trafficstars

Developer fixing.

kylecorry31 avatar Feb 07 '19 18:02 kylecorry31

It needs to be able to detect if the audio is muted, and this may be tricky

kylecorry31 avatar Mar 31 '19 22:03 kylecorry31

States: DND enabled -> audio was muted already (do nothing) -> DND disabled -> audio stays muted (do nothing) DND enabled -> audio not muted (mute) -> DND disabled -> audio not muted (unmute) DND enabled -> audio not muted (mute) -> user unmutes audio -> user mutes audio -> DND disabled -> audio stays muted (do nothing)

kylecorry31 avatar Apr 03 '19 14:04 kylecorry31

I've noticed that the audio unmutes when the screensaver/blank screen activates. I can actually hear my speakers click a little bit when my screen fades out. Is that a symptom of this bug or a different issue?

rnhurt avatar Apr 16 '19 12:04 rnhurt

That problem is because it unmutes the audio when the extension is disabled if the setting is on for that, and because it can't tell if it was already muted (this bug), it just unmutes it. Until it is fixed, I would recommend just turning off the setting to mute audio. But honestly, I am considering just removing the mute feature because it has a lot of edge cases that are undesirable both if handled or left alone for some people

kylecorry31 avatar Apr 19 '19 10:04 kylecorry31