Bug 432634

Summary: Default GTK_IM_MODULE isn't?
Product: [Fedora] Fedora Reporter: sangu <sangu.fedora>
Component: scimAssignee: Jens Petersen <petersen>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: eng-i18n-bugs, petersen, tagoh
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-02-14 04:55:20 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 sangu 2008-02-13 14:23:51 UTC
Description of problem:
$ ls -al ~/.xinputrc
lrwxrwxrwx 1 sangu sangu 33 2008-02-13 07:50 /home/sangu/.xinputrc ->
/etc/X11/xinit/xinput.d/scim.conf

$ set | grep IM
QT_IM_MODULE=xim
XMODIFIERS=@im=SCIM

$ export | grep im
declare -x QT_IM_MODULE="xim"
declare -x XMODIFIERS="@im=SCIM"

Version-Release number of selected component (if applicable):
1.4.7-8.fc9.i386

How reproducible:
always

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:
$ rpm -q scim-bridge scim-bridge-gtk
scim-bridge-0.4.14-1.fc9.i386
scim-bridge-gtk-0.4.14-1.fc9.i386

Comment 1 Jens Petersen 2008-02-14 00:20:59 UTC
Not sure: it might be related to the recent work on imsettings and im-chooser:
see http://fedoraproject.org/wiki/Features/IMDesktopIntegration.

Though last I checked scim was working fine on my i386 rawhide install.

Comment 2 Peng Huang 2008-02-14 03:03:59 UTC
Install scim-bridge-qt* and scim-qtimm, and try it again.
scim qt modules are included in scim-bridge-qt* and scim-qtimm.  

Comment 3 Jens Petersen 2008-02-14 04:55:20 UTC
So I tested on my rawhide install now:

> $ ls -al ~/.xinputrc
> lrwxrwxrwx 1 sangu sangu 33 2008-02-13 07:50 /home/sangu/.xinputrc ->
> /etc/X11/xinit/xinput.d/scim.conf
> $ set | grep IM
> QT_IM_MODULE=xim
> XMODIFIERS=@im=SCIM
> $ export | grep im
> declare -x QT_IM_MODULE="xim"
> declare -x XMODIFIERS="@im=SCIM"
> Version-Release number of selected component (if applicable):
> scim-1.4.7-8.fc9.i386
> scim-bridge-0.4.14-1.fc9.i386
> scim-bridge-gtk-0.4.14-1.fc9.i386

Yes, I have exactly same and scim is working fine for me. :)

Is it working for you?

With the IMDesktopIntegration we no longer user GTK_IM_MODULE for
setting the gtkimmodule, rather it is handled by XSETTINGS properties
through imsettings.  Please see the feature page for more details.
(You can still use GTK_IM_MODULE to override of you wish though BTW.)

I am closing this for now, but please reopen if you see problems
with SCIM in rawhide.