Package: keepassx Version: 2.0.2-1 Severity: normal Tags: patch The KeePassX package cannot be found and/or installed using GNOME Software because the keepassx.desktop file contained in the package is missing a "Comment" section that is required by AppStream to generate correct metadata. The attached patch fixes the issue.
[Test Case] 1. Open the GNOME Software application. 2. Type "KeePassX" into the search bar.
--- keepassx.desktop.orig 2016-11-03 17:29:34.923992352 +0100 +++ keepassx.desktop 2016-11-03 17:36:19.817971778 +0100 @@ -5,6 +5,7 @@ GenericName[es]=Gestor de contraseñas GenericName[fr]=Gestionnaire de mot de passe GenericName[ru]=менеджер паролей +Comment=Cross Platform Password Manager Exec=keepassx %f Icon=keepassx Terminal=false

