-
-
Notifications
You must be signed in to change notification settings - Fork 555
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
electron-builder-generated desktop files are lacking a Categories= entry #2
Comments
probonopd
changed the title
First issue found using AppImageHub
electron-builder-generated desktop files are lacking a Categories= entry
Aug 18, 2017
This was referenced Aug 18, 2017
Merged
This was referenced Sep 21, 2018
Merged
Open
This was referenced Oct 15, 2018
Open
This was referenced Nov 18, 2018
Merged
Merged
This was referenced Dec 30, 2018
Open
This was referenced Jan 19, 2019
Merged
Merged
Merged
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The
*.desktop
file is lacking aCategories=
entry.According to the menu spec,
Hence, please add at least one of the following in the
Categories=
key.In addition, you could specify one or more from the longer list of Additional Categories.
Please test the result with
desktop-file-validate
and make sure it passes.electron-builder offers native support for this since v19.22.1.. Please see the
category
key at https://www.electron.build/configuration/linux-other.References:
The text was updated successfully, but these errors were encountered: