From 1c1da7bca012246e13f02ad89714bf1e6130dcbf Mon Sep 17 00:00:00 2001 From: ayhanyalcinsoy Date: Thu, 5 Mar 2020 09:13:56 +0300 Subject: [PATCH] caja:fixed desktop icon and context menu --- desktop/mate/caja/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/mate/caja/actions.py b/desktop/mate/caja/actions.py index 88959e5b23..a5e985685e 100644 --- a/desktop/mate/caja/actions.py +++ b/desktop/mate/caja/actions.py @@ -10,7 +10,7 @@ from pisi.actionsapi import pisitools from pisi.actionsapi import get def setup(): - pisitools.dosed("data/caja.desktop.in*", "Exec=caja", "Exec=caja -n --sync") + #pisitools.dosed("data/caja.desktop.in*", "Exec=caja", "Exec=caja -n --sync") autotools.configure("--disable-static \ --libexecdir=/usr/lib/caja \ --enable-introspection \