GNU bug report logs - #35009
Fixing exports for slim-configuration

Previous Next

Package: guix-patches;

Reported by: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>

Date: Tue, 26 Mar 2019 20:29:02 UTC

Severity: normal

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
Subject: bug#35009: closed (Re: [bug#35009] Fixing exports for
 slim-configuration)
Date: Sun, 31 Mar 2019 21:25:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#35009: Fixing exports for slim-configuration

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 35009 <at> debbugs.gnu.org.

-- 
35009: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=35009
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
Cc: 35009-done <at> debbugs.gnu.org
Subject: Re: [bug#35009] Fixing exports for slim-configuration
Date: Sun, 31 Mar 2019 23:24:09 +0200
Hello,

Tim Gesthuizen <tim.gesthuizen <at> yahoo.de> skribis:

>>From 92c43aa63a26a833a43cbb7172de9abae94aa5c0 Mon Sep 17 00:00:00 2001
> From: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
> Date: Tue, 26 Mar 2019 20:52:50 +0100
> Subject: [PATCH] gnu: slim-configuration: Adapt exported getter methods
>
> Commit 554b8607396785dcde6eb391f75f98a07ec582fd introduces changes to the
> slim-configuration record without updating the exported methods.
>
> * gnu/services/xorg.scm: Export slim-configuration-xorg and
>   slim-configuration-sessreg.

I replaced “gnu:” with “services:” and committed, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
To: guix-patches <at> gnu.org
Subject: Fixing exports for slim-configuration
Date: Tue, 26 Mar 2019 21:21:29 +0100
[Message part 4 (text/plain, inline)]
Hi,
the attached patch adds missing exports to gnu/services/xorg.scm which
were not added in 554b8607396785dcde6eb391f75f98a07ec582fd.

Tim.

[0001-gnu-slim-configuration-Adapt-exported-getter-methods.patch (text/x-patch, inline)]
From 92c43aa63a26a833a43cbb7172de9abae94aa5c0 Mon Sep 17 00:00:00 2001
From: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
Date: Tue, 26 Mar 2019 20:52:50 +0100
Subject: [PATCH] gnu: slim-configuration: Adapt exported getter methods

Commit 554b8607396785dcde6eb391f75f98a07ec582fd introduces changes to the
slim-configuration record without updating the exported methods.

* gnu/services/xorg.scm: Export slim-configuration-xorg and
  slim-configuration-sessreg.
---
 gnu/services/xorg.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index f047b8a043..f09b4d5b9d 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -4,6 +4,7 @@
 ;;; Copyright © 2015 Sou Bunnbu <iyzsong <at> gmail.com>
 ;;; Copyright © 2018, 2019 Timothy Sample <samplet <at> ngyro.com>
 ;;; Copyright © 2019 Jan (janneke) Nieuwenhuizen <janneke <at> gnu.org>
+;;; Copyright © 2019 Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -79,7 +80,8 @@
             slim-configuration-xauth
             slim-configuration-shepherd
             slim-configuration-auto-login-session
-            slim-configuration-startx
+            slim-configuration-xorg
+            slim-configuration-sessreg
 
             slim-service-type
             slim-service
-- 
2.21.0


This bug report was last modified 6 years and 108 days ago.

Previous Next


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