|
|
|
@ -1,19 +1,19 @@
|
|
|
|
|
From 4fe4940d4583b52e6944e7167c71165039166bd5 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From ccbaa3e444e2917e33bc6727eb5822e11b636ca0 Mon Sep 17 00:00:00 2001
|
|
|
|
|
From: tigro <tigro@msvsphere-os.ru>
|
|
|
|
|
Date: Mon, 12 Aug 2024 12:19:52 +0300
|
|
|
|
|
Subject: [PATCH] Set LatGrkCyr-8x16 as default font instead of eurlatgr
|
|
|
|
|
Date: Mon, 12 Aug 2024 12:49:21 +0300
|
|
|
|
|
Subject: [PATCH 16/16] Set LatGrkCyr-8x16 as default font instead of eurlatgr
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
pyanaconda/core/constants.py | 2 +-
|
|
|
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
|
|
|
|
|
|
diff --git a/pyanaconda/core/constants.py b/pyanaconda/core/constants.py
|
|
|
|
|
index 0ab2627..5c77310 100644
|
|
|
|
|
index b4622f9..5ce4a49 100644
|
|
|
|
|
--- a/pyanaconda/core/constants.py
|
|
|
|
|
+++ b/pyanaconda/core/constants.py
|
|
|
|
|
@@ -79,7 +79,7 @@ ANACONDA_CONFIG_TMP = "/run/anaconda/anaconda.conf"
|
|
|
|
|
@@ -81,7 +81,7 @@ ANACONDA_CONFIG_TMP = "/run/anaconda/anaconda.conf"
|
|
|
|
|
# NOTE: this should be LANG_TERRITORY.CODESET, e.g. en_US.UTF-8
|
|
|
|
|
DEFAULT_LANG = "en_US.UTF-8"
|
|
|
|
|
DEFAULT_LANG = "ru_RU.UTF-8"
|
|
|
|
|
|
|
|
|
|
-DEFAULT_VC_FONT = "eurlatgr"
|
|
|
|
|
+DEFAULT_VC_FONT = "LatGrkCyr-8x16"
|
|
|
|
|