Alexis López Zubieta

Results 190 comments of Alexis López Zubieta

Good catch, this should be affecting other versions of appimagebuilder (in AppImage presentation). We set the python runtime from the AppImage and it's affecting the execution of the script. Need...

This should be fixed on with the latest continuous build. I already tested on my end could you please double check using the latest build from the github release.

That just means that the icon `utilities-terminal` is not present on your system. Seems like progress to me, try setting a different icon that is installed.

Icons should be installed in your system according to the [XDG Icon Theme Specification](https://www.freedesktop.org/wiki/Specifications/icon-theme-spec/). We look for them at `/usr/share/icons` > Relying on stuff that may or may not have...

You're right, this icon thing is something that has been showing up from time to time. I'll addressit in a new issue.

This is an appimage-builder error while trying to patch the shebang. To workaround the issue you can edit your scripts shebang removing the `-S` argument or just changing it to...

We just added an [example recipe for the Parole media player](https://github.com/AppImageCrafters/appimage-builder/blob/master/examples/parole/AppImageBuilder.yml). This uses recipe bundles gstreamer and works. Also we added support for building the gstreamer plugins cache so it...

@akontsevich could you share the resulting bundle for inspection ? You could use the information here to debug gstreamer: https://gstreamer.freedesktop.org/documentation/gstreamer/running.html?gi-language=c#running-and-debugging-gstreamer-applications

> Unfortunately, no. No worries, if the problem persist you could try making a minimal app to test this feature. Or we could use QGroundControl.

@akontsevich I have checked it but my knowledge on GStreamer seems to not be enough to spot a fix. You could give a try to `linuxdeploy` if you want but...