[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: gdm 登录界面语言显示为英文一问?



增加以下内容到/etc/default/gdm
# Add by Wing sun <chunyang.sun@sw-linux.com>
# These code set the proper LOCALE CODE for GDM from user environment settings.

if [ -f /etc/environment ]
then
   for var in LANG LC_ALL LC_CTYPE ; do
       value=$(egrep "^[^#]*${var}=" /etc/environment | cut -d= -f2)
       export $var=$value
   done
fi

肖盛文(Faris Xiao) 写道:

我的笔记本是 testing 版的,一个问题是我的 gdm 登录 X 的登录窗口显示的 文 字是英文(username,session)的,
请问在什么地方可以将它改成中文(用户名,会话)的?



begin:vcard
fn:Wing Sun
n:Sun;Wing
email;internet:chunyang.sun@sw-linux.com
tel;work:(8625)83191923-188
tel;fax:(8625)83190921
version:2.1
end:vcard


Reply to: