Bug 466230

Summary: ibus doesn't work with en_US.UTF-8 locale
Product: [Fedora] Fedora Reporter: Akira TAGOH <tagoh>
Component: ibusAssignee: Peng Huang <phuang>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: rawhideCC: i18n-bugs, phuang
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-10-09 10:50:47 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 Akira TAGOH 2008-10-09 10:03:12 UTC
Description of problem:
No engines on the menu nor ctrl+space doesn't take any action.

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

How reproducible:
always

Steps to Reproduce:
1.run gedit with GTK_IM_MODULE=ibus LANG=en_US.UTF-8
2.
3.

Comment 1 Peng Huang 2008-10-09 10:22:44 UTC
I can not reproduce this problem.
I guess gedit does not use ibus im module. Could you try select ibus im module from im menu?
You can enable the im menu by changing the value of /desktop/gnome/interface/show_input_method_menu  in gconf-editor.

Comment 2 Akira TAGOH 2008-10-09 10:50:47 UTC
Doh, my fault. it was just working through XIM and im-xim isn't choosen for en_US locale automatically. it works fine after installing ibus-gtk and also specifying GTK_IM_MODULE=xim explicitly. thanks.