這兩天新?lián)Q了臺筆記本來作為開發(fā)機(jī),所以理所應(yīng)當(dāng)?shù)陌惭blinux系統(tǒng),,公司的臺式機(jī)裝的是Ubuntu,,看膩了Ubuntu那丑陋的側(cè)邊欄,,所以想換一個(gè)新的發(fā)行版試試看,之前看到過elementaryos的介紹,,這個(gè)號稱最美linux的系統(tǒng),,所以就安裝嘍。
安裝elementary os后,,第一個(gè)遇到的問題就是輸入法的問題,,安裝sogoupinyin沒成功,老是提示need to reinstalled but not find xx ,,同事都說搜狗拼音很爛,老是彈廣告什么的,,但是我之前在用搜狗拼音的時(shí)候,,彈廣告不是最主要的,最主要的是那個(gè)輸入法的彈框老是關(guān)不掉,,這讓我覺得很惡心,,所以后來干脆換成googlepinyin了,,哎,扯這么多都沒啥用,,就當(dāng)是湊字?jǐn)?shù)吧,。
talk is cheap show me the code
ibus比較老了,現(xiàn)在都在用Fcitx了,,為了避免沖突,,最好還是先將ibus卸載掉。
sudo apt-get remove ibus // 卸載ibus
sudo apt-get remove scim
sudo apt-get autoremove // 刪除依賴包
sudo apt-get -f install // 修正安裝過程中出現(xiàn)的依賴性關(guān)系
安裝Fcitx:
sudo add-apt-repository ppa:fcitx-team/nightly
sudo apt-get update
sudo apt-get install im-switch fcitx fcitx-config-gtk fcitx-sunpinyin fcitx-module-cloudpinyin fcitx-googlepinyin
sudo im-switch -s fcitx -z default
完成之后重啟系統(tǒng),,OK,,搞定收工
|