mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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) "
|
||||
|
|
Loading…
Reference in a new issue