From aab45cc981d9e30f03cb22780b52488416832bef Mon Sep 17 00:00:00 2001 From: liuxinhao Date: Thu, 2 Nov 2023 16:47:35 +0800 Subject: [PATCH] fix(style): add ks-ssr-gui to white list MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加ks-ssr-gui到白名单进程列表 --- ...x-style-add-ks-ssr-gui-to-white-list.patch | 26 +++++++++++++++++++ kiran-qt5-integration.spec | 6 ++++- 2 files changed, 31 insertions(+), 1 deletion(-) create mode 100644 0010-fix-style-add-ks-ssr-gui-to-white-list.patch diff --git a/0010-fix-style-add-ks-ssr-gui-to-white-list.patch b/0010-fix-style-add-ks-ssr-gui-to-white-list.patch new file mode 100644 index 0000000..0e4aaff --- /dev/null +++ b/0010-fix-style-add-ks-ssr-gui-to-white-list.patch @@ -0,0 +1,26 @@ +From ce1b9401844ae04963cd2a110cac7b675a2f69b8 Mon Sep 17 00:00:00 2001 +From: liuxinhao +Date: Thu, 2 Nov 2023 16:06:44 +0800 +Subject: [PATCH] fix(style): add ks-ssr-gui to white list +MIME-Version: 1.0 +Content-Type: text/plain; charset=UTF-8 +Content-Transfer-Encoding: 8bit + +- 添加ks-ssr-gui到白名单进程列表 +--- + common/data/kiran-qt5-integration.ini | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/common/data/kiran-qt5-integration.ini b/common/data/kiran-qt5-integration.ini +index 3bc4a53..62cde3f 100644 +--- a/common/data/kiran-qt5-integration.ini ++++ b/common/data/kiran-qt5-integration.ini +@@ -1,3 +1,3 @@ + [Style] + #启用kiran style的应用列表,已内置部分kiran桌面环境的组件,eg: kiran-*,kiran-panel +-kiran-style-apps=ksl-os-gui,ksl-server-gui,ks-scmc-gui +\ No newline at end of file ++kiran-style-apps=ksl-os-gui,ksl-server-gui,ks-scmc-gui,ks-ssr-gui +-- +2.33.0 + diff --git a/kiran-qt5-integration.spec b/kiran-qt5-integration.spec index a898c26..26e7552 100644 --- a/kiran-qt5-integration.spec +++ b/kiran-qt5-integration.spec @@ -1,6 +1,6 @@ Name: kiran-qt5-integration Version: 2.4.0 -Release: 12 +Release: 13 Summary: Kiran desktop platform integration plugin. License: MulanPSL-2.0 @@ -15,6 +15,7 @@ Patch0006: 0006-feat-cursor-theme-When-the-cursor-theme-changes-let-.patch Patch0007: 0007-fix-style-add-ksl-server-gui-and-ks-scmc-gui-to-kira.patch Patch0008: 0008-fix-cmake-target-change-cmake-target-name.patch Patch0009: 0009-fix-qt5.9.7-fits-the-Qt5.9.7-interface.patch +Patch0010: 0010-fix-style-add-ks-ssr-gui-to-white-list.patch BuildRequires: cmake >= 3.2 BuildRequires: gcc-c++ @@ -70,6 +71,9 @@ make %{?_smp_mflags} %{_libdir}/pkgconfig/kiran-style-helper.pc %changelog +* Thu Nov 02 2023 liuxinhao - 2.4.0-13 +- KYOS-B: add ks-ssr-gui to white list + * Tue Sep 05 2023 liuxinhao - 2.4.0-12 - KYOS-F: fits the Qt5.9.7 interface -- Gitee