lxdm.Xsession
This commit is contained in:
parent
d490d074e9
commit
24deadc560
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ if [ `which "$1"` ]; then
|
||||||
LXSESSION=$1
|
LXSESSION=$1
|
||||||
else
|
else
|
||||||
# default session
|
# default session
|
||||||
LXSESSION=grep -ri "exec" ~/.xinitrc | cut -d' ' -f2
|
LXSESSION=`grep -ri "exec" ~/.xinitrc | cut -d' ' -f2`
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -f /etc/profile ] && . /etc/profile
|
[ -f /etc/profile ] && . /etc/profile
|
||||||
|
|
Loading…
Add table
Reference in a new issue