Comment 8 for bug 351708

Revision history for this message
Rich Johnson (nixternal) wrote :

Just tested out on Kubuntu Karmic and adding information per Jorge. I cannot reproduce this bug at this time due to the fact gwibber will not even start up. Pasting the output below:

-------
WARNING:root:desktopcouch is not available. . falling back to gconf

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

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

** (gwibber:12444): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
Traceback (most recent call last):
  File "/usr/bin/gwibber", line 57, in <module>
    client.Client()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 106, in __init__
    self.w = GwibberClient()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 186, in __init__
    self.setup_ui()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 236, in setup_ui
    self.account_store.populate_tree()
  File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 162, in populate_tree
    icon = pbfile(resources.icon("gtk-find", use_theme=False))
TypeError: pixbuf_new_from_file() argument 1 must be string, not None