caja-actions/0001-fix-hide-caja-actions-from-start-menu.patch
longcheng 9966b8f3a3 提交源码和spec文件
Signed-off-by: longcheng <longcheng@kylinsec.com.cn>
2022-07-19 14:48:59 +08:00

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