Comment 6 for bug 1553518

Revision history for this message
Belenos (belenos) wrote :

Hey, Robert! Try this:

sudo gedit /usr/share/anoise/anoise.py

Go to line 19:

import gi, os, threading

Change to the following lines and save it:

import gi, os, threading
gi.require_version('Gtk', '3.0'), gi.require_version('Gst', '1.0')

Now:

sudo gedit /usr/share/anoise/preferences.py

Got to line 21:

from gi.repository import Gtk, WebKit

Remove the comma and "WebKit" at the end and save it.

Now try to open "anoise" from Terminal and see if there's still any error.