diff options
Diffstat (limited to 'gnu/services')
-rw-r--r-- | gnu/services/xorg.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index b29f2e46c5..39e76febeb 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -117,6 +117,7 @@ EndSection (setenv "XKB_BINDIR" (string-append #$xkbcomp "/bin")) (apply execl (string-append #$xorg-server "/bin/X") + (string-append #$xorg-server "/bin/X") ;argv[0] "-ac" "-logverbose" "-verbose" "-xkbdir" (string-append #$xkeyboard-config "/share/X11/xkb") "-config" #$config |