guix-commits
[Top][All Lists]
Advanced

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

01/01: services: SDDM: Specify absolute path to the X server.


From: guix-commits
Subject: 01/01: services: SDDM: Specify absolute path to the X server.
Date: Mon, 25 Mar 2019 14:26:23 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit b283d5f6308154b42a8656f370c97168726b2ab5
Author: Marius Bakke <address@hidden>
Date:   Mon Mar 25 17:40:45 2019 +0100

    services: SDDM: Specify absolute path to the X server.
    
    I'm not sure how this service ever worked, but SDDM started consistently
    failing on one machine seemingly because of this setting.
    
    * gnu/services/sddm.scm (sddm-configuration-file): Append /bin/X to the
    ServerPath setting.
---
 gnu/services/sddm.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/sddm.scm b/gnu/services/sddm.scm
index a33eb39..43b34a3 100644
--- a/gnu/services/sddm.scm
+++ b/gnu/services/sddm.scm
@@ -140,7 +140,7 @@ SessionDir="           
(sddm-configuration-sessions-directory config)          "
 
 [X11]
 ServerPath="           (xorg-configuration-server
-                        (sddm-configuration-xorg config))            "
+                        (sddm-configuration-xorg config)) "/bin/X"             
"
 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]