Comment 2 for bug 446683

Revision history for this message
komputes (komputes) wrote :

komputes@karmic:~$ gwibber
WARNING:root:desktopcouch is not available. . falling back to gconf

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

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

** (gwibber:27336): WARNING **: Trying to register gtype 'WnckWindowMoveResizeMask' as flags when in fact it is of type 'GEnum'
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 561, in change_view
    self.update_view()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 625, in update_view
    self.content_view.display_page("home.mako", messages)
  File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 274, in display_page
    template_path = os.path.join(theme_path, template_name)
  File "/usr/lib/python2.6/posixpath.py", line 67, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 561, in change_view
    self.update_view()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 625, in update_view
    self.content_view.display_page("home.mako", messages)
  File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 274, in display_page
    template_path = os.path.join(theme_path, template_name)
  File "/usr/lib/python2.6/posixpath.py", line 67, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
ERROR:dbus.connection:Exception in handler for D-Bus signal:
Traceback (most recent call last):
  File "/usr/lib/pymodules/python2.6/dbus/connection.py", line 214, in maybe_handle_message
    self._handler(*args, **kwargs)
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 595, in on_loading_complete
    self.update_view()
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 625, in update_view
    self.content_view.display_page("home.mako", messages)
  File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 274, in display_page
    template_path = os.path.join(theme_path, template_name)
  File "/usr/lib/python2.6/posixpath.py", line 67, in join
    elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
^CTraceback (most recent call last):
  File "/usr/bin/gwibber", line 58, in <module>
    gtk.main()
KeyboardInterrupt