Gentoo Archives: gentoo-user

From: Nikos Chantziaras <realnc@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: The system's font display problem
Date: Sun, 15 Jul 2012 15:13:37
Message-Id: jtumfe$2an$1@dough.gmane.org
In Reply to: [gentoo-user] The system's font display problem by "赵佳晖"
1 On 15/07/12 16:14, ÕÔ¼ÑêÍ wrote:
2 > Hi.all . Just now i just change my locale so i can use the fcitx. But
3 > after i reboot , the system's fonts display has problem.
4 > and my locale:
5 > LANG=en_US.UTF-8
6 > LC_CTYPE=zh_CN.UTF-8
7 > LC_NUMERIC=en_US.UTF-8
8 > LC_TIME=en_US.UTF-8
9 > LC_COLLATE=en_US.UTF-8
10 > LC_MONETARY=en_US.UTF-8
11 > LC_MESSAGES=en_US.UTF-8
12 > LC_PAPER=en_US.UTF-8
13 > LC_NAME=en_US.UTF-8
14 > LC_ADDRESS=en_US.UTF-8
15 > LC_TELEPHONE=en_US.UTF-8
16 > LC_MEASUREMENT=en_US.UTF-8
17 > LC_IDENTIFICATION=en_US.UTF-8
18 > LC_ALL=
19
20 Do not set anything other than LANG and LC_COLLATE. Then only set vars
21 that differ from LANG. Your /etc/env.d/02locale should look like this:
22
23 LANG="en_US.UTF-8"
24 LC_COLLATE="C"
25 LC_CTYPE=zh_CN.UTF-8
26
27 Do *not* do this:
28
29 LC_ALL=
30
31 Then run env-update and restart.

Replies

Subject Author
Re: [gentoo-user] Re: The system's font display problem Mark Knecht <markknecht@×××××.com>
Re: [gentoo-user] Re: The system's font display problem "赵佳晖" <jiahui.tar.gz@×××××.com>