Wikula » ChineseInput
You do not have the authorization to edit this page!
You do not have the authorization to edit this page!
  You do not have the authorization to edit this page!
 Last edit 
                    2010-09-27 20:56:03 
    by muchan
    
    
          Last edit 
                    2010-09-27 20:56:03 
    by muchan
     
    
    Additions
System Administration
Deletions
System Administration?
 Oldest known version of this page was edited on 2010-09-27 20:55:22 
  by muchan 
  [ Category correction ]
  
  Oldest known version of this page was edited on 2010-09-27 20:55:22 
  by muchan 
  [ Category correction ]
    Chinese Input
1. Fonts Only
#!/bin/sh # # Language-Chinese_Font.sh # Chinese fonts packages # Install following packages # ttf-arphic-ukai # ttf-arphic-uming apt-get install ttf-arphic-ukai ttf-arphic-uming fc-cache -fv
2. Input Method (IBUS) & Fonts
#!/bin/bash # # Language-Chinese_Input.sh # Korean Fonts & IME: IBUS-PinYin, etc. # Install following packages # im-switch # ibus-pinyin # ibus-qt4 # ibus-gtk # ttf-arphic-ukai # ttf-arphic-uming apt-get install im-switch ibus-table-chinese ibus-qt4 ibus-gtk ttf-arphic-ukai ttf-arphic-uming # set im-switch to use ibus im-switch -s ibus
(We'd need a native Chinese user to confirm above installation actually works.)
written by muchan
System Administration?


