Bug 696481
Summary: | ibus does not show all the variant maps for any layout | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Parag Nemade <pnemade> |
Component: | ibus | Assignee: | fujiwara <tfujiwar> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | i18n-bugs, shawn.p.huang, tfujiwar |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | ibus-1.3.99.20110408-2.fc15 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-04-23 03:57:32 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Parag Nemade
2011-04-14 06:33:04 UTC
--- /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. |