guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: gdm-shepherd-service: Fix loacating gdm binary.


From: guix-commits
Subject: 01/02: gnu: gdm-shepherd-service: Fix loacating gdm binary.
Date: Sat, 5 Sep 2020 05:40:47 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit 9af2ca8099647541cec27dead798157517350697
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Thu Sep 3 05:23:30 2020 -0400

    gnu: gdm-shepherd-service: Fix loacating gdm binary.
    
    * gnu/services/xorg.scm (gdm-shepherd-service): Change /bin to /sbin.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/services/xorg.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index ca39994..d0bd476 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -949,7 +949,7 @@ the GNOME desktop environment.")
          (start #~(lambda ()
                     (fork+exec-command
                      (list #$(file-append (gdm-configuration-gdm config)
-                                          "/bin/gdm"))
+                                          "/sbin/gdm"))
                      #:environment-variables
                      (list (string-append
                             "GDM_CUSTOM_CONF="



reply via email to

[Prev in Thread] Current Thread [Next in Thread]