all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: 宋文武 <iyzsong@gmail.com>
To: "Ludovic Courtès" <ludo@gnu.org>
Cc: 19119@debbugs.gnu.org
Subject: bug#19119: closed (Re: bug#19119: X cannot run programs in the current user's profile)
Date: Sat, 13 Dec 2014 22:07:30 +0800	[thread overview]
Message-ID: <87388jve1p.fsf@gmail.com> (raw)
In-Reply-To: <87iohh53ff.fsf@gnu.org>

Ludovic Courtès <ludo@gnu.org> writes:

> Thinking more about it, the fix in 1d18d87 wasn’t quite right.
>
> I think the right thing would be to run the window manager as a child of
> a ‘bash --login’ process, so the whole X session would get environment
> variables like a login shell.
>
> WDYT, 宋文武?
Agree!

And currently ratposion and windowmaker are hardcoded,
how about make sessions configurable?
Like:
    (define %default-sessions
      `(("windowmaker" . #~(execl #$windowmaker "/bin/wmaker"))
        ("ratposion" . #~(execl #$ratposion "/bin/ratposion"))))

    (define* (slim-service #:key (sessions %default-sessions)
    ...
>
> Thanks,
> Ludo’.

  reply	other threads:[~2014-12-13 14:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-11-20 14:16 bug#19119: X cannot run programs in the current user's profile Thompson, David
2014-11-20 20:15 ` Ludovic Courtès
     [not found] ` <handler.19119.D19119.141651456331142.notifdone@debbugs.gnu.org>
2014-12-11 20:36   ` bug#19119: closed (Re: bug#19119: X cannot run programs in the current user's profile) Ludovic Courtès
2014-12-13 14:07     ` 宋文武 [this message]
2014-12-13 15:24       ` Ludovic Courtès
2014-12-13 15:28       ` SLiM session types Ludovic Courtès
2015-03-07 14:50         ` tcech
2015-03-08 14:28           ` 宋文武

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=87388jve1p.fsf@gmail.com \
    --to=iyzsong@gmail.com \
    --cc=19119@debbugs.gnu.org \
    --cc=ludo@gnu.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.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

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.