wbolster / nothing-to-say

gnome shell extension to only unmute the microphone when you have something to say
GNU General Public License v2.0
247 stars 22 forks source link

Icon on top bar is the same when muted or unmuted #31

Closed koshyviv closed 3 years ago

koshyviv commented 3 years ago

So as the title says, the icon does not change. So I'm not able to verify if I'm currently muted or not.

This is how it looks when muted: image

This when unmuted: image

Could you let me know how i can debug this issue?

Details: OS - Ubuntu 20.04.2 LTS Gnome Version - 3.36.8

wbolster commented 3 years ago

maybe this is a problem with your theme? it shows up correctly for me. also in the osd (on screen display, the large popup thingy); how does that look for you?

koshyviv commented 3 years ago

So i do see the OSD correctly, it does show up. The issue that I'm facing is that, by looking at my screen i have no way to tell if I'm currently muted or not - I think this used to show up in my previous laptop, there used to be a slash across the mic icon when muted, so I'm not sure if I'm missing out on something

demo

wbolster commented 3 years ago

again, this may be an icon theme issue. the extension uses (should use?) the microphone-sensitivity-high-symbolic and microphone-sensitivity-muted-symbolic icons, and that results in the right icons, at least with the default Adwaita on my machine.

koshyviv commented 3 years ago

Ah, you are right - my icon theme (McMojave Circle la-capitaine-icon-theme) was interfering with it. It has the same icon for the labels you mentioned. Thank you!

wbolster commented 3 years ago

glad you sorted it out! maybe file a bug for the theme: it's apparently using the wrong icon for microphone-sensitivity-muted-symbolic

koshyviv commented 3 years ago

You're right, have filed a bug for it, Thanks!