Comment #24 on issue 82 by tianshuo: 输入法候选词条有时会消失
http://code.google.com/p/ibus/issues/detail?id=82

Starting ibus-daemon OK
/var/lib/python-support/python2.6/dbus/connection.py:242:  
DeprecationWarning:
object.__init__() takes no parameters
   super(Connection, self).__init__(*args, **kwargs)
/var/lib/python-support/python2.6/dbus/connection.py:242:  
DeprecationWarning:
object.__init__() takes no parameters
   super(Connection, self).__init__(*args, **kwargs)
Starting ibus-conf OK
Starting ibus-ui-gtk OK
Starting ibus-x11 OK
/var/lib/python-support/python2.6/dbus/connection.py:242:  
DeprecationWarning:
object.__init__() takes no parameters
   super(Connection, self).__init__(*args, **kwargs)
desc table has been created.
/var/lib/python-support/python2.6/dbus/connection.py:242:  
DeprecationWarning:
object.__init__() takes no parameters
   super(Connection, self).__init__(*args, **kwargs)
Traceback (most recent call last):
   File "/usr/share/ibus/daemon/bus.py", line 356, in __hide_lookup_table_cb
     self.__panel.hide_lookup_table()
AttributeError: 'DummyPanel' object has no attribute 'hide_lookup_table'
Traceback (most recent call last):
   File "/usr/share/ibus/daemon/bus.py", line 344, in __hide_aux_string_cb
     self.__panel.hide_aux_string()
AttributeError: 'DummyPanel' object has no attribute 'hide_aux_string'
Traceback (most recent call last):
   File "/usr/share/ibus-pinyin/engine/pinyin.py", line 404, in __update
     self.__update_ui()
   File "/usr/share/ibus-pinyin/engine/pinyin.py", line 367, in __update_ui
     self.update_lookup_table(self.__lookup_table, True, True)
   File "/var/lib/python-support/python2.6/ibus/engine.py", line 106, in
update_lookup_table
     dbus_values = lookup_table.current_page_to_dbus_value()
   File "/var/lib/python-support/python2.6/ibus/lookuptable.py", line 200, in
current_page_to_dbus_value
     candidates.to_dbus_value())
   File "/var/lib/python-support/python2.6/ibus/lookuptable.py", line 44, in  
to_dbus_value
     value.append(dbus.Struct((dbus.String(text), attrs.to_dbus_value())))
   File "/var/lib/python-support/python2.6/ibus/attribute.py", line 130, in  
to_dbus_value
     array.append (attr.to_dbus_value ())
   File "/var/lib/python-support/python2.6/ibus/attribute.py", line 77, in  
to_dbus_value
     dbus.UInt32 (self.__value),
TypeError: long() argument must be a string or a number, not 'NoneType'



--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

-- 
You received this message because you are subscribed to the Google
Groups "ibus-devel" group.
iBus project web page: http://code.google.com/p/ibus/
iBus dev group: http://groups.google.com/group/ibus-devel?hl=en

回复