CentOS7 安装中文语言包及IBus重启提示无法连接解决办法

1 #修改配置
2 vi /etc/locale.conf
3 LANG= "zh_CN.UTF-8"
1 #安装语言包
2 yum install -y kde-l10n-Chinese glibc-common
1 #查看语言包
2 locale
1 #IBus重启提示无法连接解决办法
2 ibus-daemon -r -d -x

 

posted @ 2018-10-08 16:00  面向bug编程  阅读(1733)  评论(0)    收藏  举报