Alexis López Zubieta

Results 190 comments of Alexis López Zubieta

Great, that's progress! About the new issue, AppRun removes the AppImage private execution environment when an external binary like (/bin/bash) is executed. This also remove the hooks library. If the...

Running binaries using `ld-linux ` makes `proc/self/exe` point to ld-linux which breaks all Qt applications and any other that depends on this path.

I've added a new feature to appimage-builder, now it's capable to take an file level snapshot of an application and generate a recipe the includes all the files that were...

@adgellida hi! In the MystiQ AppImage recipe, I'm using the kde neon repository to fetch the latest Qt. It's also used to build the app binaries (this is quite important...

Doing an effective sandboxing of an application is a tricky issue, and must be performed for each application. Firejail provides a generic recipe which will definitively fall short for many...

Let's use the AppImage update information to group binaries and create update channels. By example the update string below would allow us to fetch the stable x86_64 builds for the...

@milohr in this case the download process is performed by appimage-update, so we still need to call the integrate method that it's already implemented.

https://github.com/probonopd/linuxdeployqt/issues/35

> What I was thinking that it would be great if AppImage runtime could actually do this job. It could determine if openssl is present on host system and use...

Which glibc version are do you have installed ? You can run `/lib/x86_64-linux-gnu/libc.so.6` to know it.