Xfce Wiki

Sub domains
 

This is an old revision of the document!


在 XFCE 上设置 SCIM

SCIM 是什么?

SCIM 表示 'Smart common input method' (http://www.scim-im.org)。 SCIM 引擎可以作为包括像中文这样的复杂的语言的任何语言的输入法 。用 SCIM 的 table 创建键盘很容易。

我为什么要用它呢?

SCIM 是一个不错的 xkb 切换键盘布局的替代方案。SCIM 提供了一些 xkb 没有的功能。我个人用它来输入古希腊语, 尖希伯来语和中文。

How to set up SCIM in XFCE

SCIM is no more difficult to setup in XFCE than in Gnome or KDE. The easiest, user-level way to set up SCIM is to edit the .Xsession file:

LANG=en_US.UTF-8
export LANG
XMODIFIERS="@im=SCIM"
export XMODIFIERS
GTK_IM_MODULE="scim"
export GTK_IM_MODULE
scim -d&

startxfce4

Set LANG to your own local language, of course. SCIM should work as long as the locale is UTF-8. After doing this, SCIM will work in XFCE by default.

Good luck, and have fun.