码迷,mamicode.com
首页 > 其他好文 > 详细

Ubutun13.10下安装fcitx

时间:2014-05-12 08:52:36      阅读:271      评论:0      收藏:0      [点我收藏+]

标签:c   get   a   使用   table   res   

Ubuntu下自带的Ibus输入法平台并不好用,现在主要使用的是fcitx输入法.

安装fcitx输入法的安装和配置过程如下:

首先卸载掉ibus,输入命令

sudo apt-get remove ibus

 

然后添加fcitx源,

sudo add-apt-resporitory ppa:fcitx-team/nightly

添加源成功后进行下更新.

sudo apt-get update

之后可以安装fcitx及搜狗输入法或者是谷歌输入法等

这里以安装谷歌输入法为例

sudo apt-get install fcitx fcitx-config-gtk fcitx-googlepinyin

sudo apt-get install fcitx-table-all

目前网上有些教程是使用的im-switch -s fcitx -z default将fcitx设置为默认的输入法.

但是看到的一些文章说这是旧版本的ubuntu才使用这个因为用switch会使得系统的语言支持收到影响。

这个我因为看到这些文章后直接没用im-switch所以对这个所谓的影响是什么也不是太清晰。

现在普遍使用的是im-config

可以输入sudo apt-get install im-config 安装

然后在安装后输入im-config在弹出的选择窗口中选择设置即可。设置完成后重新启动机器就可以了.

Ubutun13.10下安装fcitx,布布扣,bubuko.com

Ubutun13.10下安装fcitx

标签:c   get   a   使用   table   res   

原文地址:http://www.cnblogs.com/coder-zhang/p/3720792.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!