[問] 如何在Debian 4.0的英文介面中輸入中文

我照wiki內的方法設定scim,如在登入時選擇用繁體中文(台灣),則中文可如常輸入,沒有問題,但用英文進入時,則scim沒有自動開啟,

手動打/usr/bin/scim -d 後,開啟了scim,但按Ctrl + space卻不能轉換中文輸入,試了很久也不行,有人知道原因嗎?如何解決?

 

令Debian支援中文

http://wiki.debian.org.hk/w/Make_Debian_support_Chinese#.E5.AE.89.E8.A3....

 

評論查看選項

選擇你喜歡的顯示回應的模式,並點選「儲存設定」,以啟用你所做的改變。

First, you can use C, en_US

First, you can use C, en_US and still input chinese in firefox or Gnome application. But you may not be able to type chinese in command line and some applications may be wired while handling chinese. en_HK / en_TW is better if you want to keep english interface but able to type chinese. The correct way is login the Gnome with the locale you want (choose Language in the GDM) and type "im-switch -s scim" on the command line (no need to login root) then it make in symlink on ~/.xinput.d/en_HK to /etc/X11/xinit/xinput.d/scim and the scim will be there next time you login with the same locale.

The manual way is setup the XMODIFIERS, GTK_IM_MODULE and QT_IM_MODULE env. var. before you run the applications:

export XMODIFIERS="@im=scim"
export GTK_IM_MODULE=scim
export QT_IM_MODULE=scim

and then start scim:

scim --daemon