fix(style): add ks-ssr-gui to white list
- 添加ks-ssr-gui到白名单进程列表
This commit is contained in:
parent
4c530c983f
commit
13d58d1947
26
0010-fix-style-add-ks-ssr-gui-to-white-list.patch
Normal file
26
0010-fix-style-add-ks-ssr-gui-to-white-list.patch
Normal file
@ -0,0 +1,26 @@
|
|||||||
|
From ce1b9401844ae04963cd2a110cac7b675a2f69b8 Mon Sep 17 00:00:00 2001
|
||||||
|
From: liuxinhao <liuxinhao@kylinsec.com.cn>
|
||||||
|
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
|
||||||
|
|
||||||
@ -1,6 +1,6 @@
|
|||||||
Name: kiran-qt5-integration
|
Name: kiran-qt5-integration
|
||||||
Version: 2.4.0
|
Version: 2.4.0
|
||||||
Release: 12
|
Release: 13
|
||||||
Summary: Kiran desktop platform integration plugin.
|
Summary: Kiran desktop platform integration plugin.
|
||||||
|
|
||||||
License: MulanPSL-2.0
|
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
|
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
|
Patch0008: 0008-fix-cmake-target-change-cmake-target-name.patch
|
||||||
Patch0009: 0009-fix-qt5.9.7-fits-the-Qt5.9.7-interface.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: cmake >= 3.2
|
||||||
BuildRequires: gcc-c++
|
BuildRequires: gcc-c++
|
||||||
@ -70,6 +71,9 @@ make %{?_smp_mflags}
|
|||||||
%{_libdir}/pkgconfig/kiran-style-helper.pc
|
%{_libdir}/pkgconfig/kiran-style-helper.pc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Nov 02 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-13
|
||||||
|
- KYOS-B: add ks-ssr-gui to white list
|
||||||
|
|
||||||
* Tue Sep 05 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-12
|
* Tue Sep 05 2023 liuxinhao <liuxinhao@kylinsec.com.cn> - 2.4.0-12
|
||||||
- KYOS-F: fits the Qt5.9.7 interface
|
- KYOS-F: fits the Qt5.9.7 interface
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user