Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-16 Thread Raf Czlonka
On Sat, Oct 15, 2011 at 01:12:12PM BST, Csanyi Pal wrote:
 I run then the commands:
 
  $ sudo apt-get update
  $ sudo apt-get --reinstall install $(dpkg -S LC_MESSAGES | cut\
  -d: -f1 | tr ', ' '\n' | sort -u)
 
 I get after that - without reboooting my system - Hungarian menus in
 Midnight Commander under xterm or virtual terminal.
 
 I also tried to run GUI's, like Bluefish, Ekiga and I get Hungarian
 menus too. :)

Looks like we've nailed it then.
Glad it worked in the end.

Regards,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111016182243.ga3...@linuxstuff.pl



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-15 Thread Raf Czlonka
On Sun, Oct 09, 2011 at 09:49:05AM BST, Csanyi Pal wrote:
 I tried to run mc, ekiga, bluefish:
  $ LANG=hu_HU.UTF-8 mc
  $ LANG=hu_HU.UTF-8 ekiga
  $ LANG=hu_HU.UTF-8 bluefish
 
 Neither mc and ekiga nor bluefish gives to me Hungarian menus. :(

In that case are the actual locale generated at all?

% dpkg-reconfigure locales

or simply install 'locales-all'.

Also make sure you don't have 'localepurge' or similar, eating your
locale.

  Just tested it on my laptop with Hungarian locale and it works fine.
  If the above work that would point to your DM or WM not setting your
  environment properly.
   ^^
Try without xdm, use startx.
Also try running, e.g. 'mc' or other curses app under x-terminal and
under tty and see if it makes a difference.
If neither of the above works, I'm running out of ideas.

Regards,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111015080556.ga19...@linuxstuff.pl



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-15 Thread Csanyi Pal
Raf Czlonka r...@linuxstuff.pl writes:

 On Sun, Oct 09, 2011 at 09:49:05AM BST, Csanyi Pal wrote:
 I tried to run mc, ekiga, bluefish:
  $ LANG=hu_HU.UTF-8 mc
  $ LANG=hu_HU.UTF-8 ekiga
  $ LANG=hu_HU.UTF-8 bluefish
 
 Neither mc and ekiga nor bluefish gives to me Hungarian menus. :(

 In that case are the actual locale generated at all?

 % dpkg-reconfigure locales

I did it already.

 or simply install 'locales-all'.

 Also make sure you don't have 'localepurge' or similar, eating your
 locale.

I did have localepurge installed so I purge it with command: 
 $ sudo aptitude purge localepurge

I don't know why had installed it at all.

I run then the commands:

 $ sudo apt-get update
 $ sudo apt-get --reinstall install $(dpkg -S LC_MESSAGES | cut\
 -d: -f1 | tr ', ' '\n' | sort -u)

I get after that - without reboooting my system - Hungarian menus in
Midnight Commander under xterm or virtual terminal.

I also tried to run GUI's, like Bluefish, Ekiga and I get Hungarian
menus too. :)

-- 
Regards, Pal
http://cspl.me


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87zkh28ndv.fsf@debian-asztal.excito



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-09 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 09:13:42PM BST, Csanyi Pal wrote:
 Raf Czlonka r...@linuxstuff.pl writes:
  What's the content of /etc/default/locale and what does locale say?
 
 The content of /etc/default/locale is:
 LANG=hu_HU.UTF-8

Last but not least, try running:

% LANG=hu_HU.UTF-8 mc

or any other program prefixed with LANG.

Just tested it on my laptop with Hungarian locale and it works fine.
If the above work that would point to your DM or WM not setting your
environment properly.

Please check whether you have any other locale set in /etc/environment.

Regards,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111009074635.ga14...@linuxstuff.pl



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-09 Thread Csanyi Pal
Hi Raf,

Raf Czlonka r...@linuxstuff.pl writes:

 On Thu, Oct 06, 2011 at 09:13:42PM BST, Csanyi Pal wrote:
 Raf Czlonka r...@linuxstuff.pl writes:
  What's the content of /etc/default/locale and what does locale say?
 
 The content of /etc/default/locale is:
 LANG=hu_HU.UTF-8

 Last but not least, try running:

 % LANG=hu_HU.UTF-8 mc

 or any other program prefixed with LANG.

I tried to run mc, ekiga, bluefish:
 $ LANG=hu_HU.UTF-8 mc
 $ LANG=hu_HU.UTF-8 ekiga
 $ LANG=hu_HU.UTF-8 bluefish

Neither mc and ekiga nor bluefish gives to me Hungarian menus. :(

 Just tested it on my laptop with Hungarian locale and it works fine.
 If the above work that would point to your DM or WM not setting your
 environment properly.

 Please check whether you have any other locale set in /etc/environment.

The /etc/environment on my Debian SID system is empty:
ls -l /etc/environment 
-rw-r--r-- 1 root root 0 aug   18  2010 /etc/environment

-- 
Regards, Pal
http://cspl.me


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87aa9ay2gu.fsf@debian-asztal.excito



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-06 Thread Hugo Vanwoerkom

Csanyi Pal wrote:

Hi,

after i upgraded to SID when I run Midnight Commander, or Ekiga, or
other application, I get not menus in Hungarian language as I get it
before upgrade.

I'm using XDM as X login and Window Maker as window manager.

I'm trying setup Hungarian environment by editing files in my $HOME
directory: 


.xsessionrc
Language=hu_HU.utf8
Layout=hu standard

~/GNUstep/Library/WindowMaker/autostart
Language=hu_HU.utf8
Layout=hu

I'm tried to reinstall, or reconfigure MC but still get it in English
and not in Hungarian.

However on my consoles, say in xterm or vt1-6 when run 'date' I get date
in Hungarian format.

So in MC I get half in Hungarian (say tips) and half in English (menus,
etc.). 


Did you try posting the MC mailing list?

Hugo



In Ekiga menus are in English and not in Hungarian.

How can I solve this problem?




--
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org

Archive: http://lists.debian.org/j6kkdk$mf9$2...@dough.gmane.org



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-06 Thread Raf Czlonka
On Wed, Oct 05, 2011 at 09:13:36PM BST, Csanyi Pal wrote:
 I'm trying setup Hungarian environment by editing files in my $HOME
 directory: 
 
 .xsessionrc
 Language=hu_HU.utf8
 Layout=hu standard
 
 ~/GNUstep/Library/WindowMaker/autostart
 Language=hu_HU.utf8
 Layout=hu

That's not the right way to set up your environment.

Try:

% dpkg-reconfigure locales

-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111006165022.ga7...@linuxstuff.pl



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-06 Thread Csanyi Pal
Raf Czlonka r...@linuxstuff.pl writes:

 On Wed, Oct 05, 2011 at 09:13:36PM BST, Csanyi Pal wrote:
 I'm trying setup Hungarian environment by editing files in my $HOME
 directory: 
 
 .xsessionrc
 Language=hu_HU.utf8
 Layout=hu standard
 
 ~/GNUstep/Library/WindowMaker/autostart
 Language=hu_HU.utf8
 Layout=hu

 That's not the right way to set up your environment.

I have now removed these lines.

 Try:

 % dpkg-reconfigure locales

I already did it and doesn't help.

-- 
Regards, Pal
http://cspl.me


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87mxdd9a7s.fsf@debian-asztal.excito



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-06 Thread Csanyi Pal
Hugo Vanwoerkom hvw59...@care2.com writes:

 Csanyi Pal wrote:
 So in MC I get half in Hungarian (say tips) and half in English (menus,
 etc.). 

 Did you try posting the MC mailing list?
 In Ekiga menus are in English and not in Hungarian.

No, I didn't because I think this isn't MC related issue; I can see that
Ekiga also has English Menus.

I'm using only hu_HU.UTF-8 locale.
/etc/default/locale has only lines:
#  File generated by update-locale
LANG=hu_HU.UTF-8

-- 
Regards, Pal
http://cspl.me


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/87ipo199ww.fsf@debian-asztal.excito



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-06 Thread Raf Czlonka
On Thu, Oct 06, 2011 at 08:44:07PM BST, Csanyi Pal wrote:
 Raf Czlonka r...@linuxstuff.pl writes:
  Try:
 
  % dpkg-reconfigure locales
 
 I already did it and doesn't help.

What's the content of /etc/default/locale and what does locale say?

Regards,
-- 
Raf


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/20111006195946.ga8...@linuxstuff.pl



Re: Debian SID - Can't setup Language for applications(using xdm, wmaker)

2011-10-06 Thread Csanyi Pal
Raf Czlonka r...@linuxstuff.pl writes:

 On Thu, Oct 06, 2011 at 08:44:07PM BST, Csanyi Pal wrote:
 Raf Czlonka r...@linuxstuff.pl writes:
  Try:
 
  % dpkg-reconfigure locales
 
 I already did it and doesn't help.

 What's the content of /etc/default/locale and what does locale say?

The content of /etc/default/locale is:
LANG=hu_HU.UTF-8

The output of the locale command is:
 $ locale
LANG=hu_HU.UTF-8
LANGUAGE=
LC_CTYPE=hu_HU.UTF-8
LC_NUMERIC=hu_HU.UTF-8
LC_TIME=hu_HU.UTF-8
LC_COLLATE=hu_HU.UTF-8
LC_MONETARY=hu_HU.UTF-8
LC_MESSAGES=hu_HU.UTF-8
LC_PAPER=hu_HU.UTF-8
LC_NAME=hu_HU.UTF-8
LC_ADDRESS=hu_HU.UTF-8
LC_TELEPHONE=hu_HU.UTF-8
LC_MEASUREMENT=hu_HU.UTF-8
LC_IDENTIFICATION=hu_HU.UTF-8
LC_ALL=

-- 
Regards, Pal
http://cspl.me


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org
Archive: http://lists.debian.org/877h4h98uh.fsf@debian-asztal.excito