Comment 2 for bug 534975

Revision history for this message
ben (drache-deactivatedaccount) wrote :

Sorry for the inconvenience, but…

Even after I did the following:

# patch -p0 /usr/lib/listen/widget/htmlview.py < /home/ben/webkit-inf-1.0.3.patch

listen_0.6.5-0 (from the jaunty ppa) won't start…

It still told me:

/usr/lib/listen/widget$ listen
No musicbrainz support (musicbrainz2 missing)
location: /usr/lib/xulrunner-1.9.0.19/libxpcom.so
before 3
No Audio cd support (musicbrainz2 missing)
Traceback (most recent call last):
  File "listen", line 213, in <module>
    ListenApp()
  File "listen", line 131, in __init__
    self.listen_instance = Listen()
  File "/usr/lib/listen/widget/listen.py", line 95, in __init__
    self.source_ui = SourceUI()
  File "/usr/lib/listen/widget/source_ui.py", line 163, in __init__
    "wikipedia":WikipediaSource(),
  File "/usr/lib/listen/source/wikipedia.py", line 349, in __init__
    item = WikipediaItem()
  File "/usr/lib/listen/source/__init__.py", line 93, in __init__
    if not self.widget: self.widget = self.widget_klass()
  File "/usr/lib/listen/source/wikipedia.py", line 57, in __init__
    self.embed = HtmlView()
  File "/usr/lib/listen/widget/htmlview.py", line 86, in __init__
    self.embed.connect("navigation-policy-decision-requested", self.__webkit_link_uri_cb)
TypeError: <webkit.WebView object at 0xa1450cc (WebKitWebView at 0x9517ae0)>: unknown signal name: navigation-policy-decision-requested

:(