All of lore.kernel.org
 help / color / mirror / Atom feed
From: Koen Kooi <koen@dominion.thruhere.net>
To: openembedded-devel@lists.openembedded.org
Subject: Re: [PATCH] Adding support for xscreensaver-5.39
Date: Wed, 6 Jun 2018 11:55:49 +0200	[thread overview]
Message-ID: <pf8av2$tp5$1@blaine.gmane.org> (raw)
In-Reply-To: <20180606081240.6178-1-pn@denx.de>

Op 06-06-18 om 10:12 schreef Parthiban Nallathambi:
> - This patch enables the support for xscreensaver 5.39 version
> - xscreensaver.service created for the system with systemd
> 
> Signed-off-by: Parthiban Nallathambi <pn@denx.de>

> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xscreensaver/files/xscreensaver.service
> @@ -0,0 +1,14 @@
> +[Unit]
> +Description=Xscreensaver service
> +PartOf=xserver-nodm.service
> +After=xserver-nodm.service
> +
> +[Service]
> +ExecStart=/usr/bin/xscreensaver

That's a hardcoded path...

> +Environment="DISPLAY=:0"

> diff --git a/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb
> new file mode 100644
> index 000000000..6b17f9b09
> --- /dev/null
> +++ b/meta-oe/recipes-graphics/xscreensaver/xscreensaver_5.39.bb

> +do_install_append() {
> +    install -D ${WORKDIR}/xscreensaver.service ${D}${systemd_unitdir}/system/xscreensaver.service
> +}

...which you'll need to fixup here



  reply	other threads:[~2018-06-06 10:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-06-06  7:02 xscreensaver yocto recipe Stefano Gurrieri
2018-06-06  8:12 ` [PATCH] Adding support for xscreensaver-5.39 Parthiban Nallathambi
2018-06-06  9:55   ` Koen Kooi [this message]
2018-06-06 17:13 ` xscreensaver yocto recipe Khem Raj
  -- strict thread matches above, loose matches on Subject: below --
2018-06-06  8:05 (No subject) Parthiban Nallathambi
2018-06-06  8:05 ` [PATCH] Adding support for xscreensaver-5.39 Parthiban Nallathambi
2018-06-08  7:56   ` Khem Raj
2018-09-29 21:31 Parthiban Nallathambi
2018-09-29 23:21 ` akuster808
2018-09-30  0:36   ` Khem Raj
2018-11-05 14:31     ` Parthiban Nallathambi
2018-11-05 14:30   ` Parthiban Nallathambi

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='pf8av2$tp5$1@blaine.gmane.org' \
    --to=koen@dominion.thruhere.net \
    --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.