Re: alphabetic order

2006-04-08 Thread Rafael Rodríguez
but how¿

# dpkg-reconfigure locales
Generating locales (this might take a while)...
  [EMAIL PROTECTED] done
Generation complete.
*** update-locale: Error: LANGUAGE (es_ES:es:en_GB:en) is not compatible 
with LANG ([EMAIL PROTECTED])
protatil:/home/apt-drink# locale
LANG=
LANGUAGE=es_ES:es:en_GB:en
LC_CTYPE=POSIX
LC_NUMERIC=POSIX
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=POSIX
LC_MESSAGES=POSIX
LC_PAPER=POSIX
LC_NAME=POSIX
LC_ADDRESS=POSIX
LC_TELEPHONE=POSIX
LC_MEASUREMENT=POSIX
LC_IDENTIFICATION=POSIX
LC_ALL=

How do i change LANGUAGE? I mean, i could do a shell export, but i guess there 
must be a debian why, right?

Rafa

El Sábado, 8 de Abril de 2006 02:14, Matej Cepl escribió:
 Rafael Rodríguez wrote:
  What has changed and how can i fall back to the old behaviour?

 For me it was screwed up locale with the latest upgrade of debian/sid. Make
 sure you have correct locale (command locale in xterm).

 Matej

 --
 GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
 http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
 23 Marion St. #3, (617) 876-1259, ICQ 132822213

 ..every Man has a Property in his own Person. This no Body has
 any Right to but himself. The Labour of his Body, and the Work of
 his Hands, we may say, are properly his.  The great and chief
 end therefore, of Mens uniting into Commonwealths, and putting
 themselves under Government, is the Preservation of their
 Property.
 -- John Locke, A Treatise Concerning Civil Government



Re: alphabetic order

2006-04-08 Thread Erik Johansson
On Saturday 08 April 2006 11:56, Rafael Rodríguez wrote:
 but how¿

First of all, make sure your /etc/default/locale is correct. There shouldn't 
be any quotes in it. For reference, this is the contents of mine
#  File generated by update-locale
LANG=en_US
LANGUAGE=en_SE:en_US:en_GB:en
LC_CTYPE=sv_SE

You proably have something like LANGUAGE=es_ES:es:en_GB:en. Just remove the 
quotes. [1] Don't know if it's necessary, but you might have to rerun 
dpkg-reconfigure locales at this point.

Then, assuming you use kdm, add the following line to /etc/pam.d/kdm 
and /etc/pam.d/kdm-np [2] [3]
auth required pam_env.so envfile=/etc/default/locale

This will make kdm use the settings in /etc/default/locale. 

[1] - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361091
[2] - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361163
[3] - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361089

// Erik

-- 
It said Use Windows XP or better, so I installed Debian GNU/Linux.

Erik Johansson
http://ejohansson.se



Re: alphabetic order

2006-04-08 Thread Rafael Rodríguez
Viernes, 7 de Abril de 2006 23:37, Petteri escribió:
 If you have the old locale package you can always install it (the bug is
 in 2.3.6-5 http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=361048 ).

 dpkg -i /var/cache/apt/archives/locales_2.3.6-4_all.deb

 I also reconfigured locales after the downgrade with

 dpkg-reconfigure locales

 Hope this helps. Works for me.

Worked here also :) but i used 2.3.6-3 because it still lives in the archive 
(must be the version for some rare arch).

Thanks,

Rafael Rodríguez



Re: alphabetic order

2006-04-07 Thread Wolfgang Rohdewald
On Friday 07 April 2006 07:51, Hendrik Sattler wrote:
 $ unset LC_COLLATE
 $ locale
 [...]
 LC_COLLATE=de_DE.UTF-8
 [...]
 $ echo -e A\na\nB\nb | sort
 a
 A
 b
 B

It works here also with just an unset LC_COLLATE. I would not
set it unless it needs to differ from LANG

wr:~/b/av$ echo $LC_COLLATE

wr:~/b/av$ echo $LANG
[EMAIL PROTECTED]
wr:~/b/av$  echo -e A\na\nB\nb | sort
a
A
b
B

-- 
Wolfgang


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: alphabetic order

2006-04-07 Thread Matej Cepl
Matej Cepl wrote:
 Rafael Rodríguez wrote:
 since a couple of days ago i've noted that all kde orderings are sensible
 to caps. Kmail folders, kopete groups... everything!
 
 What has changed and how can i fall back to the old behaviour?
 
 Same here -- and yes, I don't like it either. Any ideas?

there seems to be some ugly bug in the current Debian/sid which makes my
locale (originally cs_CZ.UTF-8) into POSIX. Can anybody suggest workaround?

Matej

-- 
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
23 Marion St. #3, (617) 876-1259, ICQ 132822213
 
