Bug 115415

Summary: LE of the same locale dominates in im-sdk
Product: [Fedora] Fedora Reporter: Lawrence Lim <llim>
Component: im-sdkAssignee: Yu Shao <yshao>
Status: CLOSED UPSTREAM QA Contact:
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: eng-i18n-bugs, tools-bugs
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: 2004-02-12 14:35:41 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 Lawrence Lim 2004-02-12 05:28:34 UTC
Description of problem:
If two Language Engine of the same locale exists, one will dominate
over the others.

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1. Install im-sdk and inpinyin
2. service IIim restart
3. GTK_IM_MODULE=iiim LANG=zh_CN.UTF-8 gedit
4. Toggle on (CTRL-SPACE)
5. Observe the gimlet

Actual results:
newpy is selected as the LE

Expected results:
We need to be able to select inpinyin as the LE.

Additional info:
Even if you do the following:
service IIim stop; 
/usr/lib/im/htt -if inpinyin; 
GTK_IM_MODULE=iiim LANG=zh_CN.UTF-8 gedit; 

it still default to newpy

Comment 1 Yu Shao 2004-02-12 14:35:41 UTC
This is the limitation of the changing applet code.