#
# /etc/SuSEconfig/profile
#
# Automatically generated by SuSEconfig on Mon Jan 16 18:01:52 CET 2006.
#
# PLEASE DO NOT EDIT THIS FILE!
#
# Change variables below /etc/sysconfig instead.
#
#
# start of i18n support
if test -z "$SSH_SENDS_LOCALE" ; then
if test "$UID" = 0 ; then
    #
    # /etc/sysconfig/language: ROOT_USES_LANG = ctype:
    #
    # root uses only the LC_CTYPE. We unset all effective locale variables
    # but LC_CTYPE and set LANG to POSIX.
    # This is necessary for non iso-8859-1 roots to be able to type all
    # the characters in X Windows.
    #
    unset LANG
    unset LC_ALL
    unset LC_MESSAGES
    LC_CTYPE="en_US.UTF-8"
    export LC_CTYPE
    unset LC_COLLATE
    unset LC_TIME
    unset LC_NUMERIC
    unset LC_PAPER
    unset LC_MONETARY
else
    #
    # All other users get all the locale variables from /etc/sysconfig/language:
    #
    LANG="en_US.UTF-8"
    export LANG
    unset LC_ALL
    unset LC_MESSAGES
    unset LC_CTYPE
    unset LC_COLLATE
    unset LC_TIME
    unset LC_NUMERIC
    unset LC_PAPER
    unset LC_MONETARY
fi
# end of i18n support
fi
test -z "$WINDOWMANAGER" && WINDOWMANAGER=/usr/X11R6/bin/kde
export WINDOWMANAGER
