added some more comments on environment setup
This commit is contained in:
parent
60e282de05
commit
d9b86cc2ff
@ -11,6 +11,9 @@ SESSIONS="startkde gnome-session startxfce4 xterm"
|
||||
#export PATH=$PATH
|
||||
|
||||
# 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
|
||||
#export PATH=$PATH
|
||||
#export LANG=$LANG
|
||||
@ -18,6 +21,8 @@ SESSIONS="startkde gnome-session startxfce4 xterm"
|
||||
# for bash profile
|
||||
#. ~/.bash_profile
|
||||
|
||||
#. /etc/profile
|
||||
|
||||
for WindowManager in $SESSIONS
|
||||
do
|
||||
which $WindowManager
|
||||
|
Loading…
Reference in New Issue
Block a user