Your message dated Fri, 02 Nov 2007 09:52:43 +0100
with message-id <[EMAIL PROTECTED]>
and subject line wmaker: Ignores GDM_LANG value (probably KDM equivalent too?)
has caused the attached Bug report to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what I am
talking about this indicates a serious mail system misconfiguration
somewhere.  Please contact me immediately.)

Debian bug tracking system administrator
(administrator, Debian Bugs database)

--- Begin Message ---
Package: wmaker
Version: 0.80.0-3.1
Severity: normal
Tags: patch

Gdm allows the user to choose a (default) language for his session. It sets
the value of the language in the environment variable GDM_LANG. Gnome uses
this variable to set the LANG variable, but wmaker does not. There may be
a similar issue with KDM and other login managers. This patch solves the
gdm case:

--- wmaker~     Sun Apr  7 06:28:19 2002
+++ wmaker      Wed Apr 10 12:28:18 2002
@@ -18,6 +18,11 @@
 wm_themes=$wm_base/Themes
 WindowMaker=/usr/bin/WindowMaker
 
+if [ "GDM_LANG" ]
+then
+    export LANG="$GDM_LANG"
+fi
+
 make_dir_if_needed ()
 {
     if [ ! -d $1 ] ; then

-- System Information
Debian Release: 3.0
Architecture: i386
Kernel: Linux michelle 2.4.17-preempt #1 Sat Jan 19 03:13:42 ART 2002 i686
Locale: LANG=C, LC_CTYPE=C

Versions of packages wmaker depends on:
ii  cpp                          2:2.95.4-14 The GNU C preprocessor.
ii  debianutils                  1.16        Miscellaneous utilities specific t
ii  hermes1                      1.3.2-2.1   The Hermes pixel-format library
ii  libc6                        2.2.5-4     GNU C Library: Shared libraries an
ii  libjpeg62                    6b-5        The Independent JPEG Group's JPEG 
ii  libpng2                      1.0.12-3    PNG library - runtime
ii  libtiff3g                    3.5.5-6     Tag Image File Format library
ii  libungif4g                   4.1.0b1-2   shared library for GIF images (run
ii  libwraster2                  0.80.0-3.1  Shared libraries of Window Maker r
ii  xlibs                        4.1.0-15    X Window System client libraries
ii  zlib1g                       1:1.1.4-1   compression library - runtime



--- End Message ---
--- Begin Message ---
From: Federico Heinz <[EMAIL PROTECTED]>
Subject: whatever it was, it seems to be gone
So I guess closing this is the right thing to do.

Closing it then...

Gürkan


--- End Message ---

Reply via email to