All,
I have been working for a while now to add dual language support on my openSUSE 11.4 install. I tried ibus and while it worked I found that it froze up plasma frequently and even caused plasma to crash. I also currently have a problem with some missing files that somehow were removed that is preventing ibus from starting.
I tried UIM and I was not able to get it to work with QT4 and when it would occasionally turn on it caused plasma crashes.
I am currently testing SKIM/SCIM. I am able to use it in GTK, (Seamonkey) and QT3 applications but it is not working with QT4 applications.
General SCIM other is configured for Panel Program: scim-panel-kde and Config_module is configured for kconfig.
Xwindow from end is: On the Spot enabled and Start skim auto enabled. Shortcuts are configured and work as well as
The main toolbar and system icon work as well.
Is their a preferred method to configure KDE4.7 > Configure Desktop > Input Devices > Layouts > Configure Layouts to work properly with a specific Input Manager that supports Korean. I have tried to configure this as well with no luck at all.
Here are the RPM’s I have installed:
libhangul 0.0.12-10.1
mlterm-scim 3.0.3-20.3
scim 1.4.7-361.1
scim-bridge 0.4.15-142.1
scim-bridge-gtk 0.4.15-142.1
scim-bridge-qt 0.4.15-142.1
scim-devel 1.4.7-361.1
scim-hangul 0.3.2-132.2
scim-input-pad 0.1.1-289.1
scim-m17n 0.2.2-470.1
scim-qtimm 0.9.4-291.1
scim-tables 0.5.8-260.1
scim-tables-ko 0.5.8-265.1
skim 1.4.5-263.1
I also have the following packages installed:
gtk2-immodule-xim and gtk3-immodule-xim
I see from a Google search that other distributions, Ubuntu refrence a scim-bridge-client-qt4 package that fixes this problem. I do not see it available in openSUSE 11.4
Does anyone know what IM openSUSE 11.4, installed with by default, and KDE4.7 config use natively?
I am also using the M17n and M17n-Tumbleweed repo’s.
I also see there are new releases for scim:
scim Version 1.4.11
scim-tables Version 0.5.10
scim-input-pad Version 0.1.3
scim-bridge Version 0.4.16
Here is my current $HOME/.bashrc and $HOME/.profile settings:
skim/scim Input Settings
Note’s: Currently works with GTK and QT3, QT4 not working.
export XMODIFIERS="@im=scim"
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
export QT4_IM_MODULE=scim
export QT_IM_SWITCHER=scim
export QT4_IM_SWITCHER=scim
ibus Input Settings
Note’s: Currently a missing GO_Object file for GTK prevents this from starting, Hangs periodically
#export XMODIFIERS="@im=ibus"
#export GTK_IM_MODULE=ibus
#export QT_IM_MODULE=ibus
#export QT4_IM_MODULE=ibus
#export QT_IM_SWITCHER=ibus
#export QT4_IM_SWITCHER=ibus
uim Input Settings
Note’s: Causes QT4 apps to crash possible issue with XIM being installed
#export XMODIFIERS="@im=uim"
#export GTK_IM_MODULE=uim
#export GTK3_IM_MODULE=uim
#export QT_IM_MODULE=uim
#export QT4_IM_MODULE=uim
#export QT_IM_SWITCHER=uim
#export QT4_IM_SWITCHER=uim
Language Settings
English US
export LANG=en_US.UTF-8
export LANGUAGE=en_US.UTF-8
Korean
#export LANG=ko_KR.utf8
#export LANGUAGE=ko_KR.utf8
I want to have this computer setup with two accounts one that use’s Korean display and one that uses English display. The font display is currently not a problem and working correctly.
If scim can not support QT4/GTK3 is their a way to install UIM for QT4 and using the scim-uim, uim, uim-qt4, uim-gtk3 Input module plugins?
It would likely require adding these env settings:
#export GTK3_IM_MODULE=uim
#export QT4_IM_SWITCHER=uim
#export QT4_IM_MODULE=uim
And then ensuring that SCIM can monitor uim to implement the change? I am not sure if this is what scim-uim is for but that is what it looks like.