Comment # 2 on bug 939462 from
(In reply to Fuminobu Takeyama from comment #1)
> Confirmed with ibus-table-emoji
> 
> One possible cause is ibus-table is too old. We need update it first.

There is the newest ibus-table:
https://build.opensuse.org/package/show/home:hillwood:branches:M17N/ibus-table.
It still not works.

The debug of ibus-table-1.8.11, I don't know why:

--- 2015-10-01: 20:33:47 ---
Compatible database /home/hillwood/.ibus/tables/zhuyin-user.db found.
Connect to the database /home/hillwood/.ibus/tables/zhuyin-user.db.
failed to create engine zhuyin
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/factory.py", line 81, in do_create_engine
    + str(self.engine_id), self.dbdict[engine_name])
  File "/usr/share/ibus-table/engine/table.py", line 1492, in __init__
    self._init_properties()
  File "/usr/share/ibus-table/engine/table.py", line 1704, in _init_properties
    self._input_mode)
  File "/usr/share/ibus-table/engine/table.py", line 1665, in
_init_or_update_property_menu
    sub_properties, current_mode=current_mode))
  File "/usr/share/ibus-table/engine/table.py", line 1684, in
_init_sub_properties
    sub_props=None))
TypeError: could not convert value for property `tooltip' from str to IBusText
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/factory.py", line 81, in do_create_engine
    + str(self.engine_id), self.dbdict[engine_name])
  File "/usr/share/ibus-table/engine/table.py", line 1492, in __init__
    self._init_properties()
  File "/usr/share/ibus-table/engine/table.py", line 1704, in _init_properties
    self._input_mode)
  File "/usr/share/ibus-table/engine/table.py", line 1665, in
_init_or_update_property_menu
    sub_properties, current_mode=current_mode))
  File "/usr/share/ibus-table/engine/table.py", line 1684, in
_init_sub_properties
    sub_props=None))
TypeError: could not convert value for property `tooltip' from str to IBusText

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/factory.py", line 89, in do_create_engine
    raise Exception("Cannot create engine %s" %engine_name)
Exception: Cannot create engine zhuyin


You are receiving this mail because: