特殊:Badtitle/NS100:SCIM/Chinese/:修订间差异

来自Ubuntu中文
跳到导航跳到搜索
Yjwork留言 | 贡献
无编辑摘要
Yjwork留言 | 贡献
无编辑摘要
第3行: 第3行:
  * Chinese character input require SCIM.  
  * Chinese character input require SCIM.  


*This page is a simple way to install SCIM without installing additional Language Support Packets  
*This page is a simple way to install SCIM without installing additional Language Support Packets  


*Read SCIM for more detail.  
*Read SCIM for more detail.  


*Before you continue, you may need some basic configuration of your new Ubuntu system. [[UbuntuHelp:Beginners/Guide/Feisty]]
*Before you continue, you may need some basic configuration of your new Ubuntu system. [[UbuntuHelp:Beginners/Guide/Feisty]]




Type in the terminal:  
*Type in the terminal:  
<pre><nowiki>
<pre><nowiki>
$sudo apt-get install scim-qtimm im-switch scim-pinyin
$sudo apt-get install scim-qtimm im-switch scim-pinyin
$im-switch -z en_US -s scim
$im-switch -z en_US -s scim
<pre></nowiki>
<pre></nowiki>
Log out, then log in again. SCIM should be now the default input for all applications  
*Log out, then log in again. SCIM should be now the default input for all applications  


If the second commandline doesn't work, try  
*If the second commandline doesn't work, try  
<pre><nowiki>
<pre><nowiki>
$locale | grep LANG=
$locale | grep LANG=
第29行: 第29行:
$im-switch -z YOUR LOCALE -s scim  # replace "YOUR LOCALE" by something like "en_GB"
$im-switch -z YOUR LOCALE -s scim  # replace "YOUR LOCALE" by something like "en_GB"
<pre></nowiki>
<pre></nowiki>
You must restart your X window (log out, then log in) to take effect.  
*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.  
*You can press "Ctrl+blank" to switch between English and Chinese input mode now in all applications.  


Further Reading
Further Reading

2007年6月11日 (一) 08:25的版本

{{#ifexist: :SCIM/Chinese//zh | | {{#ifexist: SCIM/Chinese//zh | | {{#ifeq: {{#titleparts:SCIM/Chinese/|1|-1|}} | zh | | }} }} }} {{#ifeq: {{#titleparts:SCIM/Chinese/|1|-1|}} | zh | | }}

* Chinese character input require SCIM. 
  • This page is a simple way to install SCIM without installing additional Language Support Packets
  • Read SCIM for more detail.


  • Type in the terminal:
$sudo apt-get install scim-qtimm im-switch scim-pinyin
$im-switch -z en_US -s scim
<pre>
*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=
<pre>
The anwer would be something like 
LANG=en_GB.UTF-8
<pre>
Type in the terminal: 
$im-switch -z YOUR LOCALE -s scim  # replace "YOUR LOCALE" by something like "en_GB"
<pre>
*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
 https://help.ubuntu.com/community/SCIM?highlight=%28scim%29 

 https://wiki.ubuntu.com/InputMethods/SCIM/Setup