diff --git a/0002-feature-tray-Add-fcitx-to-bottom-panel.patch b/0002-feature-tray-Add-fcitx-to-bottom-panel.patch new file mode 100644 index 0000000..669fe25 --- /dev/null +++ b/0002-feature-tray-Add-fcitx-to-bottom-panel.patch @@ -0,0 +1,31 @@ +From 9f8ff27ee3f8aa000fa005ccb6268ff1425a2033 Mon Sep 17 00:00:00 2001 +From: tangjie02 +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 +--- + 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 @@ + + + +- ['~01-keyboard', '~02-volume', '~04-network', '~05-battery', 'kiran-flameshot'] ++ ['~01-keyboard', '~02-volume', '~04-network', '~05-battery', 'kiran-flameshot', 'Fcitx'] + The notify icon which show in the panel + The notify icon show which in the panel. + +-- +2.27.0 + diff --git a/kiran-menu.spec b/kiran-menu.spec index e0f7504..68bb772 100644 --- a/kiran-menu.spec +++ b/kiran-menu.spec @@ -1,12 +1,13 @@ Name: kiran-menu Version: 2.2.5 -Release: 9%{?dist} +Release: 10%{?dist} Summary: Applets for mate panel from Kiran Desktop License: Mulan PSL v2 Source0: %{name}-%{version}.tar.gz Patch0001: 0001-feature-menu-Hide-the-search-file-tool-on-start-menu.patch +Patch0002: 0002-feature-tray-Add-fcitx-to-bottom-panel.patch BuildRequires: cmake > 3.0 @@ -84,6 +85,9 @@ gtk-update-icon-cache -f /usr/share/icons/hicolor/ %changelog +* Wed Dec 22 2021 tangjie02 2.2.5-10.ky3 +- KYOS-F: Add Fcitx to bottom panel. + * Tue Dec 21 2021 tangjie02 2.2.5-9.ky3 - KYOS-F: Hide the search file tool on start menu.