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:
Marius Bakke 2019-03-25 17:40:45 +01:00
parent b9b177b317
commit b283d5f630
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -140,7 +140,7 @@ (define (sddm-configuration-file 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) "