30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 20611cd306453f544cc53837661ea47161b5e862 Mon Sep 17 00:00:00 2001
|
|
From: yuanxing <yuanxing@kylinsec.com.cn>
|
|
Date: Thu, 14 Dec 2023 09:10:00 +0800
|
|
Subject: [PATCH] fix(xsettings):set default icon theme to Spring
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 将默认图标主题设置为初春
|
|
---
|
|
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 12b486a..18fa7ba 100644
|
|
--- a/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in
|
|
+++ b/data/schemas/com.kylinsec.kiran.xsettings.gschema.xml.in
|
|
@@ -26,7 +26,7 @@
|
|
<description>Name of gtk theme to use.</description>
|
|
</key>
|
|
<key name="net-icon-theme-name" type="s">
|
|
- <default>'Kiran'</default>
|
|
+ <default>'Spring'</default>
|
|
<description>Name of icon theme to use for icons.</description>
|
|
</key>
|
|
<key name="net-enable-event-sounds" type="b">
|
|
--
|
|
2.27.0
|
|
|