The Gentoo Linux package manager automatically runs desktop-file-validate (provided by desktop-file-utils on Debian) to ensure .desktop files are correctly formatted.
resources/neoman.desktop fails validation with the following error:
$ desktop-file-validate /usr/share/applications/neoman.desktop
/usr/share/applications/neoman.desktop: error: value "YubiKey;NEO;Manager" for locale string list key "Keywords" in group "Desktop Entry" does not have a semicolon (';') as trailing character
The fix is trivial and involves adding a ; to the end of the Keywords line:
The Gentoo Linux package manager automatically runs
desktop-file-validate
(provided by desktop-file-utils on Debian) to ensure .desktop files are correctly formatted.resources/neoman.desktop fails validation with the following error:
The fix is trivial and involves adding a
;
to the end of theKeywords
line: