32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
From 9f8ff27ee3f8aa000fa005ccb6268ff1425a2033 Mon Sep 17 00:00:00 2001
|
|
From: tangjie02 <tangjie02@kylinsec.com.cn>
|
|
Date: Tue, 21 Dec 2021 21:40:58 +0800
|
|
Subject: [PATCH 2/2] feature(tray): Add fcitx to bottom panel.
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 添加Fcitx到底部面板
|
|
|
|
Signed-off-by: tangjie02 <tangjie02@kylinsec.com.cn>
|
|
---
|
|
data/com.kylinsec.kiran.tray.gschema.xml.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/data/com.kylinsec.kiran.tray.gschema.xml.in b/data/com.kylinsec.kiran.tray.gschema.xml.in
|
|
index 04c5163..d31bbfe 100644
|
|
--- a/data/com.kylinsec.kiran.tray.gschema.xml.in
|
|
+++ b/data/com.kylinsec.kiran.tray.gschema.xml.in
|
|
@@ -2,7 +2,7 @@
|
|
<schemalist>
|
|
<schema id="com.kylinsec.kiran.tray" path="/com/kylinsec/kiran/tray/">
|
|
<key name="panel-icon-ids" type="as">
|
|
- <default>['~01-keyboard', '~02-volume', '~04-network', '~05-battery', 'kiran-flameshot']</default>
|
|
+ <default>['~01-keyboard', '~02-volume', '~04-network', '~05-battery', 'kiran-flameshot', 'Fcitx']</default>
|
|
<summary>The notify icon which show in the panel</summary>
|
|
<description>The notify icon show which in the panel.</description>
|
|
</key>
|
|
--
|
|
2.27.0
|
|
|