feature(blacklist_autostart_apps):Add mate-volume-control-status-icon.desktop to the autostart blacklist

- 将mate-volume-control-status-icon.desktop添加到自启动黑名单
This commit is contained in:
luoqing 2023-10-08 11:43:52 +08:00
parent 781a4bc8d8
commit 034f6498f4
2 changed files with 32 additions and 1 deletions

View File

@ -0,0 +1,27 @@
From dc2ee24bb97dd8334aa133c8f8b8d39e274b31b1 Mon Sep 17 00:00:00 2001
From: luoqing <luoqing@kylinsec.com.cn>
Date: Sun, 8 Oct 2023 11:30:31 +0800
Subject: [PATCH] feature(blacklist_autostart_apps):Add
mate-volume-control-status-icon.desktop to the autostart blacklist
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
- 将mate-volume-control-status-icon.desktop添加到自启动黑名单
---
data/blacklist_autostart_apps.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/data/blacklist_autostart_apps.txt b/data/blacklist_autostart_apps.txt
index 04002c9..8459d14 100644
--- a/data/blacklist_autostart_apps.txt
+++ b/data/blacklist_autostart_apps.txt
@@ -2,3 +2,4 @@ mate-screensaver.desktop
mate-power-manager.desktop
orca-autostart.desktop
nm-applet.desktop
+mate-volume-control-status-icon.desktop
\ No newline at end of file
--
2.33.0

View File

@ -1,6 +1,6 @@
Name: kiran-session-manager
Version: 2.5.0
Release: 10
Release: 11
Summary: Session manager for KIRAN desktop environment
License: MulanPSL-2.0
@ -12,6 +12,7 @@ Patch1002: 0001-Add-Type-Application-in-kiran-session-idlemonitor.de.patch
Patch1003: 0001-fix-boot-Fix-fork-other-session-program-failed-by-ad.patch
Patch1004: 0001-fix-kiran-session-manager-fixes-link-Qt5DBus-error.patch
Patch1005: 0001-fix-xsmp-Ignore-the-cancel-shutdown-request.patch
Patch1006: 0001-feature-blacklist_autostart_apps-Add-mate-volume-con.patch
BuildRequires: cmake >= 3.2
BuildRequires: pkgconfig(gio-unix-2.0)
@ -95,6 +96,9 @@ fi
%changelog
* Sun Oct 08 2023 luoqing <luoqing@kylinsec.com.cn> - 2.5.0-11
- KYOS-F: Add mate-volume-control-status-icon.desktop to the autostart blacklist
* Tue Sep 12 2023 tangjie02 <tangjie02@kylinsec.com.cn> - 2.5.0-10
- KYOS-F: 0001-fix-xsmp-Ignore-the-cancel-shutdown-request.patch.