安装完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
时间: 2024-10-12 13:34:10