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.
master
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
1 changed files with 1 additions and 1 deletions

View File

@ -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) "