mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01: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]
|
[X11]
|
||||||
ServerPath=" (xorg-configuration-server
|
ServerPath=" (xorg-configuration-server
|
||||||
(sddm-configuration-xorg config)) "
|
(sddm-configuration-xorg config)) "/bin/X" "
|
||||||
XauthPath=" (sddm-configuration-xauth-path config) "
|
XauthPath=" (sddm-configuration-xauth-path config) "
|
||||||
XephyrPath=" (sddm-configuration-xephyr-path config) "
|
XephyrPath=" (sddm-configuration-xephyr-path config) "
|
||||||
DisplayCommand=" (sddm-configuration-xdisplay-start config) "
|
DisplayCommand=" (sddm-configuration-xdisplay-start config) "
|
||||||
|
|
Loading…
Reference in a new issue