all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Felix Lechner via <help-guix@gnu.org>
To: "Tomas Volf" <~@wolfsden.cz>, "Ludovic Courtès" <ludo@gnu.org>
Cc: Alex Kost <alezost@gmail.com>, help-guix@gnu.org
Subject: Re: [HOWTO] Start X server manually instead of using a login manager
Date: Mon, 26 Feb 2024 09:28:27 -0800	[thread overview]
Message-ID: <877cir5e4k.fsf@lease-up.com> (raw)
In-Reply-To: <ZdykcUOzPXM-QI_-@ws>

Hi Tomas,

On Mon, Feb 26 2024, Tomas Volf wrote:

> There is patch #68289

Not sure where the message originated, but I use the script below.

Kind regards
Felix

* * *

#!/usr/bin/env -S guile --no-auto-compile -s
!#

(let* ((profile (string-append (getenv "HOME") "/.guix-profile"))
       (virtual-terminal (string-append "vt" (getenv "XDG_VTNR"))))
  (system* "xinit" "--"
           (string-append profile "/bin/Xorg")
           ":0"
           virtual-terminal "-keeptty"
           "-configdir" (string-append profile "/share/X11/xorg.conf.d")
           "-modulepath" (string-append profile "/lib/xorg/modules")))


      reply	other threads:[~2024-02-26 17:29 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-19 20:33 [HOWTO] Start X server manually instead of using a login manager Alex Kost
2018-07-19 21:56 ` Divan Santana
2018-07-23  7:43 ` Divan Santana
2018-07-23  9:52   ` zloster
2018-07-26 15:34 ` Ludovic Courtès
2024-02-26 14:47   ` Tomas Volf
2024-02-26 17:28     ` Felix Lechner via [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=877cir5e4k.fsf@lease-up.com \
    --to=help-guix@gnu.org \
    --cc=alezost@gmail.com \
    --cc=felix.lechner@lease-up.com \
    --cc=ludo@gnu.org \
    --cc=~@wolfsden.cz \
    /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.