| View previous topic :: View next topic |
| Author |
Message |
beijingjj Apprentice

Joined: 01 Jul 2006 Posts: 212
|
Posted: Sun Sep 14, 2008 12:02 am Post subject: scim doesn't bring up input window |
|
|
I'm trying to setup Chinese input in my xfce4 install here. I was previously somewhat successful in KDE but it's been a little while.
scim is running and I can right-click and configure the options but <ctrl+space> produces no effect. It doesn't even bring up a window, just no reaction at all. The input methods listed in scim are English and Chinese smart pinyin.
Here's what I have in my .xinitrc:
| Code: | exec startxfce4
export LC_CTYPE="zh_CN.UTF-8"
export LC_LANG="en_US.UTF8"
export LC_ALL="en_US.UTF8"
export XMODIFIERS=@im=scim
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
|
I'm not sure where to start looking.
Thanks for any help. |
|
| Back to top |
|
 |
zcg0696 n00b

Joined: 14 Sep 2008 Posts: 2
|
Posted: Sun Sep 14, 2008 1:29 am Post subject: |
|
|
try this:
| Code: | export LC_CTYPE="zh_CN.UTF-8"
export LC_LANG="en_US.UTF8"
export LC_ALL="en_US.UTF8"
export XMODIFIERS=@im=scim
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim
scim -d
exec startxfce4 |
|
|
| Back to top |
|
 |
beijingjj Apprentice

Joined: 01 Jul 2006 Posts: 212
|
Posted: Sat Sep 20, 2008 3:14 am Post subject: |
|
|
| Thanks, that was the problem! |
|
| Back to top |
|
 |
|