root无法以中文桌面登录 已解决!!

系统字体配置、中文显示和输入法问题
回复
头像
hughalex
帖子: 16
注册时间: 2007-05-22 0:13

root无法以中文桌面登录 已解决!!

#1

帖子 hughalex » 2008-04-27 9:08

root登录后是英文桌面,修改默认语言为中文后,重新进入系统还是英文。总是如此

修改root下隐藏文件.profile文件最后两句,以下是修改过的,鸟哥的书是好东西,不过也要谢谢楼下的朋友,假如没鸟哥的书就靠你这句话了


# ~/.profile: executed by Bourne-compatible login shells.

if [ "$BASH" ]; then
if [ -f ~/.bashrc ]; then
. ~/.bashrc
fi
fi

mesg n
# Installed by Debian Installer:
# no localization for root because zh_CN.UTF-8
# cannot be properly displayed at the Linux console
LANG="zh_CN.UTF-8"
LANGUAGE="zh_CN:zh"
上次由 hughalex 在 2008-04-29 20:27,总共编辑 1 次。
头像
hughalex
帖子: 16
注册时间: 2007-05-22 0:13

#2

帖子 hughalex » 2008-04-27 11:21

是8.04版的,从beta到rc到现在,都有这个问题,重装没有用
lindazhang
帖子: 34
注册时间: 2006-03-03 10:34

#3

帖子 lindazhang » 2008-04-28 21:48

改一下.profile文件
头像
winjie0618
帖子: 149
注册时间: 2008-03-10 16:27
来自: 山东

#4

帖子 winjie0618 » 2008-04-30 22:14

有时间试试。
回复