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

[branden@deadbeast.net: [ernst_sonnleitner@freenet.de: xdm don't run his start script with german settings (LANG=de_DE)]]



Ernst, I *think* the end problem is, XF86 uses a different set of locale
names than FSF's glibc uses. I don't know the answer. Branden and (ben?)
have exchanged a few emails in debian-x about possible solutions/sources
of the problem. The debian-x archives may be interesting reading. Until
something is figured out (or someone reminds me of what the fix was, if
there is a fix already :) I would suggest setting your locale
information on a per-process basis.

----- Forwarded message from Branden Robinson <branden@deadbeast.net> -----

Envelope-to: sarnold@localhost
Delivery-date: Tue, 12 Dec 2000 15:08:41 -0800
Resent-Date: Tue, 12 Dec 2000 15:06:21 -0800 (PST)
X-Envelope-Sender: branden@deadbeast.net
Date: Tue, 12 Dec 2000 17:46:12 -0500
To: debian-x@lists.debian.org
Subject: [ernst_sonnleitner@freenet.de: xdm don't run his start script with german settings (LANG=de_DE)]
Mail-Followup-To: debian-x@lists.debian.org
User-Agent: Mutt/1.2.5i
From: branden@deadbeast.net (Branden Robinson)
Resent-Message-ID: <lHmhfC.A.u_.2qqN6@murphy>
Resent-From: debian-x@lists.debian.org
X-Mailing-List: <debian-x@lists.debian.org> archive/latest/1991
X-Loop: debian-x@lists.debian.org
Precedence: list
Resent-Sender: debian-x-request@lists.debian.org
Resent-Bcc:

----- Forwarded message from Ernst Sonnleitner <ernst_sonnleitner@freenet.de> -----

From: Ernst Sonnleitner <ernst_sonnleitner@freenet.de>
To: Branden Robinson <branden@deadbeast.net>
Subject: xdm don't run his start script with german settings (LANG=de_DE)
Date: Tue, 12 Dec 2000 21:33:28 +0100
Delivered-To: branden@localhost.deadbeast.net
Delivered-To: branden@deadbeast.net
Message-ID: <20001212213328.A10987@sonnleitner.es.bawue.de>
User-Agent: Mutt/1.2.5i
In-Reply-To: <20001211223148.B26096@deadbeast.net>; from branden@deadbeast.net on Mon, Dec 11, 2000 at 10:31:48PM -0500
Organization: nobody is perfect

Hello

If I don't set locale xdm work well 
-> login with user/password
 ->my windowsmanager starts ....
....
es@sonnleitner:~$ locale
LANG=POSIX
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"
---------------------
 If I set my "locale" with /etc/language-de

#!/bin/sh                                                                       
# $Id: language-de,v 1.4 1998/02/20 18:34:36 leutloff Exp $                     
# settings for german speaking users                                            
set LANG
LANG=de_DE                                                                     
export LANG                                                                    
 
and activates it with  
/etc/X11/Xsession:
if [ -f /etc/language-de ]; then source
/etc/language-de; fi

/etc/profile:
if [ -f /etc/language-de ]; then source /etc/language-de;
fi

es@sonnleitner:~$ locale 
LANG=de_DE
LC_CTYPE="de_DE"
LC_NUMERIC="de_DE"
LC_TIME="de_DE"
LC_COLLATE="de_DE"
LC_MONETARY="de_DE"
LC_MESSAGES="de_DE"
LC_PAPER="de_DE"
LC_NAME="de_DE"
LC_ADDRESS="de_DE"
LC_TELEPHONE="de_DE"
LC_MEASUREMENT="de_DE"
LC_IDENTIFICATION="de_DE"
LC_ALL=

xdm started but after the loginscreen,
after user/password return
there is only one xterm open, no windowmanager started. 
I have read about that as the emergency screen, normaly touched with
user/password F1
with the possibility to repair a bad start script.

Regards Ernst

----- End forwarded message -----

-- 
G. Branden Robinson            |     The basic test of freedom is perhaps
Debian GNU/Linux               |     less in what we are free to do than in
branden@deadbeast.net          |     what we are free not to do.
http://deadbeast.net/~branden/ |     -- Eric Hoffer



----- End forwarded message -----

-- 
``Oh Lord; Ooh you are so big; So absolutely huge; Gosh we're all
really impressed down here, I can tell you.''



Reply to: