unofficial mirror of guix-devel@gnu.org 
 help / color / mirror / code / Atom feed
From: Timothy Sample <samplet@ngyro.com>
To: Marius Bakke <mbakke@fastmail.com>
Cc: guix-devel@gnu.org
Subject: Re: 'core-updates' Q4 2019
Date: Wed, 23 Oct 2019 22:07:09 -0400	[thread overview]
Message-ID: <875zkerj5e.fsf@ngyro.com> (raw)
In-Reply-To: <87lftbwdvg.fsf@devup.no> (Marius Bakke's message of "Wed, 23 Oct 2019 19:49:55 +0200")

[-- Attachment #1: Type: text/plain, Size: 612 bytes --]

Hi Marius,

Marius Bakke <mbakke@fastmail.com> writes:

> Timothy Sample <samplet@ngyro.com> writes:
>
>> [1] It’s not obvious, but if you edit the GDM configuration file
>> generation code in “gnu/services/xorg.scm”, you can enable debug output
>> for GDM.  The debug output is usually extremely helpful!
>
> Could that be exposed as a toggle in the service configuration?

Indeed!  It’s been on my list for ages.  Thanks for the nudge.  ;)

How about the attached patch?  I can confirm that it works, but would
like a second opinion on the name, since it is annoying to change later.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: patch --]
[-- Type: text/x-patch, Size: 1535 bytes --]

From b3e577799c2dfabb2bed00b9f3715144155c2c43 Mon Sep 17 00:00:00 2001
From: Timothy Sample <samplet@ngyro.com>
Date: Wed, 23 Oct 2019 21:57:52 -0400
Subject: [PATCH] services: gdm: Add 'debug?' configuration field.

* gnu/services/xorg.scm (<gdm-configuration>)[debug?]: New field.
(gdm-configuration-file): Use it.
---
 gnu/services/xorg.scm | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 1d55e388a1..9c84f7413f 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -835,6 +835,7 @@ the GNOME desktop environment.")
   (allow-empty-passwords? gdm-configuration-allow-empty-passwords? (default #t))
   (auto-login? gdm-configuration-auto-login? (default #f))
   (dbus-daemon gdm-configuration-dbus-daemon (default dbus-daemon-wrapper))
+  (debug? gdm-configuration-debug? (default #f))
   (default-user gdm-configuration-default-user (default #f))
   (gnome-shell-assets gdm-configuration-gnome-shell-assets
                       (default (list adwaita-icon-theme font-cantarell)))
@@ -866,7 +867,9 @@ the GNOME desktop environment.")
                    "WaylandEnable=false\n"
                    "\n"
                    "[debug]\n"
-                   "#Enable=true\n"
+                   "Enable=" (if (gdm-configuration-debug? config)
+                                 "true"
+                                 "false") "\n"
                    "\n"
                    "[security]\n"
                    "#DisallowTCP=true\n"
-- 
2.23.0


[-- Attachment #3: Type: text/plain, Size: 18 bytes --]


Thanks!


-- Tim

  reply	other threads:[~2019-10-24  2:07 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-08 21:55 'core-updates' Q4 2019 Marius Bakke
2019-10-09 11:53 ` Mathieu Othacehe
2019-10-10 14:32   ` Ludovic Courtès
2019-10-10 15:35     ` Mathieu Othacehe
2019-10-10 21:22     ` Svante Signell
2019-10-11  7:52       ` Ludovic Courtès
2019-10-11 20:42 ` Kei Kebreau
2019-10-12 22:15   ` Ludovic Courtès
2019-10-15  1:28     ` Kei Kebreau
2019-10-15 16:49       ` Marius Bakke
2019-10-17 20:44         ` Kei Kebreau
2019-10-17 21:29           ` Ricardo Wurmus
2019-10-18  1:53             ` Kei Kebreau
2019-10-18  3:08               ` Ricardo Wurmus
2019-10-19 13:34           ` Timothy Sample
2019-10-20  3:29             ` Kei Kebreau
2019-10-21 13:58               ` pelzflorian (Florian Pelz)
2019-10-22  0:37                 ` Timothy Sample
2019-10-23  3:07                   ` Timothy Sample
2019-10-23  7:49                     ` pelzflorian (Florian Pelz)
2019-10-26 20:26                       ` Kei Kebreau
2019-10-23 17:49                     ` Marius Bakke
2019-10-24  2:07                       ` Timothy Sample [this message]
2019-10-24 18:17                         ` Marius Bakke
2019-10-26 21:25                           ` Timothy Sample
2019-11-02  2:27               ` Kei Kebreau
2019-11-04 19:37                 ` Miguel Arruga Vivas
2019-11-05 23:38                   ` Kei Kebreau
2019-11-06 17:46                     ` Leo Famulari
2019-11-07  1:16                       ` Kei Kebreau
2019-11-07  2:58                         ` Timothy Sample
2019-11-08  0:58                     ` Miguel Arruga Vivas
2019-11-23  2:11                       ` Kei Kebreau

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=875zkerj5e.fsf@ngyro.com \
    --to=samplet@ngyro.com \
    --cc=guix-devel@gnu.org \
    --cc=mbakke@fastmail.com \
    /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).