guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/04: services: xorg: Include font-alias in default FontPath.


From: Eric Bavier
Subject: 03/04: services: xorg: Include font-alias in default FontPath.
Date: Wed, 21 Oct 2015 01:42:34 +0000

bavier pushed a commit to branch master
in repository guix.

commit d1ccd094f95ffb014275b7136c4c28f481d6bbb4
Author: Eric Bavier <address@hidden>
Date:   Mon Oct 19 06:45:31 2015 -0500

    services: xorg: Include font-alias in default FontPath.
    
    * gnu/services/xorg.scm (xorg-configuration-file): Add font-alias 
directories
      to xserver.conf FontPath.
---
 gnu/services/xorg.scm |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/gnu/services/xorg.scm b/gnu/services/xorg.scm
index 812cb3f..3a57891 100644
--- a/gnu/services/xorg.scm
+++ b/gnu/services/xorg.scm
@@ -89,6 +89,10 @@ EndSection"))
 
   (apply mixed-text-file "xserver.conf" "
 Section \"Files\"
+  FontPath \"" font-alias "/share/fonts/X11/75dpi\"
+  FontPath \"" font-alias "/share/fonts/X11/100dpi\"
+  FontPath \"" font-alias "/share/fonts/X11/misc\"
+  FontPath \"" font-alias "/share/fonts/X11/cyrillic\"
   FontPath \"" font-adobe75dpi "/share/fonts/X11/75dpi\"
   ModulePath \"" xf86-video-vesa "/lib/xorg/modules/drivers\"
   ModulePath \"" xf86-video-fbdev "/lib/xorg/modules/drivers\"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]