解决 archLinux 安装 xfce 后解决中文乱码问题

解决 archLinux 安装 xfce 后解决中文乱码问题

1. 安装 archLinux 后, 安装 xfce 中文显示成乱码. 
2. 中文输入法选择安装 yaourt fcitx-rime, 只是安装输入法,不影响中文乱码解决问题
3. sudo vim ~/locale.gen, 选择 en_US.UTF-8   UTF-8     zh_CN.UTF-8 UTF-8
4. 执行 locale-gen
5. 在 ~/.xprofile 中输入 
        export LANG=zh_CN.UTF-8
        export LC_ALL=zh_CN.UTF-8
6. reboot
posted @ 2018-04-06 15:49  ckmoonfish  阅读(2568)  评论(0)    收藏  举报