个人工具

“UbuntuHelp:SCIM/Chinese”的版本间的差异

来自Ubuntu中文

跳转至: 导航, 搜索
(新页面: {{From|https://help.ubuntu.com/community/SCIM/Chinese}} {{Languages|UbuntuHelp:SCIM/Chinese}} *Chinese character input require SCIM. *This page is a simple way to install SCIM without in...)
(没有差异)

2007年5月24日 (四) 14:57的版本

*Chinese character input require SCIM.
  • This page is a simple way to install SCIM without installing additional Language Support Packets
  • Read UbuntuHelp:SCIM for more detail.
  • Before you continue, you may need some basic configuration of your new Ubuntu system. UbuntuHelp:Beginners/Guide/Feisty

Type in the terminal:

$sudo apt-get install scim-qtimm im-switch scim-pinyin
$im-switch -z en_US -s scim

Log out, then log in again. SCIM should be now the default input for all applications

If the second commandline doesn't work, try

$locale | grep LANG=

The anwer would be something like

LANG=en_GB.UTF-8

Type in the terminal:

$im-switch -z YOUR LOCALE -s scim  # replace "YOUR LOCALE" by something like "en_GB"

You must restart your X window (log out, then log in) to take effect.

You can press "Ctrl+blank" to switch between English and Chinese input mode now in all applications.

Further Reading