Gentoo Archives: gentoo-user

From: Daniel Pielmeier <daniel.pielmeier@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] K3b complains about my locale
Date: Sun, 01 Jun 2008 05:50:16
Message-Id: 48423887.8080900@googlemail.com
In Reply to: Re: [gentoo-user] K3b complains about my locale by Kevin O'Gorman
1 Kevin O'Gorman schrieb:
2 > On Sat, May 31, 2008 at 12:38 PM, Neil Bothwick <neil@××××××××××.uk> wrote:
3 >
4 >> On Sat, 31 May 2008 07:05:14 -0700, Kevin O'Gorman wrote:
5 >>
6 >>> Just to be sure, I re-ran locale-gen just now. It reported two
7 >>> problems with a Polish locale (that I do not use):
8 >> Then remove it from /etc/locale.gen. you can remove the Spanish and
9 >> French ones too, if you don't use those languages.
10 >>
11 >> I did, just as an experiment. It made no difference to the main issue: no
12 > locale is defined
13 > for programs started from KDE menus, and K3B is complaining about the
14 > resulting
15 > ASCII (1968) definition.
16 >
17 > I'd rather that the locale-gen worked, but that's a side issue.
18 >
19
20 Do you have something like LINGUAS="en" in /etc/make.conf?
21
22 You can try to use the unicode charset [1] in /etc/env.d/02locale, maybe
23 k3b wants this.
24
25 LANG=en_US.utf8
26 LC_ALL="en_US.utf8"
27
28
29 I also suggest going through the guide again and read thoroughly, often
30 there is only a tiny mistake a typo or something which makes things fail.
31
32 Can you tell us the output of:
33
34 locale
35 locale -a
36 cat /etc/locale.gen
37
38
39 [1] http://www.gentoo.org/doc/en/utf-8.xml
40
41 --
42 gentoo-user@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-user] K3b complains about my locale Kevin O'Gorman <kogorman@×××××.com>