[PATCH] 684046 - nemiver.desktop conformance fix
- From: Dodji Seketeli <dodji seketeli org>
- To: Nemiver Development <nemiver-list gnome org>
- Subject: [PATCH] 684046 - nemiver.desktop conformance fix
- Date: Mon, 03 Dec 2012 20:40:20 +0100
Hello,
As the audit trail of the bug says, running desktop-file-validate on
the nemiver.desktop file yields the following error:
$ desktop-file-validate /usr/share/applications/nemiver.desktop
/usr/share/applications/nemiver.desktop: error: (will be fatal in the future):
value "GNOME" in key "Categories" in group "Desktop Entry" requires another
category to be present among the following categories: GTK
The one-liner patch below hopefully fixes that.
Applied to the master branch of the repository.
* data/nemiver.desktop.in: Add a GTK value in the Categories key.
---
data/nemiver.desktop.in | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/data/nemiver.desktop.in b/data/nemiver.desktop.in
index 32d8da6..c2a8c4f 100644
--- a/data/nemiver.desktop.in
+++ b/data/nemiver.desktop.in
@@ -7,5 +7,5 @@ _X-GNOME-FullName=Nemiver C/C++ Debugger
_Comment=Debug Applications
Icon=nemiver
Exec=nemiver
-Categories=GNOME;Development;Debugger;
+Categories=GNOME;GTK;Development;Debugger;
StartupNotify=true
--
Dodji
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]