Set LatGrkCyr-8x16 as default font instead of eurlatgr

i8
Arkady L. Shane 3 months ago
parent d0a983d25c
commit dcdb9bdd73
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -0,0 +1,25 @@
From 4fe4940d4583b52e6944e7167c71165039166bd5 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
---
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
--- a/pyanaconda/core/constants.py
+++ b/pyanaconda/core/constants.py
@@ -79,7 +79,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_VC_FONT = "eurlatgr"
+DEFAULT_VC_FONT = "LatGrkCyr-8x16"
DEFAULT_KEYBOARD = "us"
--
2.46.0

@ -1,7 +1,7 @@
Summary: Graphical system installer
Name: anaconda
Version: 33.16.10.5
Release: 1%{?dist}.inferit.3
Release: 1%{?dist}.inferit.4
License: GPLv2+ and MIT
URL: http://fedoraproject.org/wiki/Anaconda
@ -28,7 +28,7 @@ Patch12: 0012-Backport-bugfixes-for-keyboard-layout.patch
Patch13: 0013-Activate-all-wired-network-devices-with-link-in-up-s.patch
Patch14: 0014-Set-autoconnect-and-autoconnect-priority-for-connect.patch
Patch15: 0015-Disable-sphere-url.patch
Patch16: 0016-Set-cyrillic-font-by-default-in-console.patch
Patch16: 0016-Set-LatGrkCyr-8x16-as-default-font-instead-of-eurlat.patch
# Versions of required components (done so we make sure the buildrequires
# match the requires versions of things).
@ -391,6 +391,9 @@ desktop-file-install --dir=%{buildroot}%{_datadir}/applications %{buildroot}%{_d
%{_prefix}/libexec/anaconda/dd_*
%changelog
* Mon Aug 12 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.10.5-1.inferit.4
- Set LatGrkCyr-8x16 as default font instead of eurlatg
* Tue Jul 16 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 33.16.10.5-1.inferit.3
- Set cyrillic font only for russian keymap

Loading…
Cancel
Save