lxdm.guncelleme
This commit is contained in:
parent
7174eac4b0
commit
a3d09a5b33
|
@ -2,11 +2,12 @@
|
|||
|
||||
# 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
|
||||
else
|
||||
# default session
|
||||
LXSESSION=/usr/bin/startlxde
|
||||
ontanimli=grep -ri "exec" ~/.xinitrc | cut -d' ' -f2
|
||||
LXSESSION=/usr/bin/$ontanimli
|
||||
fi
|
||||
|
||||
[ -f /etc/profile ] && . /etc/profile
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
name=lxdm
|
||||
version=0.5.3
|
||||
release=3
|
||||
release=4
|
||||
uisim=lxdm-a548c73
|
||||
tema=lxdm-tema
|
||||
tsurum=1.1
|
||||
|
|
Loading…
Reference in New Issue