28 lines
939 B
Diff
28 lines
939 B
Diff
From e20b79092905b16a46643d7a649ab500a05dc541 Mon Sep 17 00:00:00 2001
|
|
From: yuanxing <yuanxing@kylinos.com.cn>
|
|
Date: Mon, 20 Jul 2020 17:16:21 +0800
|
|
Subject: [PATCH] fix: move mate-notification-properties from menus
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
- 将mate-notification-properties从开始菜单中移除
|
|
|
|
Fixes #28100
|
|
---
|
|
src/capplet/mate-notification-properties.desktop.in | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/src/capplet/mate-notification-properties.desktop.in b/src/capplet/mate-notification-properties.desktop.in
|
|
index b601603..42a3a84 100644
|
|
--- a/src/capplet/mate-notification-properties.desktop.in
|
|
+++ b/src/capplet/mate-notification-properties.desktop.in
|
|
@@ -9,3 +9,4 @@ StartupNotify=true
|
|
Categories=GTK;Settings;DesktopSettings;X-System-Server;X-System-Server;
|
|
OnlyShowIn=MATE;
|
|
Keywords=MATE;Notification;Theme;
|
|
+X-KIRAN-NoDisplay=true
|
|
--
|
|
2.18.1
|
|
|