1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
|
Description: Add missing entries to the .desktop file
[ Nick Andrik ]
Add Keywords entry for the provided .desktop file
[ Sven Geuer ]
Add entries Comment and Comment[de]
Author: Nick Andrik <nick.andrik@gmail.com>
Author: Sven Geuer <sge@debian.org>
Forwarded: not-needed
Last-Update: 2024-09-25
--- a/acetoneiso/menu/AcetoneISO.desktop
+++ b/acetoneiso/menu/AcetoneISO.desktop
@@ -1,5 +1,6 @@
[Desktop Entry]
Categories=Qt;KDE;AudioVideo;DiscBurning;
+Keywords=mount,iso,mdf,ngr,bin,cue,burn,convert,acetoneiso,cd,dvd,image
Exec=acetoneiso %f
Icon=Acetino2
MimeType=application/x-iso;
@@ -8,6 +9,8 @@
GenericName[it]=Strumenti per immagini CD/DVD
GenericName[de]=CD/DVD-Abbildmanager
GenericName[ru]=Манипулятор CD/DVD образов
+Comment=Toolbox for CDs/DVDs and images of it
+Comment[de]=Werkzeugkasten für CDs/DVDs und ihren Abbildern
StartupNotify=true
Terminal=false
Type=Application
|