Bug#859699: mrboom: .desktop file is not completely valid

Pino Toscano pino at debian.org
Thu Apr 6 06:31:42 UTC 2017


Package: mrboom
Version: 3.1-1
Severity: minor
Tags: patch

Hi,

the provided mrboom.desktop is not completely valid (see also output
of `desktop-file-validate`).
The attached patch fixes all the issues:
- rename the 'Games' category (which does not exist) as 'Game' (which
  is the correct one)
- add explicit Type=Application, as the 'Key' entry is mandatory

Thanks,
-- 
Pino
-------------- next part --------------
--- a/debian/mrboom.desktop
+++ b/debian/mrboom.desktop
@@ -4,5 +4,6 @@ Comment=8 players Bomberman
 Exec=mrboom
 Icon=mrboom
 Terminal=false
-Categories=Games;ActionGame;
+Categories=Game;ActionGame;
 Keywords=bomberman;bomb;
+Type=Application


More information about the Pkg-games-devel mailing list