From cc4812bac386465d91dd254b02ebb1f19e9b05eb Mon Sep 17 00:00:00 2001 From: david Date: Mon, 12 Dec 2011 09:05:48 +0000 Subject: [PATCH] Add a training semicolon to categories in .desktop files. This was contributed by Frederik Schwarzer and avoids this warning: kbuildsycoca4(21865) KConfigGroup::readXdgListEntry: List entry Categories in "/usr/share/applications/zenmap.desktop" is not compliant with XDG standard (missing trailing semicolon). --- CHANGELOG | 3 +++ zenmap/install_scripts/unix/zenmap-root.desktop | 2 +- zenmap/install_scripts/unix/zenmap.desktop | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index ab1217a1a..d0c5ca028 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ # Nmap Changelog ($Id$); -*-text-*- +o Made a syntax change in the zenmap.desktop file for compliance with + the XDG standard. [Frederik Schwarzer] + o [NSE] Added the script http-grep that attempts to match web pages and urls against a given pattern. [Patrik] diff --git a/zenmap/install_scripts/unix/zenmap-root.desktop b/zenmap/install_scripts/unix/zenmap-root.desktop index 507c33a73..bd0acc985 100644 --- a/zenmap/install_scripts/unix/zenmap-root.desktop +++ b/zenmap/install_scripts/unix/zenmap-root.desktop @@ -7,5 +7,5 @@ Exec=su-to-zenmap.sh %F Terminal=false Icon=zenmap Type=Application -Categories=Application;Network;Security +Categories=Application;Network;Security; Comment=A cross-platform GUI for the Nmap Security Scanner. diff --git a/zenmap/install_scripts/unix/zenmap.desktop b/zenmap/install_scripts/unix/zenmap.desktop index eb3a08840..1cee1a8d0 100644 --- a/zenmap/install_scripts/unix/zenmap.desktop +++ b/zenmap/install_scripts/unix/zenmap.desktop @@ -7,5 +7,5 @@ Exec=zenmap %F Terminal=false Icon=zenmap Type=Application -Categories=Application;Network;Security +Categories=Application;Network;Security; Comment=A cross-platform GUI for the Nmap Security Scanner.