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.
This commit is contained in:
parent
b9b177b317
commit
b283d5f630
|
@ -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) "
|
||||
|
|
Loading…
Reference in New Issue