[Reportbug-maint] Bug#638964: reportbug: .desktop file is not completely valid
Pino Toscano
pino at debian.org
Tue Aug 23 11:27:54 UTC 2011
Package: reportbug
Version: 6.1
Severity: minor
Tags: patch
Hi,
the provided reportbug.desktop is not completely valid (see also output of
`desktop-file-validate`).
The attached git-format'ed patch fixes all the issues:
- remove the deprecated 'Application' category
- add a non-localized 'GenericName' key (maybe not exactly the best,
but I did not find a better one, so feel free to improve it)
Thanks,
--
Pino
-------------- next part --------------
>From 15023b2200dd7e7c015aa4a038fb3aa012e10466 Mon Sep 17 00:00:00 2001
From: Pino Toscano <pino at debian.org>
Date: Tue, 23 Aug 2011 13:21:22 +0200
Subject: [PATCH] fix the .desktop file
- remove the deprecated 'Application' category
- add a non-localized 'GenericName' key
---
debian/desktop | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/debian/desktop b/debian/desktop
index a83c703..2924c92 100644
--- a/debian/desktop
+++ b/debian/desktop
@@ -4,9 +4,10 @@ Name=Reportbug
Name[ru]=Reportbug
Comment=Report bugs to the Debian BTS
Comment[ru]=???????? ? ???????? ?????? ?? ?????? ? Debian BTS
+GenericName=Debian bug reporting tool
GenericName[ru]=????? ?? ?????? Reportbug
X-GNOME-FullName[ru]=????? ?? ?????? Reportbug
Icon=/usr/share/reportbug/debian-swirl.svg
TryExec=reportbug
Exec=reportbug --exit-prompt --ui gtk2
-Categories=Application;System;
+Categories=System;
--
1.7.5.4
More information about the Reportbug-maint
mailing list