1 --- data/lxdm.orig 2010-01-24 16:58:42.262866825 -0200
2 +++ data/lxdm 2010-01-19 11:56:34.308668692 -0200
6 -[ -f /etc/sysconfig/i18n ] && . /etc/sysconfig/i18n
8 -if [ -z "$LANG" -a -e /etc/sysconfig/language ]; then
9 - . /etc/sysconfig/language
10 - if [ -n "$RC_LANG"]; then
13 +if [ -r /etc/profile.d/locale.sh ]; then
14 + . /etc/profile.d/locale.sh
17 if [ -n "$LANG" ]; then
21 -[ -f /etc/sysconfig/desktop ] && . /etc/sysconfig/desktop
22 -[ -f /etc/sysconfig/windowmanager ] && . /etc/sysconfig/windowmanager
24 if [ -n "$DEFAULT_WM" ]; then