SCIM input method

I installed zh-scim-chewing, zh-scim-tables, zh-scim-pinyin, zh-libchewing from ports because I have to type Chinese. I can't get them working though.

There are a few input methods enabled in the config, but when I click on the button, nothing shows up.

Does anyone have a configuration file that works?
 
This is what I ran:
Code:
# setenv XMODIFIERS @im=SCIM
# setenv GTK_IM_MODULE scim
# setenv QT_IM_MODULE scim
# scim&

My .cshrc file:
Code:
setenv  LANG en_US.UTF-8
setenv  LC_CTYPE en_US.UTF-8
setenv  LC_COLLATE en_US.UTF-8
setenv  LC_TIME en_US.UTF-8
setenv  LC_NUMERIC en_US.UTF-8
setenv  LC_MONETARY en_US.UTF-8
setenv  LC_MESSAGES en_US.UTF-8
setenv  LC_ALL en_US.UTF-8
 
I tried it, but it still doesn't work. I selected Chinese (Traditional) when I logged in with GNOME and SCIM worked. Trying to figure out how to use SCIM with an English desktop.

The button appears on the panel, but when I left click on it, nothing appears.
 
My ~/.xsession:
Code:
#!/bin/tcsh

setenv LC_CTYPE zh_TW.UTF-8
setenv XMODIFIERS @im=SCIM
setenv GTK_IM_MODULE scim
setenv QT_IM_MODULE scim
scim -d

There seems to be a problem reading it though. The permissions are set to 755, and I logged out and logged back in (didn't reboot though). When I tried echo $LC_CTYPE and echo $XMODIFIERS, the system said that they were undefined. Nor did scim start.
 
Back
Top