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

playbin.set_volume is not a function #71

Open drupov opened 10 months ago

drupov commented 10 months ago

On Ubuntu 22.04 LTS I can install the extension through the extension manager and it shows as supported, but it does not work as of error

playbin.set_volume

image

What is the issue? Am I missing a dependency?

drupov commented 10 months ago

I saw a similar ticket - #59 , but it is marked as completed...

wbolster commented 10 months ago

could be a dependency issue. search for ubuntu notes in the readme. does that help?

drupov commented 10 months ago

Thanks for the reply. I had not checked the README :see_no_evil:

However I have this dependency already installed

09:28:28 ~$ sudo apt install gir1.2-gst-plugins-base-1.0
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
gir1.2-gst-plugins-base-1.0 is already the newest version (1.20.1-1ubuntu0.1).
gir1.2-gst-plugins-base-1.0 set to manually installed.
0 upgraded, 0 newly installed, 0 to remove and 1 not upgraded.
szpak commented 10 months ago

There should be a clear error in the logs, but due to https://github.com/wbolster/nothing-to-say/pull/68#pullrequestreview-1703050050 it might be missing in the latest version. @axxapy what do you think about a small improvement?

Update. In the past also a red error message was visible in the extension settings page, but I don't how it looks like in the latest version.

szpak commented 8 months ago

@axxapy ↑↑↑?