use -l for startwm.sh
This commit is contained in:
parent
8490a2b24b
commit
c7a5643690
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh -l
|
||||||
|
|
||||||
# change the order in line below to run to run whatever window manager you
|
# change the order in line below to run to run whatever window manager you
|
||||||
# want, default to kde
|
# want, default to kde
|
||||||
@ -18,11 +18,6 @@ SESSIONS="startkde gnome-session startxfce4 xterm"
|
|||||||
#export PATH=$PATH
|
#export PATH=$PATH
|
||||||
#export LANG=$LANG
|
#export LANG=$LANG
|
||||||
|
|
||||||
# for bash profile
|
|
||||||
#. ~/.bash_profile
|
|
||||||
|
|
||||||
#. /etc/profile
|
|
||||||
|
|
||||||
for WindowManager in $SESSIONS
|
for WindowManager in $SESSIONS
|
||||||
do
|
do
|
||||||
which $WindowManager
|
which $WindowManager
|
||||||
|
Loading…
Reference in New Issue
Block a user