When I try to run Lollypop, the application immediatelly crashes.
This is what it shows when I try to run it in console
:~$ lollypop
Traceback (most recent call last):
File "/usr/bin/lollypop", line 45, in <module>
from lollypop.application import Application
File "/usr/lib/python3/dist-packages/lollypop/application.py", line 15, in <module>
gi.require_version("GstAudio", "1.0")
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GstAudio not available
This is what it shows when I try to run it in console
:~$ lollypop
Traceback (most recent call last):
File "/usr/bin/lollypop", line 45, in <module>
from lollypop.application import Application
File "/usr/lib/python3/dist-packages/lollypop/application.py", line 15, in <module>
gi.require_version("GstAudio", "1.0")
File "/usr/lib/python3/dist-packages/gi/__init__.py", line 129, in require_version
raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace GstAudio not available
Comment