← Back to team overview

gwibber-team team mailing list archive

Using gwibber 2-29 in debian testing

 

Hi, I'm trying to run last gwibber trunk on debian testing. I have alll the dependencies, but I receive this error, running from bin/gwibber:

** (gwibber:25104): WARNING **: Trying to register gtype 'WnckWindowState' as flags when in fact it is of type 'GEnum'

** (gwibber:25104): WARNING **: Trying to register gtype 'WnckWindowActions' as flags when in fact it is of type 'GEnum'

** (gwibber:25104): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
Traceback (most recent call last):
  File "./gwibber", line 67, in <module>
    client.Client()
File "/mnt/enorme/instaladores/gwibber-2.29.91/gwibber/client.py", line 441, in __init__
    self.w = GwibberClient()
File "/mnt/enorme/instaladores/gwibber-2.29.91/gwibber/client.py", line 28, in __init__
    self.model = gwui.Model()
File "/mnt/enorme/instaladores/gwibber-2.29.91/gwibber/gwui.py", line 42, in __init__
    self.settings = util.SettingsMonitor()
File "/mnt/enorme/instaladores/gwibber-2.29.91/gwibber/util.py", line 91, in __init__
    DEFAULT_SETTINGS)
File "/mnt/enorme/instaladores/gwibber-2.29.91/gwibber/microblog/util/couch.py", line 64, in __init__
    self.database = CouchDatabase(dbname, create=True)
File "/usr/lib/pymodules/python2.6/desktopcouch/records/server.py", line 53, in __init__
    port = desktopcouch.find_port(ctx=ctx)
File "/usr/lib/pymodules/python2.6/desktopcouch/__init__.py", line 56, in find_port
    proxy = bus.get_object('org.desktopcouch.CouchDB', '/')
  File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 244, in get_object
    follow_name_owner_changes=follow_name_owner_changes)
File "/usr/lib/pymodules/python2.6/dbus/proxies.py", line 241, in __init__
    self._named_service = conn.activate_name_owner(bus_name)
File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 183, in activate_name_owner
    self.start_service_by_name(bus_name)
File "/usr/lib/pymodules/python2.6/dbus/bus.py", line 281, in start_service_by_name
    'su', (bus_name, flags)))
File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 630, in call_blocking
    message, timeout)
dbus.exceptions.DBusException: org.freedesktop.DBus.Error.Spawn.ChildExited: Process /usr/lib/desktopcouch/desktopcouch-service exited with status 1

I can't find any clue in google about which could be the problem. If someone has some clue, it will be welcome :)

Guillermo



Follow ups