From 378377eb43ababb877d27324f181ecf613c74459 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Wed, 9 Jul 2014 23:51:19 +0200 Subject: services: xorg: Fix typo in font path. * gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Fix typo in font path. --- gnu/services/xorg.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm index 5eae4a87d8..070960b495 100644 --- a/gnu/services/xorg.scm +++ b/gnu/services/xorg.scm @@ -48,7 +48,7 @@ XORG-SERVER. Usually the X server is started by a login manager." (define (xserver.conf) (text-file* "xserver.conf" " Section \"Files\" - FontPath \"" font-adobe75dpi "/share/font/X11/75dpi\" + FontPath \"" font-adobe75dpi "/share/fonts/X11/75dpi\" ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\" ModulePath \"" xf86-input-mouse "/lib/xorg/modules/input\" ModulePath \"" xf86-input-keyboard "/lib/xorg/modules/input\" -- cgit v1.2.3