Comment 18 for bug 1553518

Revision history for this message
Alin Andrei (nilarimogard) wrote :

I spoke too soon, simply installing python-dbus fixed that. But then the following error occured:

$ anoise
Traceback (most recent call last):
  File "/usr/share/anoise/anoise.py", line 26, in <module>
    from preferences import Preferences
  File "/usr/share/anoise/preferences.py", line 22, in <module>
    gi.require_version('WebKit', '3.0')
  File "/usr/lib/python2.7/dist-packages/gi/__init__.py", line 118, in require_version
    raise ValueError('Namespace %s not available' % namespace)
ValueError: Namespace WebKit not available

This was fixed by installing gir1.2-webkit-3.0.

Now Anoise works, but only via its GUI. Trying to use it from the Ubuntu Sound Indicator doesn't work: clicking play there doesn't do anything.