Comment 6 for bug 792355

Revision history for this message
Matthieu Baerts (matttbe) wrote :

Hello,

On Oneiric, Gwibber doesn't work if we doesn't use NetworkManager. I guess my problem is linked to this bug report
This is the traceback:
   $ gwibber-service
      Loading plugin Facebook version 1.1
      Loading plugin StatusNet version 1.1
      Loading plugin Twitter version 1.0
      Loading plugin Identi.ca version 1.1
      Traceback (most recent call last):
        File "/usr/bin/gwibber-service", line 77, in <module>
          connection_monitor = dispatcher.ConnectionMonitor()
        File "/usr/lib/python2.7/dist-packages/gwibber/microblog/dispatcher.py", line 825, in __init__
          if str(self.nm.Get(NM_DBUS_INTERFACE, "Version")) >= "0.8.998":

I think I've fixed this bug in this bzr branch: https://code.launchpad.net/~matttbe/gwibber/fixes-lp-792355
I've proposed this branch for merging into the trunk: https://code.launchpad.net/~matttbe/gwibber/fixes-lp-792355/+merge/63976

I hope it will help you!