diff options
| author | jvoisin | 2022-01-05 13:54:50 +0100 |
|---|---|---|
| committer | jvoisin | 2022-01-05 13:54:50 +0100 |
| commit | 660f0dea731fc0fbc9f67f38cb1483bc7537df05 (patch) | |
| tree | 4c79e8537d2b63ff3cc0d5b444bfd22118f578a4 | |
| parent | cd2b9af902a8afebbb3a16b8892b087d928fa9c8 (diff) | |
Fix the dolphin integration
Kudos to Miguel Angel Marco Buzunariz for the original patch.
Diffstat (limited to '')
| -rw-r--r-- | dolphin/mat2.desktop | 4 |
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 | |||
| 9 | Name[de]=Metadaten löschen | 9 | Name[de]=Metadaten löschen |
| 10 | Name[es]=Limpiar metadatos | 10 | Name[es]=Limpiar metadatos |
| 11 | Icon=/usr/share/icons/hicolor/scalable/apps/mat2.svg | 11 | Icon=/usr/share/icons/hicolor/scalable/apps/mat2.svg |
| 12 | Exec=kdialog --yesno "$( mat2 -s %U )" --title "Clean Metadata?" && mat2 %U | 12 | Exec=kdialog --yesno "$( mat2 -s %F )" --title "Clean Metadata?" && mat2 %U |
| 13 | Exec[de]=kdialog --yesno "$( mat2 -s %U )" --title "Metadaten löschen?" && mat2 %U | 13 | Exec[de]=kdialog --yesno "$( mat2 -s %F )" --title "Metadaten löschen?" && mat2 %U |
