From bbd11199e6856ded8d75468a16789715b6817b45 Mon Sep 17 00:00:00 2001 From: Florian Pelz Date: Mon, 19 Dec 2022 17:38:37 +0100 Subject: [PATCH] =?UTF-8?q?services:=C2=B7kmscon:=C2=B7Display=C2=B7CJK?= =?UTF-8?q?=C2=B7characters.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up·to d7d049fdcd80e27a42b31766890f589f482a4f23. * gnu/services/base.scm·(kmscon-service-type):·Use·GNU·Unifont, which bundles CJK glyphs from WenQuanYi and elsewhere. --- gnu/services/base.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/services/base.scm b/gnu/services/base.scm index 52b94e060b..6993e1f174 100644 --- a/gnu/services/base.scm +++ b/gnu/services/base.scm @@ -2494,11 +2494,11 @@ (define kmscon-command #$kmscon-command ;; The installer needs to be able to display glyphs from - ;; various scripts, so give it access to freefont. + ;; various scripts, so give it access to unifont. ;; TODO: Make this configurable. #:environment-variables (list (string-append "XDG_DATA_DIRS=" - #$font-gnu-freefont "/share")))) + #$font-gnu-unifont "/share")))) (stop #~(make-kill-destructor))))) (description "Start the @command{kmscon} virtual terminal emulator for the Linux @dfn{kernel mode setting} (KMS).")))