Signed-off-by: longcheng <longcheng@kylinsec.com.cn> (cherry picked from commit 9966b8f3a3f0d6df4904fe808e060648e661fa31)
25 lines
789 B
Diff
25 lines
789 B
Diff
From 1add2dcbb3c63d174d377ff083ba22650a2bb764 Mon Sep 17 00:00:00 2001
|
|
From: wangyongchun <wangyongchun@kylinos.com.cn>
|
|
Date: Wed, 5 Aug 2020 11:36:42 +0800
|
|
Subject: [PATCH] fix hide caja actions from start menu #28415
|
|
|
|
---
|
|
src/cact/cact.desktop.in | 3 ++-
|
|
1 file changed, 2 insertions(+), 1 deletion(-)
|
|
|
|
diff --git a/src/cact/cact.desktop.in b/src/cact/cact.desktop.in
|
|
index 4c6e900..e067e9c 100644
|
|
--- a/src/cact/cact.desktop.in
|
|
+++ b/src/cact/cact.desktop.in
|
|
@@ -7,4 +7,5 @@ Exec=caja-actions-config-tool
|
|
Icon=caja-actions
|
|
Categories=Settings;DesktopSettings;
|
|
StartupNotify=true
|
|
-Keywords=caja,actions,configuration,tool,settings,MATE,filebrowser;
|
|
\ No newline at end of file
|
|
+Keywords=caja,actions,configuration,tool,settings,MATE,filebrowser;
|
|
+X-KIRAN-NoDisplay=true
|
|
--
|
|
2.18.1
|
|
|