linuxdeploy / linuxdeploy-plugin-appimage

Plugin for linuxdeploy. Creates AppImages from AppDirs.
https://github.com/linuxdeploy/linuxdeploy
34 stars 15 forks source link

Do not check AppStream metadata #25

Closed darealshinji closed 9 months ago

darealshinji commented 1 year ago

When I create an AppImage the tool is stuck forever at the AppStream metadata checking process. I need to manually create it with appimagetool using the "--no-appstream" argument. Is there any way to run linuxdeploy with the appimage output plugin and the "--no-appstream" argument?

TheAssassin commented 1 year ago

Sure, although this would be done with an env var typically. I think this needs to be added to appimagetool first, though.

TheAssassin commented 9 months ago

There is LDAI_NO_APPSTREAM now.