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

Debian7 中文输入法配置

时间:2014-12-02 22:08:45      阅读:166      评论:0      收藏:0      [点我收藏+]

标签:style   blog   http   color   os   sp   on   div   log   

 安装完debian7后发现中文输入老是调用不出来,查看系统输入发设置 小企鹅输入法明明已经安装了,可按ctrl +space就是调用不出来。

期间参考了很多资料:

最后在这位网友的分享这里得到解决(http://www.it165.net/os/html/201311/6706.html):

sudo apt-get update  

#新安装的debian系统没有中文字体,需要自己手动安装:
#由于我系统中已经有中文了所以这一步我跳过了
sudo apt-get install xfonts-intl-chinese wqy*

#安装fcitx。

sudo apt-get install fcitx fcitx-pinyin

#安装输入法配置工具

sudo apt-get install im-config

#这是重要的一步文中说安装im-switch也可以事实上我前面用的就是im-switch但不行。

#运行 im-config 并将输入法选fcitx OK

#如果还是不行 卸载了重新安装下
sudo apt-get --purge fcitx
sudo apt-get install fcitx

参考资料:

http://www.linuxdiyf.com/bbs/thread-396185-1-1.html

http://www.cnblogs.com/maowang1991/p/3362704.html

Debian7 中文输入法配置

标签:style   blog   http   color   os   sp   on   div   log   

原文地址:http://www.cnblogs.com/hzrong/p/4137548.html

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