【轉】ubuntu下最好用的輸入法fcitx-sunpinyin

 

 
http://www.freetstar.com/index.php/ubuntu-most-use-friendly-fcitx-sunpinyin
今天可貴折騰一下子輸入法,對於系統美化方面的東西我比較模糊,神馬字體渲染阿,輸入法模糊音阿對我來講通通比較模糊。隱約記得是@Houge_Langley在大力推上推薦這款輸入法。
fcitx:
     Free Chiese Input Toy for X 是一個以  GPL方式發佈的、基於XIM的簡體中文輸入法(即原來的G五筆),拼音(全拼和雙拼),包括區位以及碼錶輸入模塊,是在Linux操做系統中使用的中文輸入法(引自fcitx官網: http://www.fcitx.org/main/
sunpinyin:
    是創建在中文輸入上的靜態語言模型。支持多種輸入平臺和多款操做系統,好比說ibus,fcitx的XIM,Mac OS X。項目主頁: http://code.google.com/p/sunpinyin/
 
fcitx具體的安裝方法:
第一步:安裝fcitx
//若是系統之前裝過fcitx,請先刪除fcitx,而後找出配置文件刪除
刪除配置文件:sudo find ~ -name fcitx -ok rm -rf {} \;
sudo add-apt-repository ppa:wengxt/fcitx-nightly
sudo apt-get update 
sudo apt-get install  fcitx
 
第二步:移除其餘輸入法或者將fcitx定爲首選輸入法 
移除ibus:sudo apt-get autoremove ibus 
移除scim:sudo apt-get autoremove scim
或者切換系統首選輸入法:
方法1:系統-首選項-語言支持中修改開機啓動的默認輸入法
方法2:用im-switch更改:im-switch -s fcitx -z default
 
第三步:安裝sun-pinyin 
sudo apt-get install fcitx-sunpinyin
 
第四步:安裝fcitx的Gtk配置界面 
sudo apt-get install fcitx-config
 
第五步:給fcitx-sunpinyin添加詞庫 
詞庫1
下載hubert_star爲sunpinyin製做的2套搜狗詞庫
將解壓出來的userdict文件放到~/.sunpinyin文件夾下,若是此文件夾不存在
mkdir -p /home/`whoami`/.sunpinyin
詞庫2
按照nenew的方法,進行添加。具體方法見下:
 
第六步:添加開機啓動
打開系統-應用程序-啓動應用程序中添加fcitx的開機啓動
名稱:fcitx(隨便)
命令:fcitx -d
 
參考和感謝:
                 http://www.nenew.net/fcitx-sunpinyin.html
相關文章
相關標籤/搜索