xserver-kdrive-common: try running x-session-manager on startup before x-window-manager

git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4177 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
Ross Burton
2008-04-07 13:44:36 +00:00
parent 5c3b29a03b
commit feb437e626
2 changed files with 3 additions and 3 deletions

View File

@@ -1,8 +1,8 @@
#!/bin/sh
if [ -x $HOME/.Xsession ]; then
exec $HOME/.Xsession
elif [ -x /usr/bin/x-session-manager ]; then
exec /usr/bin/x-session-manager
else
exec /usr/bin/x-window-manager
fi

View File

@@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts"
LICENSE = "GPL"
SECTION = "x11"
RDEPENDS_${PN} = "xmodmap libxrandr xdpyinfo xtscal xinit formfactor"
PR = "r23"
PR = "r24"
SRC_URI = "file://etc"
S = ${WORKDIR}