There's a long-standing bug relating to the x86 architecture
that allows you to install Windows.
-- Matthew D. Fuller



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: alphabetic order

2006-04-07 Thread Matej Cepl
Rafael Rodríguez wrote:
 What has changed and how can i fall back to the old behaviour?

For me it was screwed up locale with the latest upgrade of debian/sid. Make
sure you have correct locale (command locale in xterm).

Matej

-- 
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
23 Marion St. #3, (617) 876-1259, ICQ 132822213
 
..every Man has a Property in his own Person. This no Body has
any Right to but himself. The Labour of his Body, and the Work of
his Hands, we may say, are properly his.  The great and chief
end therefore, of Mens uniting into Commonwealths, and putting
themselves under Government, is the Preservation of their
Property.
-- John Locke, A Treatise Concerning Civil Government



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: alphabetic order

2006-04-07 Thread Curt Howland
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On Friday 07 April 2006 20:14, Matej Cepl was heard to say:
 For me it was screwed up locale with the latest upgrade of
 debian/sid. Make sure you have correct locale (command locale in
 xterm).

So, is this wrong or right? Some of us just don't know what 
it should say. BTW, nice John Locke quote, have you read 
www.mises.org?

# locale
LANG=
LANGUAGE=en_US:en_GB:en
LC_CTYPE=POSIX
LC_NUMERIC=POSIX
LC_TIME=POSIX
LC_COLLATE=POSIX
LC_MONETARY=POSIX
LC_MESSAGES=POSIX
LC_PAPER=POSIX
LC_NAME=POSIX
LC_ADDRESS=POSIX
LC_TELEPHONE=POSIX
LC_MEASUREMENT=POSIX
LC_IDENTIFICATION=POSIX
LC_ALL=


- -- 
September 11th, 2001
The proudest day for gun control and central 
planning advocates in American history

-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.3 (GNU/Linux)

iQEVAwUBRDcixi9Y35yItIgBAQJLBgf/TQMwNHj9reZDvxqzu/2HJD+JUyWv7zb4
IANqbhqWUFi5h2lgLNdn4f+yRJq7n6cRu+F6PahvsjKWTXVWTEd/i7IicKT9fcDe
9ii4PJLxI4UV0KIxhbTFLLHtDTL0Ptm+fMQnTgy4K6STrwP6pbovnEJ8g16hh7lx
4MIVAj8pb6F5sjojvPtTGDYQO6e2PiUhGzZjiGz2CBNO4wnCGBdvO1mJFDhX2a7L
vKqgXBJh9AkyYwIFFe2biSiNVh/nzkwsPqIaEN0g65G4FyX4l3ru88G1Xu7yGFl0
TFUghN/2FFx/4GK4o5KC6qm4s4hwWSk9pXrY8jepHh3GhOu7DqxPWw==
=kN1U
-END PGP SIGNATURE-


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



alphabetic order

2006-04-06 Thread Rafael Rodríguez
Hi, 

since a couple of days ago i've noted that all kde orderings are sensible to 
caps. Kmail folders, kopete groups... everything!

What has changed and how can i fall back to the old behaviour?

Thx,

Rafael Rodríguez



Re: alphabetic order

2006-04-06 Thread Matej Cepl
Rafael Rodríguez wrote:
 since a couple of days ago i've noted that all kde orderings are sensible
 to caps. Kmail folders, kopete groups... everything!
 
 What has changed and how can i fall back to the old behaviour?

Same here -- and yes, I don't like it either. Any ideas?

Matej

-- 
GPG Finger: 89EF 4BC6 288A BF43 1BAB  25C3 E09F EF25 D964 84AC
http://www.ceplovi.cz/matej/blog/, Jabber: [EMAIL PROTECTED]
23 Marion St. #3, (617) 876-1259, ICQ 132822213
 
A fool-proof method for sculpting an elephant: first, get a huge
block of marble; then you chip away everything that doesn't look
like an elephant.



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]



Re: alphabetic order

2006-04-06 Thread Hendrik Sattler
Am Freitag, 7. April 2006 04:09 schrieb Matej Cepl:
 Rafael Rodríguez wrote:
  since a couple of days ago i've noted that all kde orderings are sensible
  to caps. Kmail folders, kopete groups... everything!
 
  What has changed and how can i fall back to the old behaviour?

 Same here -- and yes, I don't like it either. Any ideas?

What are your locale settings?:

$ echo -e A\na\nB\nb | sort
A
B
a
b
$ locale
[...]
LC_COLLATE=C
[...]
$ unset LC_COLLATE
$ locale
[...]
LC_COLLATE=de_DE.UTF-8
[...]
$ echo -e A\na\nB\nb | sort
a
A
b
B

Does KDE finally respect the users locale? That would be great :)

HS