guix-commits
[Top][All Lists]
Advanced

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

88/88: services: sddm: Switch back to using ‘startx’.


From: guix-commits
Subject: 88/88: services: sddm: Switch back to using ‘startx’.
Date: Wed, 10 Apr 2019 23:44:50 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 02394462fcddd4fdaf354178160adc54c47de1bc
Author: frozenpigs <address@hidden>
Date:   Wed Apr 10 16:05:39 2019 +0100

    services: sddm: Switch back to using ‘startx’.
    
    * gnu/services/sddm.scm (sddm-configuration-file):
    Use XORG-START-COMMAND.
    
    Signed-off-by: Tobias Geerinckx-Rice <address@hidden>
---
 gnu/services/sddm.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
index 43b34a3..b433c59 100644
--- a/gnu/services/sddm.scm
+++ b/gnu/services/sddm.scm
@@ -1,6 +1,7 @@
 ;;; GNU Guix --- Functional package management for GNU
 ;;; Copyright © 2016 David Craven <address@hidden>
 ;;; Copyright © 2019 Ludovic Courtès <address@hidden>
+;;; Copyright © 2019 Jesse Gildersleve <address@hidden>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -139,8 +140,7 @@ SessionCommand="       (sddm-configuration-session-command 
config)             "
 SessionDir="           (sddm-configuration-sessions-directory config)          
"
 
 [X11]
-ServerPath="           (xorg-configuration-server
-                        (sddm-configuration-xorg config)) "/bin/X"             
"
+ServerPath="           (xorg-start-command (sddm-configuration-xorg config))   
"
 XauthPath="            (sddm-configuration-xauth-path config)                  
"
 XephyrPath="           (sddm-configuration-xephyr-path config)                 
"
 DisplayCommand="       (sddm-configuration-xdisplay-start config)              
"



reply via email to

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