技术解析

LXDE 设置中文环境
0
2021-06-17 19:39:20
idczone

如题。系统是定制的嵌入式 Debian 中文包已经装进去了 发现菜单里面没有设置的选项 。lxde 论坛里面也是说要通过这个选项设置 。然而找不到..../etc/xdg/...有个 config 内容空的。


sudo dpkg-reconfigure locales
选择 zh_CN.UTF-8
sudo update-locale LANG=zh_CN.UTF-8

localectl list-locales 只有一个语言 ....

if [ ! -e "/usr/sbin/locale-gen" ] && [ ! -e "/sbin/locale-gen" ]; then
apt update
apt install -y locales
fi
sed -i 's/^UTF-8/' /etc/locale.gen
cat >/etc/default/locale <<-'EOF'
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh"
LC_ALL="zh_CN.UTF-8"
EOF
locale-gen zh_CN.UTF-8
source /etc/default/locale 2>/dev/null
export LANG="zh_CN.UTF-8"
startlxde

感谢回复 已验证 有效

数据地带为您的网站提供全球顶级IDC资源
在线咨询
专属客服