GCIN (正體中文)
From ArchWiki
i18n |
---|
English |
正體中文 |
Contents |
About GCIN
The following was taken from the freshmeat.net project page:
gcin (Gtk Chinese INput application in X) is a Chinese input method server for Big5 Traditional Chinese character sets. It features a GTK user interface. It is a very popular Chinese input method (IM) server in Taiwan, which focuses mainly on Traditional Chinese. Its IM table format is almost the same as xcin, and comes with a conversion program to help xcin users transfer their settings. A GUI interface is used for gcin settings such as your favorite Chinese input table and keyboard layout. It is often straightforward for users to append other input tables not originally included in the release package, or tables used by other IMs such as scim.
Installing GCIN
pacman -S gcin
Installing Other Input Tables
MISSING
Configure GCIN
MISSING
OpenOffice.org and GCIN
如果你使用的不是GNOME的桌面系統,那麼有很高的機會你將無法在OpenOffice.org當中切換gcin的輸入模式。 藉由簡單的更改OpenOffice.org的執行指令,在執行命令之前加入OOO_FORCE_DESKTOP=gnome就可以排除這個問題。
例如:將$ oowrite 更改為$ OOO_FORCE_DESKTOP=gnome ooffice
修改選單中程式執行的命令也能夠達成相同的效果。
Fluxbox或類似視窗管理的軟體,可以將OOO_FORCE_DESKTOP=gnome加入.xinitrc當中。