GNU bug report logs - #45629
[PATCH] gnu: Export xorg variables for startx.

Previous Next

Package: guix-patches;

Reported by: John Soo <jsoo1 <at> asu.edu>

Date: Sun, 3 Jan 2021 16:28:01 UTC

Severity: normal

Tags: patch

Full log


View this message in rfc822 format

From: 宋文武 <iyzsong <at> outlook.com>
To: John Soo <jsoo1 <at> asu.edu>
Cc: 45629 <at> debbugs.gnu.org
Subject: [bug#45629] [PATCH] gnu: Export xorg variables for startx.
Date: Thu, 11 Feb 2021 17:36:06 +0800
John Soo <jsoo1 <at> asu.edu> writes:

> Hi Guix,
>
> I wanted to try using startx instead of a display manager.  I finally
> got it to work, but it required at very least these patches.  I also had
> to create a new service type but I think that it needs more work to be
> put in upstream.

Hello, I have added a 'xorg-server-service-type' for this usage.

It can be used with 'sx' (as a normal user), or 'xinit'.

For 'xinit', you need to create a '~/.xserverrc` file with:

  tty=$(tty)
  tty=${tty#/dev/tty}
  X vt${tty}

To use X in PATH and the current tty for rootless X server.


Do thoes patches still needed now?
Thank you!




This bug report was last modified 2 years and 37 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.