From 660f0dea731fc0fbc9f67f38cb1483bc7537df05 Mon Sep 17 00:00:00 2001
From: jvoisin <julien.voisin@dustri.org>
Date: Wed, 5 Jan 2022 13:54:50 +0100
Subject: [PATCH] Fix the dolphin integration

Kudos to Miguel Angel Marco Buzunariz for the original patch.
---
 dolphin/mat2.desktop | 4 ++--
 1 file 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
 Name[de]=Metadaten löschen
 Name[es]=Limpiar metadatos
 Icon=/usr/share/icons/hicolor/scalable/apps/mat2.svg
-Exec=kdialog --yesno  "$( mat2 -s %U )" --title "Clean Metadata?" && mat2 %U
-Exec[de]=kdialog --yesno  "$( mat2 -s %U )" --title "Metadaten löschen?" && mat2 %U
+Exec=kdialog --yesno  "$( mat2 -s %F )" --title "Clean Metadata?" && mat2 %U
+Exec[de]=kdialog --yesno  "$( mat2 -s %F )" --title "Metadaten löschen?" && mat2 %U
-- 
GitLab