Gwibber的问题

上网、浏览、聊天、下载等
回复
头像
Jactry
帖子: 30
注册时间: 2009-01-14 11:55

Gwibber的问题

#1

帖子 Jactry » 2010-03-27 10:35

Gwibber不能启动,请求解答 :em01
在终端运行错误如下:

代码: 全选

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

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

** (gwibber:8124): 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 50, in <module>
    from gwibber import client
  File "/usr/lib/python2.6/dist-packages/gwibber/client.py", line 3, in <module>
    import gtk, gobject, gwui, util, resources, actions, json, gconf
  File "/usr/lib/python2.6/dist-packages/gwibber/gwui.py", line 2, in <module>
    import os, json, urlparse, resources, util
  File "/usr/lib/python2.6/dist-packages/gwibber/util.py", line 2, in <module>
    from microblog.util.couch import RecordMonitor
  File "/usr/lib/python2.6/dist-packages/gwibber/microblog/util/couch.py", line 10, in <module>
    OAUTH_DATA = desktopcouch.local_files.get_oauth_tokens()
  File "/usr/lib/python2.6/dist-packages/desktopcouch/local_files.py", line 112, in get_oauth_tokens
    raise NoOAuthTokenException(config_file_name)
desktopcouch.local_files.NoOAuthTokenException: OAuth details were not found in the ini file (/home/jactry/.config/desktop-couch/desktop-couchdb.ini)
回复