mirror of
https://github.com/nmap/nmap.git
synced 2025-12-17 13:09:02 +00:00
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).
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Nmap Changelog ($Id$); -*-text-*-
|
# 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
|
o [NSE] Added the script http-grep that attempts to match web pages and urls
|
||||||
against a given pattern. [Patrik]
|
against a given pattern. [Patrik]
|
||||||
|
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ Exec=su-to-zenmap.sh %F
|
|||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=zenmap
|
Icon=zenmap
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;Network;Security
|
Categories=Application;Network;Security;
|
||||||
Comment=A cross-platform GUI for the Nmap Security Scanner.
|
Comment=A cross-platform GUI for the Nmap Security Scanner.
|
||||||
|
|||||||
@@ -7,5 +7,5 @@ Exec=zenmap %F
|
|||||||
Terminal=false
|
Terminal=false
|
||||||
Icon=zenmap
|
Icon=zenmap
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Application;Network;Security
|
Categories=Application;Network;Security;
|
||||||
Comment=A cross-platform GUI for the Nmap Security Scanner.
|
Comment=A cross-platform GUI for the Nmap Security Scanner.
|
||||||
|
|||||||
Reference in New Issue
Block a user