AppImageCommunity / pkg2appimage

Tool and recipes to convert existing deb packages to AppImage
http://appimage.org
MIT License
691 stars 213 forks source link

Itch.yml fails to build (desktop-file-validate) #178

Closed darealshinji closed 7 years ago

darealshinji commented 7 years ago

Log:

+ desktop-file-validate ./io.itch.itch.desktop
./io.itch.itch.desktop: warning: key "Encoding" in group "Desktop Entry" is deprecated
./io.itch.itch.desktop: error: value "Game" for string list key "Categories" in group "Desktop Entry" does not have a semicolon (';') as trailing character
./io.itch.itch.desktop: error: value "x-scheme-handler/itchio" for string list key "MimeType" in group "Desktop Entry" does not have a semicolon (';') as trailing character
+ exit 1
probonopd commented 7 years ago

Please report upstream, their desktop file seems to contain errors.

darealshinji commented 7 years ago

I've sent them a PR: https://github.com/itchio/itch/pull/1133

darealshinji commented 7 years ago

It's now fixed upstream.

probonopd commented 7 years ago

Since https://dl.bintray.com/itchio/deb is regularly updated, I assume the fix will be in the next version, hence closing here. Let's reopen if this is not satisfactory.