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
--- 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