-
Notifications
You must be signed in to change notification settings - Fork 32
[Linux] desktop file is lacking a Categories= entry #98
Comments
This should be fixed in a2a70eb by adding |
In XDG desktop files, like this: If someone could be so nice to let me know once a new version is available on GitHub Releases, I can run it through the test again. |
Alright, this seems to work: 7d13b7d I downloaded the CI built appimage and manually tested it with |
Thank you very much. Maybe it would be possible to do on Travis CI what you did on your local machine? But it may be overkill, since as long as the file is not changed it should continue to work. |
Well, it was a bit annoying. I had to find the appimage (which will change name on different release numbers), rename to .img, mount it, dig down into to find the file, then run it. So it’s possible, but as you say, probably overkill for me to setup in a manual Travis routine. I’ll see if @develar would consider validating it automatically in the build process, maybe only if the validate-desktop-file program exists. |
Fixed in the latest release: https://github.com/irccloud/irccloud-desktop/releases/tag/v0.4.0 |
Thank you, works for me. |
The desktop file is lacking a
Categories=
entry in the*.desktop
file.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.
Reference: AppImage/appimage.github.io#2
The text was updated successfully, but these errors were encountered: