28 lines
898 B
Diff
28 lines
898 B
Diff
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
|
|
|