Closed qebrow closed 1 year ago
Thank you for Time++.
I can't reproduce this error. The provided .ogg sounds play well on the current Manjaro with the newest GNOME 43.1.
Closing because the new version of the extension has a simpler approach to playing sound.
Please fix the sound play. In
lib/sound_player.js
is methodset_sound_uri
. In this method is linethis.playbin.uri = sound_uri;
, but it doesn't work on my computer. After this line I was add the linethis.playbin.set_property('uri', sound_uri);
, and after reboot of my computer it works for me. Tested on Gnome 3.30.2 Debian GNU/Linux 10 (buster). Thank you.