Bug 911487 - Non-Chinese tables from the ibus-table-other package do not work
Summary: Non-Chinese tables from the ibus-table-other package do not work
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: ibus-table
Version: 17
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Mike FABIAN
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-02-15 07:23 UTC by Mike FABIAN
Modified: 2013-03-02 20:21 UTC (History)
7 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-03-02 20:00:37 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Mike FABIAN 2013-02-15 07:23:42 UTC
If self.update_property(self._cmode_property) is called for tables
which are not Chinese, like translit.txt (LANGUAGES = ru_RU)
or ipa-x-sampa.txt (LANGUAGES=other), these input methods don’t work
because then there is no _cmode_property. Fails then with the error:

fail to create engine ipa-x-sampa
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/factory.py", line 90, in do_create_engine
    + str(self.engine_id), self.dbdict[name])
  File "/usr/share/ibus-table/engine/table.py", line 1165, in __init__

  File "/usr/share/ibus-table/engine/table.py", line 1173, in reset
    self._update_ui ()
  File "/usr/share/ibus-table/engine/table.py", line 1235, in _init_properties

  File "/usr/share/ibus-table/engine/table.py", line 1291, in _refresh_properties

AttributeError: 'tabengine' object has no attribute '_cmode_property'
Traceback (most recent call last):
  File "/usr/share/ibus-table/engine/factory.py", line 98, in do_create_engine
    raise Exception("Can not create engine %s" % engine_name)
Exception: Can not create engine ipa-x-sampa

Here is a fix:

https://github.com/mike-fabian/ibus-table/commit/573da2ededdb96dc4f6ef6b515a43f416b183e7a

Comment 1 Fedora Update System 2013-02-15 08:43:09 UTC
ibus-table-1.5.0-2.fc18 has been submitted as an update for Fedora 18.
https://admin.fedoraproject.org/updates/ibus-table-1.5.0-2.fc18

Comment 2 Fedora Update System 2013-02-15 10:37:04 UTC
ibus-table-1.5.0-2.fc17 has been submitted as an update for Fedora 17.
https://admin.fedoraproject.org/updates/ibus-table-1.5.0-2.fc17

Comment 3 Fedora Update System 2013-02-16 00:54:48 UTC
Package ibus-table-1.5.0-2.fc17:
* should fix your issue,
* was pushed to the Fedora 17 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=updates-testing ibus-table-1.5.0-2.fc17'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-2013-2515/ibus-table-1.5.0-2.fc17
then log in and leave karma (feedback).

Comment 4 Fedora Update System 2013-03-02 20:00:39 UTC
ibus-table-1.5.0-2.fc18 has been pushed to the Fedora 18 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 5 Fedora Update System 2013-03-02 20:21:06 UTC
ibus-table-1.5.0-2.fc17 has been pushed to the Fedora 17 stable repository.  If problems still persist, please make note of it in this bug report.


Note You need to log in before you can comment on or make changes to this bug.