lxdm.Xsession
This commit is contained in:
parent
951e418925
commit
4647ddecf3
|
@ -6,8 +6,7 @@ if [ `which "$1"` ]; then
|
||||||
LXSESSION=$1
|
LXSESSION=$1
|
||||||
else
|
else
|
||||||
# default session
|
# default session
|
||||||
ontanimli=grep -ri "exec" ~/.xinitrc | cut -d' ' -f2
|
LXSESSION=grep -ri "exec" ~/.xinitrc | cut -d' ' -f2
|
||||||
LXSESSION=/usr/bin/$ontanimli
|
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -f /etc/profile ] && . /etc/profile
|
[ -f /etc/profile ] && . /etc/profile
|
||||||
|
|
Loading…
Reference in New Issue