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
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