summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjvoisin2022-01-05 13:54:50 +0100
committerjvoisin2022-01-05 13:54:50 +0100
commit660f0dea731fc0fbc9f67f38cb1483bc7537df05 (patch)
tree4c79e8537d2b63ff3cc0d5b444bfd22118f578a4
parentcd2b9af902a8afebbb3a16b8892b087d928fa9c8 (diff)
Fix the dolphin integration
Kudos to Miguel Angel Marco Buzunariz for the original patch.
Diffstat (limited to '')
-rw-r--r--dolphin/mat2.desktop4
1 files changed, 2 insertions, 2 deletions
diff --git a/dolphin/mat2.desktop b/dolphin/mat2.desktop
index d365bc5..41c8de4 100644
--- a/dolphin/mat2.desktop
+++ b/dolphin/mat2.desktop
@@ -9,5 +9,5 @@ Name=Clean metadata
9Name[de]=Metadaten löschen 9Name[de]=Metadaten löschen
10Name[es]=Limpiar metadatos 10Name[es]=Limpiar metadatos
11Icon=/usr/share/icons/hicolor/scalable/apps/mat2.svg 11Icon=/usr/share/icons/hicolor/scalable/apps/mat2.svg
12Exec=kdialog --yesno "$( mat2 -s %U )" --title "Clean Metadata?" && mat2 %U 12Exec=kdialog --yesno "$( mat2 -s %F )" --title "Clean Metadata?" && mat2 %U
13Exec[de]=kdialog --yesno "$( mat2 -s %U )" --title "Metadaten löschen?" && mat2 %U 13Exec[de]=kdialog --yesno "$( mat2 -s %F )" --title "Metadaten löschen?" && mat2 %U