【这勉强算是个教程吧】利用 im-config 完美安装多种输入法 详细
elementaryos吧
全部回复
仅看楼主
level 1
kyung_lee 楼主
这是转过来的(不要看是一堆英文就以为是随便复制粘贴的,我从昨晚折腾到现在,发现国内的教程没有好好说话说完整话的,也就谷歌这篇教程最详细完整):
(本人已亲测 sunpinyin 和 hangul ,皆可完美使用)
(注意:本文不包含 sogoupinyin)
After having myself experienced huge amount of problems getting Freya to let me type chinese and switch input language easily, I share with you the best and only reliable method I found so far. Nor ibus nor SCIM is working properly under Freya as many of system options have been cut down. The best working method is to use fcitx input method framework. The following description is suitable for many different languages, including chinese (pinyin, bopomofo aka zhuyin or chewing, etc.), japanese, etc.
Time to open up your terminal.
1. Add fcitx repository
sudo add-apt-repository ppa:fcitx-team/nightly
2. Update your sources
sudo apt-get update
3. Install fcitx & chinese input
sudo apt-get install fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-googlepinyin fcitx-module-cloudpinyin fcitx-chewing fcitx-table-all
4. Install im-config
sudo apt-get install im-config
5. Configure input method using im-config
im-config
6. Select the correct input method
In the window that opened after you typed im-config, the second line shows which input method is currently in use on your system. If might be : ibus, scim, xim or whatever else. If it shows "missing, default, cjkv or auto" remember it and click "Ok".
7. Update input method or not ?
-> If at step 6, the line Currently in use on your system was different from "missing, default, cjkv or auto", click yes and select fcitx input method in the window that will open then click on Ok.
-> If at step 6, the line Currently in use on your system was "missing, default, cjkv or auto", click on "No".
8. Last windows Click "Yes" ;-).
Then restart your computer.
You will see a new icon on the right up corner that allows you to choose your input.
To add wanted inputs :
1. Click on Configure
2. In the new window, click on the plus at the bottom left corner.
3. Untick "Only show current Language"
4. Search your favourite input method by name. For example : pinyin, chewing, etc.
5. Select it and click Ok for add it
6. Open any window, hit ctrl+space (default trigger) to switch language and enjoy !
Many options are available from the input switcher icon in the right top corner icon's menu.
As it took me a very long time to find this out, I wanted to share it with everyone.
2015年08月22日 06点08分 1
1