Bug 402681
| Summary: | scim does not load when system language is en_US | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Don Johnson <amydonj> | ||||
| Component: | scim | Assignee: | Peng Huang <phuang> | ||||
| Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 7 | CC: | petersen | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2008-01-21 07:48:04 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: | |||||||
| Attachments: |
|
||||||
Created attachment 271301 [details]
modified file xinput.sh which corrects problem
Could you attach a diff patch instead please. |
Description of problem: scim does not load when system language is en_US. The user cannot access the scim keyboard icon on the Gnome panel bar at the top. Consequently, the user cannot do input in other languages; only tested for Japanese (scim-anthy) with Gnome desktop. The reason that scim does load is because the file: /etc/X11/xinit/xinputrc is never sourced on line 36 of file: /etc/X11/xinit/xinitrc.d/xinput.sh If the the token "en" is added to the hardcoded string on line 33 of this same file, scim loads every time "X" is started. See line 33 of attached file. I am not sure if this is the best way to fix the problem. Version-Release number of selected component (if applicable): Smart Common Input Method platform 1.4.5 How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: