lxdm.guncelleme
This commit is contained in:
parent
7174eac4b0
commit
a3d09a5b33
2 changed files with 4 additions and 3 deletions
|
@ -2,11 +2,12 @@
|
||||||
|
|
||||||
# use bash for "exec -l", howto run login shell by /bin/sh ?
|
# use bash for "exec -l", howto run login shell by /bin/sh ?
|
||||||
|
|
||||||
if [ $# -eq 1 -a -n "$1" ]; then
|
if [ `which "$1"` ]; then
|
||||||
LXSESSION=$1
|
LXSESSION=$1
|
||||||
else
|
else
|
||||||
# default session
|
# default session
|
||||||
LXSESSION=/usr/bin/startlxde
|
ontanimli=grep -ri "exec" ~/.xinitrc | cut -d' ' -f2
|
||||||
|
LXSESSION=/usr/bin/$ontanimli
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -f /etc/profile ] && . /etc/profile
|
[ -f /etc/profile ] && . /etc/profile
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
name=lxdm
|
name=lxdm
|
||||||
version=0.5.3
|
version=0.5.3
|
||||||
release=3
|
release=4
|
||||||
uisim=lxdm-a548c73
|
uisim=lxdm-a548c73
|
||||||
tema=lxdm-tema
|
tema=lxdm-tema
|
||||||
tsurum=1.1
|
tsurum=1.1
|
||||||
|
|
Loading…
Add table
Reference in a new issue