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

Re: xterm



* Lennart Andersen <lennartka@rogers.com> [2011-07-06 16:30-0400]
> Hi All,
> 
> Have a little problem with xterm, when I launch xterm from gnome it sets the XTERM_LOCAL
> to en_CA and I want it to be da_DK, which it is when I launch a second instants from
> the open xterm. I can't seem to get it to go in the original! Any suggestions?
> -- 
> 
>  Lennart Andersen
>  St Thomas, Ontario
>  http://www.lennartandersen.com
>  lennartka at rogers dot com 
>  gdane0871 at gmail dot com 
> ----------------------------       
>   - Nice computers don't go down.
>          Larry Niven, Steven Barnes, The Barsoom Project
>   
> 
> 
> -- 
> To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org 
> with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
> Archive: [🔎] 20110706203042.GA7225@lnux.phub.net.cable.rogers.com">http://lists.debian.org/[🔎] 20110706203042.GA7225@lnux.phub.net.cable.rogers.com

Sorry for the late response, I figured it out, this is in the /etc/init.d/gdm3 file

if [ -r /etc/default/locale ]; then
 . /etc/default/locale
export LANG LANGUAGE
fi

I commented it out and I get my locales that I want in xterm 

XTERM_LOCAL=da_DK
PATH=/home/lennart/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games
DESKTOP_SESSION=gnome
GDM_KEYBOARD_LAYOUT=us
LANG=C
GDM_LANG=C
GDMSESSION=gnome
XTERM_LOCALE=C
XTERM_VERSION=XTerm(270)

Thank you all for your help.
-- 

 Lennart Andersen
 St Thomas, Ontario
 http://www.lennartandersen.com
 lennartka at rogers dot com 
 gdane0871 at gmail dot com 
----------------------------       
  - UNIX isn't dead - It just smells funny
  


Reply to: