From d17e99582728c3b65e7ea4af326bcbeb8d0b1212 Mon Sep 17 00:00:00 2001 From: luoqing Date: Tue, 22 Aug 2023 09:22:19 +0800 Subject: [PATCH] feature(font): Change the default GTK application font size from 10 to 9 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将应用程序字体默认大小由10改为9 Related #13006 --- ...nge-the-default-GTK-application-font.patch | 32 +++++++++++++++++++ kiran-cc-daemon.spec | 6 +++- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 0001-feature-font-Change-the-default-GTK-application-font.patch diff --git a/0001-feature-font-Change-the-default-GTK-application-font.patch b/0001-feature-font-Change-the-default-GTK-application-font.patch new file mode 100644 index 0000000..2c5e0fd --- /dev/null +++ b/0001-feature-font-Change-the-default-GTK-application-font.patch @@ -0,0 +1,32 @@ +From 56e32fdfbba6226ce47098b71451adbdec208cd1 Mon Sep 17 00:00:00 2001 +From: luoqing +Date: Mon, 21 Aug 2023 16:20:08 +0800 +Subject: [PATCH] feature(font): Change the default GTK application font size + from 10 to 9 +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +- 将应用程序字体默认大小由10改为9 + +Related #13006 +--- + data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in b/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in +index 142f162..12b486a 100644 +--- a/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in ++++ b/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in +@@ -70,7 +70,7 @@ + Size of the cursor referenced by cursor_theme. + + +- 'Noto Sans CJK SC 10' ++ 'Noto Sans CJK SC 9' + Name of default font to use. + + +-- +2.33.0 + diff --git a/kiran-cc-daemon.spec b/kiran-cc-daemon.spec index b4abcc5..d5e4ddd 100644 --- a/kiran-cc-daemon.spec +++ b/kiran-cc-daemon.spec @@ -1,6 +1,6 @@ Name: kiran-cc-daemon Version: 2.5.1 -Release: 21 +Release: 22 Summary: DBus daemon for Kiran Desktop License: MulanPSL-2.0 @@ -25,6 +25,7 @@ Patch0016: 0001-fix-xsettings-Fix-the-problem-that-variable-serial-i.patch Patch0017: 0001-fix-accounts-Fix-user-icon-file-display-while-change.patch Patch0018: 0001-fix-keybindings-Remove-power-and-logout-invalid-key-.patch Patch0019: 0001-fix-power-Change-poweroff-action-from-key-press-to-r.patch +Patch0020: 0001-feature-font-Change-the-default-GTK-application-font.patch BuildRequires: cmake >= 3.2 BuildRequires: pkgconfig(glibmm-2.4) @@ -194,6 +195,9 @@ glib-compile-schemas /usr/share/glib-2.0/schemas &> /dev/nulls || : %{_libdir}/pkgconfig/kiran-cc-daemon.pc %changelog +* Tue Aug 22 2023 luoqing - 2.5.1-22 +- KYOS-B: Change the default GTK application font size from 10 to 9 (#13006) + * Mon Aug 21 2023 meizhigang - 2.5.1-21 - KYOS-B: Change poweroff action from key press to release (#11422) -- Gitee