Mailinglist Archive: opensuse-bugs (14787 mails)

< Previous Next >
[Bug 216518] When using GNOME desktop with zh_CN.UTF-8 locale, scim starts without correct locale setting.
  • From: bugzilla_noreply@xxxxxxxxxx
  • Date: Mon, 6 Nov 2006 10:50:36 -0700 (MST)
  • Message-id: <20061106175036.3B2CDF28@xxxxxxxxxxxxxxxxxxxxxx>
https://bugzilla.novell.com/show_bug.cgi?id=216518





------- Comment #9 from mfabian@xxxxxxxxxx 2006-11-06 10:50 MST -------
This could be fixed in gdm of course, but I guess it is
nicer to improve /etc/X11/xdm/Xsession instead. Like this:

rossini:/etc/X11/xdm # diff -u Xsession.orig Xsession
--- Xsession.orig 2006-11-06 20:05:08.000000000 +0100
+++ Xsession 2006-11-06 20:05:43.000000000 +0100
@@ -165,6 +165,9 @@
if test $# -ge 2 -a -n "$2" ; then
LANG=$2
export LANG
+ else
+ # get the system default locale settings:
+ . /etc/profile.d/lang.sh
fi
fi

rossini:/etc/X11/xdm #

Adding author of Xsession to CC:.


--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.

< Previous Next >