From: Denis Carikli <denis@eukrea.com>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [meta-oe][PATCH] xserver-common 1.34: sync /etc/X11/Xsession.d/90xXWindowManager with x11-common(oe-core)
Date: Mon, 09 Jul 2012 15:52:48 +0200 [thread overview]
Message-ID: <25319920.MRo7ttM4mH@denis-n73sv> (raw)
In-Reply-To: <1340890700-31781-1-git-send-email-denis@eukrea.com>
On Thursday, June 28, 2012 03:38:20 PM Denis Carikli wrote:
> Without that fix environments like sato cannot start because
> they require x-session-manager to be started instead of
> x-window-manager.
>
> Signed-off-by: Denis Carikli <denis@eukrea.com>
> ---
> ...0005-add-XWindowManager-Xsession.d-script.patch | 17 +++++++----------
> .../xserver-common/xserver-common_1.34.bb | 2 +-
> 2 files changed, 8 insertions(+), 11 deletions(-)
>
> diff --git
> a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0005-add-XWin
> dowManager-Xsession.d-script.patch
> b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0005-add-XWin
> dowManager-Xsession.d-script.patch index f5c2c78..1782665 100644
> ---
> a/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0005-add-XWin
> dowManager-Xsession.d-script.patch +++
> b/meta-oe/recipes-graphics/xserver-common/xserver-common-1.34/0005-add-XWin
> dowManager-Xsession.d-script.patch @@ -9,18 +9,15 @@ Signed-off-by: Martin
> Jansa <Martin.Jansa@gmail.com> 1 files changed, 6 insertions(+), 0
> deletions(-)
> create mode 100644 X11/Xsession.d/90xXWindowManager
>
> -diff --git a/X11/Xsession.d/90xXWindowManager
> b/X11/Xsession.d/90xXWindowManager -new file mode 100644
> -index 0000000..3df8435
> ---- /dev/null
> -+++ b/X11/Xsession.d/90xXWindowManager
> -@@ -0,0 +1,6 @@
> -+#!/bin/sh
> +Index: xserver-common-1.34/X11/Xsession.d/90xXWindowManager
> +===================================================================
> +--- /dev/null 1970-01-01 00:00:00.000000000 +0000
> ++++ xserver-common-1.34/X11/Xsession.d/90xXWindowManager 2012-06-28
> 15:02:22.010521773 +0200 +@@ -0,0 +1,7 @@
> +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
> ---
> -1.7.8.5
> -
> diff --git a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
> b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb index
> 1147fca..a7e8191 100644
> --- a/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
> +++ b/meta-oe/recipes-graphics/xserver-common/xserver-common_1.34.bb
> @@ -2,7 +2,7 @@ DESCRIPTION = "Common X11 scripts and support files"
> LICENSE = "GPLv2"
> LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
>
> -PR = "r6"
> +PR = "r7"
>
> # we are using a gpe-style Makefile
> inherit gpe
Ping.
Denis.
prev parent reply other threads:[~2012-07-09 14:09 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-06-28 13:38 [meta-oe][PATCH] xserver-common 1.34: sync /etc/X11/Xsession.d/90xXWindowManager with x11-common(oe-core) Denis Carikli
2012-07-09 13:52 ` Denis Carikli [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=25319920.MRo7ttM4mH@denis-n73sv \
--to=denis@eukrea.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.