AppImage / appimage.github.io

Given an URL to an AppImage, the GitHub action in this project inspects the AppImage and puts it into a community-maintained catalog
https://appimage.github.io/
Other
295 stars 546 forks source link

Convert between xml-yaml-json-ini loses Categories= entries #39

Open probonopd opened 7 years ago

probonopd commented 7 years ago

Does a converter CLI tool exist in C, preferably with no external dynamic library extensions? https://github.com/ildar-shaimordanov/xml-yaml-json-ini sounds good but it's Perl...

probonopd commented 7 years ago

Turns out INI is not implemented yet there https://github.com/ildar-shaimordanov/xml-yaml-json-ini/issues/1#issuecomment-324084430

probonopd commented 7 years ago

We are using gem install dupervisor for now. It comes with a straightforward CLI tool, and the gem command is available anyway on Travis CI.

probonopd commented 7 years ago

dupervisor seems to only use the first category from a Categories= entry in a desktop file. Possibly this should be discussed with upstream.