天天看點

ubuntu 14.04 使用極點五筆輸入法

相比12.04在外觀改變不是很大,但其中細節有些許變化,特别輸入法很不大好用,為此,我們使用fcitx輸入法,使用我喜歡的五筆拼音,安裝過程如下:

方法一:

最新的方法很簡單:

安裝14.04後,語言包一定要安裝完整,從ibus加入極點五筆。

方法二:

快捷鍵“ctrl+ait+t",彈出終端,輸入以下指令

1

2

3

4

5

6

7

8

<code>//先解除安裝ibus輸入法</code>

<code>killall ibus-daemon</code>

<code>sudo apt-</code> <code>get</code> <code>purge ibus ibus-gtk ibus-gtk3 ibus-pinyin* ibus-sunpinyin ibus-table python-ibus</code>

<code>rm -rf ~/.config/ibus</code>

<code>//安裝fcitx輸入法</code>

<code>sudo add-apt-repository ppa:fcitx-team/nightly</code>

<code>sudo apt-</code> <code>get</code> <code>update</code>

<code>sudo apt-</code> <code>get</code> <code>install fcitx-sogoupinyin</code>

其它輸入法的名稱如下

<code>//拼音:</code>

<code>fcitx-pinyin、fcitx-sunpinyin、fcitx-googlepinyin,</code>

<code>//五筆:</code>

<code>fcitx-table、fcitx-table-wubi、fcitx-table-wbpy(五筆拼音混合)</code>