From: Timothy Sample <samplet@ngyro.com>
To: 29112@debbugs.gnu.org
Subject: [bug#29112] [PATCH 2/3] gnu: gdm: Add configure flags for better defaults.
Date: Mon, 23 Oct 2017 21:36:15 -0400 [thread overview]
Message-ID: <87inetb9ud.fsf@ngyro.com> (raw)
In-Reply-To: <87o9olbasy.fsf@ngyro.com>
Using --with-initial-vt=7 allows GDM to run alongside TTY 1, instead of
having to replace it (i.e., stopping the mingetty service for TTY 1
before starting GDM).
By default, GDM expects distributions to install a custom Xsession
script. It provides a generic one if --enable-gdm-xsession is set.
* gnu/packages/gnome.scm (gdm)[arguments]<#:configure-flags>: Add
--with-initial-vt=7 and --enable-gdm-xsession.
---
gnu/packages/gnome.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index ef52871c8..d8e4cd418 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5223,6 +5223,8 @@ libxml2.")
'(#:configure-flags
`("--without-plymouth"
"--disable-systemd-journal"
+ "--with-initial-vt=7"
+ "--enable-gdm-xsession"
"--localstatedir=/var"
,(string-append "--with-default-path="
(string-join '("/run/setuid-programs"
--
2.14.3
next prev parent reply other threads:[~2017-11-02 4:20 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-02 3:48 [bug#29112] [PATCH 0/3] GDM patches Timothy Sample
2017-10-24 0:44 ` [bug#29112] [PATCH 1/3] gnu: gdm: Fix config file path Timothy Sample
2017-11-07 16:29 ` Ludovic Courtès
2017-10-24 1:36 ` Timothy Sample [this message]
2017-11-07 16:31 ` [bug#29112] [PATCH 2/3] gnu: gdm: Add configure flags for better defaults Ludovic Courtès
2017-11-02 2:12 ` [bug#29112] [PATCH 3/3] services: gdm: Add environment variables Timothy Sample
2017-11-07 16:32 ` bug#29112: " Ludovic Courtès
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
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=87inetb9ud.fsf@ngyro.com \
--to=samplet@ngyro.com \
--cc=29112@debbugs.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 public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).