From 91cc5aff5a33b1c877466039f851c2379555876f Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 7 Nov 2014 21:30:36 +0100 Subject: services: xorg: Add argv[0] in X invocation. * gnu/services/xorg.scm (xorg-start-command): Add missing argv[0] in 'execl' call. --- gnu/services/xorg.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') 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 -- cgit v1.2.3