tag 622303 + patch fixed-upstream thanks Hi,
Alle martedì 12 aprile 2011, Torquil Macdonald Sørensen ha scritto: > It seems that Kover is placed in the "Lost & Found" section of the > KDE menu. I think it would be better placed in the "Utilities" > submenu. I fixed this bug upstream few years ago, and it is part of kover v6 (which requires libcdio>=0.90, not available in Debian yet). I'm attaching the upstream commit with the fix. -- Pino Toscano
From 5670584e275d2eb119744717291979a11becafa4 Mon Sep 17 00:00:00 2001 From: Adrian Reber <[email protected]> Date: Tue, 2 Jun 2009 14:19:01 +0200 Subject: [PATCH] make kover.desktop valid From: Pino Toscano <[email protected]> - keys of lists (like MimeTypes) must have the list separator (';') after each element - remove obsolete Encoding key - add Qt, KDE and Utility categories to kover.desktop --- src/kover.desktop | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/kover.desktop b/src/kover.desktop index 7945f47..87365f8 100644 --- a/src/kover.desktop +++ b/src/kover.desktop @@ -1,9 +1,9 @@ [Desktop Entry] Type=Application -MimeType=application/x-kover +MimeType=application/x-kover; Exec=kover Icon=kover Comment=CD Cover Printer Terminal=false Name=Kover -Encoding=UTF-8 +Categories=Qt;KDE;Utility; -- 1.7.10.4
signature.asc
Description: This is a digitally signed message part.

