From 619af4afb943fed12ef150f7ecf540776fee435e Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Tue, 29 Oct 2013 17:08:51 +0100 Subject: xserver-common: start Xsession when starting Xserver * since this commit commit 305038f932fbcb39f3bb6698f8fad18172c30962 Author: Jonathan Liu Date: Wed Jun 12 08:30:15 2013 +0000 xserver-nodm-init: do not execute Xsession twice xserver-nodm-init wasn't working correctly when it was used together with xserver-common which doesn't start Xsession from Xserver (unlike x11-common in oe-core). Signed-off-by: Martin Jansa --- ...erver-Start-Xsession-like-x11-common-does.patch | 26 ++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0014-Xserver-Start-Xsession-like-x11-common-does.patch (limited to 'meta-oe/recipes-graphics/xserver-common/xserver-common-1.34') diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0014-Xserver-Start-Xsession-like-x11-common-does.patch b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0014-Xserver-Start-Xsession-like-x11-common-does.patch new file mode 100644 index 000000000..5a759640c --- /dev/null +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0014-Xserver-Start-Xsession-like-x11-common-does.patch @@ -0,0 +1,26 @@ +From 8171f89944969a081be1ac193b2a59016e39a345 Mon Sep 17 00:00:00 2001 +From: Martin Jansa +Date: Tue, 29 Oct 2013 17:07:21 +0100 +Subject: [PATCH 14/14] Xserver: Start Xsession like x11-common does + +Signed-off-by: Martin Jansa +--- + X11/Xserver | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +diff --git a/X11/Xserver b/X11/Xserver +index 559f059..4b88637 100755 +--- a/X11/Xserver ++++ b/X11/Xserver +@@ -4,6 +4,6 @@ + . /etc/X11/xserver-common + + echo "tslib: $TSLIB_TSDEVICE" +-echo "exec $XSERVER $ARGS -dpi $DPI $*" +-exec $XSERVER $ARGS -dpi $DPI $* ++echo "exec xinit /etc/X11/Xsession -- $BINDIR/$XSERVER $ARGS -dpi $DPI $*" + ++exec xinit /etc/X11/Xsession -- $BINDIR/$XSERVER $ARGS -dpi $DPI $* +-- +1.8.4.2 + -- cgit v1.2.3-54-g00ecf