#164
帖子
由 daf3707 » 2008-07-19 22:56
ServerError: Traceback (most recent call last):
File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 316, in message_show_cb
osd_msg.show(message, timeout)
File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 122, in show
msg.timeout = self.getprop('hide_timeout')
File "/var/lib/python-support/python2.5/gnomeosd/server.py", line 114, in getprop
return prefs[name]
File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 103, in __getitem__
return self.__gconf_get(key)
File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 70, in __gconf_get
val = self.__value_to_python(val)
File "/var/lib/python-support/python2.5/gnomeosd/gconfsync.py", line 43, in __value_to_python
if value.type == gconf.VALUE_BOOL:
AttributeError: 'NoneType' object has no attribute 'type'
ServerError: <type 'exceptions.KeyError'>: u'osd_vposition'
没装gnome-osd还好,装了出现这个