All of lore.kernel.org
 help / color / mirror / Atom feed
From: Yegor Yefremov <yegor_sub1@visionsystems.de>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/3] fluxbox: add xsession profile
Date: Wed, 07 Dec 2011 11:31:49 +0100	[thread overview]
Message-ID: <4EDF4095.4040607@visionsystems.de> (raw)
In-Reply-To: <1318238520-16580-1-git-send-email-yegorslists@googlemail.com>

Am 10.10.2011 11:21, schrieb yegorslists at googlemail.com:
> From: Yegor Yefremov <yegorslists@googlemail.com>
> 
> add .xsession profile to get fluxbox being started automatically
> by XDM
> 
> Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
> ---
>  package/fluxbox/.xsession  |    1 +
>  package/fluxbox/fluxbox.mk |    6 ++++++
>  2 files changed, 7 insertions(+), 0 deletions(-)
>  create mode 100644 package/fluxbox/.xsession
> 
> diff --git a/package/fluxbox/.xsession b/package/fluxbox/.xsession
> new file mode 100644
> index 0000000..3775bad
> --- /dev/null
> +++ b/package/fluxbox/.xsession
> @@ -0,0 +1 @@
> +exec startfluxbox
> diff --git a/package/fluxbox/fluxbox.mk b/package/fluxbox/fluxbox.mk
> index 85a8eae..e0f6e4e 100644
> --- a/package/fluxbox/fluxbox.mk
> +++ b/package/fluxbox/fluxbox.mk
> @@ -13,4 +13,10 @@ FLUXBOX_CONF_OPT = --x-includes=$(STAGING_DIR)/usr/include/X11 \
>  
>  FLUXBOX_DEPENDENCIES = xlib_libX11 $(if $(BR2_PACKAGE_LIBICONV),libiconv)
>  
> +define FLUXBOX_INSTALL_XSESSION_FILE
> +	$(INSTALL) -m 0644 package/fluxbox/.xsession $(TARGET_DIR)/root/.xsession
> +endef
> +
> +FLUXBOX_POST_INSTALL_TARGET_HOOKS += FLUXBOX_INSTALL_XSESSION_FILE
> +
>  $(eval $(call AUTOTARGETS))

ping?

  parent reply	other threads:[~2011-12-07 10:31 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-10  9:21 [Buildroot] [PATCH 1/3] fluxbox: add xsession profile yegorslists at googlemail.com
2011-10-10  9:21 ` [Buildroot] [PATCH 2/3] xdm: bump to 1.1.11 yegorslists at googlemail.com
2011-12-07 10:32   ` Yegor Yefremov
2011-12-07 20:18   ` Peter Korsgaard
2011-10-10  9:22 ` [Buildroot] [PATCH 3/3] xdm: install startup script yegorslists at googlemail.com
2011-12-07 10:32   ` Yegor Yefremov
2011-12-07 20:32   ` Peter Korsgaard
2011-12-07 10:31 ` Yegor Yefremov [this message]
2011-12-07 20:14 ` [Buildroot] [PATCH 1/3] fluxbox: add xsession profile Peter Korsgaard

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=4EDF4095.4040607@visionsystems.de \
    --to=yegor_sub1@visionsystems.de \
    --cc=buildroot@busybox.net \
    /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.