added some more comments on environment setup

ulab-original
jsorg71 15 years ago
parent 60e282de05
commit d9b86cc2ff

@ -11,6 +11,9 @@ SESSIONS="startkde gnome-session startxfce4 xterm"
#export PATH=$PATH #export PATH=$PATH
# for PATH and LANG from /etc/environment # for PATH and LANG from /etc/environment
# pam will auto process the environment file if /etc/pam.d/xrdp-sesman
# includes
# auth required pam_env.so readenv=1
#. /etc/environment #. /etc/environment
#export PATH=$PATH #export PATH=$PATH
#export LANG=$LANG #export LANG=$LANG
@ -18,6 +21,8 @@ SESSIONS="startkde gnome-session startxfce4 xterm"
# for bash profile # for bash profile
#. ~/.bash_profile #. ~/.bash_profile
#. /etc/profile
for WindowManager in $SESSIONS for WindowManager in $SESSIONS
do do
which $WindowManager which $WindowManager

Loading…
Cancel
Save