分页: 1 / 2

[问题][已解决]关于对话框字体变英文的问题---[已解决]!

发表于 : 2007-01-23 10:28
alxen
不知道怎么回事,我的系统对话框字体全变成英文了,如字体设置和主题对话框等,还有好多,大家看图。
但是应用程序的菜单却没有问题。
请各位指点!!!不胜感激。

已解决,安装了一个language-pack-gnome-zh和language-pack-gnome-zh-base更新后搞定了。
PS:我的源是混合的:

代码: 全选

deb http://ubuntu.cn99.com/ubuntu/ dapper main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-updates main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-security main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu/ dapper-backports main restricted universe multiverse
deb http://ubuntu.cn99.com/ubuntu-cn/ dapper main restricted universe multiverse

deb http://cn.archive.ubuntu.com/ubuntu/ dapper main restricted
deb-src http://cn.archive.ubuntu.com/ubuntu/ dapper main restricted
deb http://cn.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb http://cn.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb http://mirror.lupaworld.com/ubuntu/ubuntu-cn dapper main restricted universe multiverse
deb http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu dapper main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu dapper-security main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu dapper-updates main restricted universe multiverse
deb-src http://cn.archive.ubuntu.com/ubuntu dapper-backports main restricted universe multiverse
deb-src http://security.ubuntu.com/ubuntu dapper-security main restricted universe multiverse

发表于 : 2007-01-23 10:52
dogfox
:em25 :em26 :em96 系统──系统管理──语言

发表于 : 2007-01-23 11:04
alxen
2楼的先别汗,呵呵。先前我也是想到这里,但是一看是设置的中文呀,没办法才到这里问的。

发表于 : 2007-01-23 11:53
eexpress
locale的信息呢。

发表于 : 2007-01-23 12:49
alxen
麻烦eexpress兄详细指点下好么?是哪个locale信息??

发表于 : 2007-01-23 16:55
BigSnake.NET
终端运行locale
贴出输出

发表于 : 2007-01-23 19:23
yumumao
我这里也一样,就是在前两天更新之后,当时有一个貌似是语言包,没有太留意,用了两天发现很多地方都变回英文了,想一想可能就是那个更新的问题,不过也布影响使用,问题不太大,我的Alacarte也在那次更新后不能运行了,不知道是否也和它有关……

locale:

代码: 全选

LANG=zh_CN.UTF-8
LANGUAGE=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=

发表于 : 2007-01-23 19:47
alxen
yumumao 写了:我这里也一样,就是在前两天更新之后,当时有一个貌似是语言包,没有太留意,用了两天发现很多地方都变回英文了,想一想可能就是那个更新的问题,不过也布影响使用,问题不太大,我的Alacarte也在那次更新后不能运行了,不知道是否也和它有关……

locale:

代码: 全选

LANG=zh_CN.UTF-8
LANGUAGE=zh_CN.UTF-8
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
对了,就是在前两天更新了几个语言包出的问题。
当时系统提示我有几个更新,一看是语言包,心想既然是系统更新肯定有用的,就装了。谁知居然出了这个问题。

发表于 : 2007-01-23 19:48
alxen
BigSnake.NET 写了:终端运行locale
贴出输出
多谢BigSnake兄提醒。
这是我的输出:

代码: 全选

LANG=zh_CN.UTF-8
LANGUAGE=zh_CN:zh:en_US:en
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=
麻烦各位看看。

发表于 : 2007-01-23 21:54
eexpress
locale都正常,看来都是中文支持包的问题。刚刚还一帖子也是这样的。只是我今天也更新了,怎么没见问题哦。

发表于 : 2007-01-23 22:20
alxen
eexpress 写了:locale都正常,看来都是中文支持包的问题。刚刚还一帖子也是这样的。只是我今天也更新了,怎么没见问题哦。
多谢eexpress兄。
不过这就奇怪了。
盼望ubuntu官方快给个解释!!!

发表于 : 2007-01-25 8:16
妖精の瞳
我这里也是同样的问题, 前几天更新后, 有些地方就变成英文了... 期待高人给个解释.

发表于 : 2007-01-25 10:07
alxen
原来这么多人都有同样的问题,官方出来说一下呀。

发表于 : 2007-01-26 9:42
benetcs
cn99源更新是这个问题,我换了台湾的就没有问题了!

发表于 : 2007-01-26 9:48
karron
这段时间建议把tw的源加上.国内的源同步得都有些问题