Description of problem: For Indic xkb maps, say for Tamil, we have 5 xkb maps but only one is shown in ibus-setup. Version-Release number of selected component (if applicable): ibus-1.3.99.20110228-6.fc15 How reproducible: always Steps to Reproduce: 1. use ibus-setup and check for Tamil xkb keymaps 2. 3. Actual results: Only one keymap is shown Expected results: should show all the 5 xkb keymaps Additional info:
--- /usr/share/ibus/setup/xkbsetup.py.orig 2011-04-13 17:42:54.461168302 +0900 +++ /usr/share/ibus/setup/xkbsetup.py 2011-04-14 15:56:47.534005308 +0900 @@ -71,9 +71,9 @@ class XKBSetup(gobject.GObject): layout_lang = xkbconfig.get_layout_lang() variant_desc = xkbconfig.get_variant_desc() for layout in layout_list.keys(): - if layout not in layout_lang: - continue - langs = layout_lang[layout] + langs = [] + if layout in layout_lang: + langs = layout_lang[layout] for lang in langs: engine = ibus.XKBConfigRegistry.engine_desc_new( lang,
Revised the patch: https://github.com/fujiwarat/ibus/commit/9fb3baa7f4da9d3c4234203b4b711a056ddabfe0 http://koji.fedoraproject.org/koji/buildinfo?buildID=239582
ibus-1.3.99.20110408-2.fc15 has been submitted as an update for Fedora 15. https://admin.fedoraproject.org/updates/ibus-1.3.99.20110408-2.fc15
Package ibus-1.3.99.20110408-2.fc15: * should fix your issue, * was pushed to the Fedora 15 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing ibus-1.3.99.20110408-2.fc15' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/ibus-1.3.99.20110408-2.fc15 then log in and leave karma (feedback).
ibus-1.3.99.20110408-2.fc15 has been pushed to the Fedora 15 stable repository. If problems still persist, please make note of it in this bug report.
ibus-1.3.9-4.fc14 has been submitted as an update for Fedora 14. https://admin.fedoraproject.org/updates/ibus-1.3.9-4.fc14
ibus-1.3.9-4.fc14 has been pushed to the Fedora 14 stable repository. If problems still persist, please make note of it in this bug report.