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!
No Rev found.
You do not have the authorization to edit this page!
You do not have the authorization to edit this page!
No Rev found.

Additions
System Administration
Deletions
System Administration?

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?