jixuaa 发表于 2013-7-9 09:21:39

ubuntu 搜狗安装搜狗输入法(fcitx)亲测有用

安装搜狗拼音输入法网上很多方法,总结了一下,下面的方法绝对可以,
第一步:
Ubuntu 默认是安装了ibus.所以删除它
sudo apt-get remove ibus
对于已经安装老版本的fcitx,删掉再装.
sudo apt-get remove fcitx*
删除依赖库
sudo apt-get autoremove
检测是否删除fcitx
dpkg --get-selections | grep fcitx
第二布:
添加fcitx的ppa:
sudo add-apt-repository ppa:fcitx-team/nightly
然后刷新软件源:
sudo apt-get update
第三步:
然后直接安装搜狗输入法
sudo apt-get install fcitx-sogoupinyin
第四步:
然后依次安装下列包(下17个应该是必须的)sudo apt-get install ****
fcitx
fcitx-bin
fcitx-config-common
fcitx-config-gtk
fcitx-data
fcitx-frontend-gtk2
fcitx-frontend-gtk3
fcitx-frontend-qt4
fcitx-googlepinyin
fcitx-libs
fcitx-module-dbus
fcitx-module-x11
fcitx-modules
fcitx-pinyin
fcitx-table
fcitx-table-wubi
fcitx-ui-classic
第五步:
然后设置为fcitx为默认输入法
im-switch -s fcitx -z default
sudo im-switch -s fcitx -z default
第六步:
注销或重启就生效
在右上角的输入法设置中
"输入法" ==> 搜狗拼音
或输入法的“配置”中设置

cheng029 发表于 2013-7-9 17:17:09

帮帮顶顶!!

binghai03 发表于 2013-7-10 00:36:27

漏洞与补丁齐飞,蓝屏共死机一色!

olga 发表于 2013-7-10 04:30:52

学海无涯,回头是岸!

爱她吗 发表于 2013-7-10 16:45:10

帮你顶下哈!!

搜索泥称 发表于 2013-7-10 23:32:07

死亡教会人一切,如同考试之后公布的结果——虽然恍然大悟,但为时晚矣~!

sele 发表于 2013-7-11 04:22:19

生,容易。活,容易。生活,不容易。
页: [1]
查看完整版本: ubuntu 搜狗安装搜狗输入法(fcitx)亲测有用