Comment 3 for bug 1071483

Revision history for this message
Jendrik Seipp (jendrikseipp) wrote :

You can run pogo without dbus if you change line 24 in the file DBus.py from

MOD_INFO = ('D-Bus Support', 'D-Bus Support', '', [], True, False)
to
MOD_INFO = ('D-Bus Support', 'D-Bus Support', '', [], False, False)

Does it work then? Do you have the latest version 0.8-1~549 from the PPA?