25 lines
864 B
Diff
25 lines
864 B
Diff
From 5dc16c4150373c7e2614bf336d88d08a0a33f3a3 Mon Sep 17 00:00:00 2001
|
|
From: longcheng <longcheng@kylinos.com.cn>
|
|
Date: Fri, 14 Jan 2022 16:27:56 +0800
|
|
Subject: [PATCH] fix(control center): fix mate notification properties is not
|
|
displayed in the control panel (#48482)
|
|
|
|
---
|
|
src/capplet/mate-notification-properties.desktop.in | 1 -
|
|
1 file changed, 1 deletion(-)
|
|
|
|
diff --git a/src/capplet/mate-notification-properties.desktop.in b/src/capplet/mate-notification-properties.desktop.in
|
|
index 42a3a84..ec49a9b 100644
|
|
--- a/src/capplet/mate-notification-properties.desktop.in
|
|
+++ b/src/capplet/mate-notification-properties.desktop.in
|
|
@@ -7,6 +7,5 @@ Terminal=false
|
|
Type=Application
|
|
StartupNotify=true
|
|
Categories=GTK;Settings;DesktopSettings;X-System-Server;X-System-Server;
|
|
-OnlyShowIn=MATE;
|
|
Keywords=MATE;Notification;Theme;
|
|
X-KIRAN-NoDisplay=true
|
|
--
|
|
2.27.0
|
|
|