Alexis López Zubieta

Results 190 comments of Alexis López Zubieta

Check the appimage-builder recipe, you need to set the path to the data dir. On July 31, 2020 at 3:52 PM probonopd wrote: > > git clone https://github.com/glmark2/glmark2.git > sudo...

You can find it here https://github.com/AppImageCrafters/AppRun

`libnsl` is part of glibc on Ubuntu based systems but Fedora people move it into another package therefore is not present in the system when the AppImage runs. A solution...

AFIK there are no known issues with libgtk-3-0. I use a Gimp recipe for testing it, maybe you could share the broken bundle so I could take a closer look...

I working on AppRun modules which should provide a way to opt-in certain binaries and runtime environment variables depending on the host system. Right now I've use them for glibc...

@atul-chaudhary to be honest I'm not a flutter expert. From my side could recommend you to check if the icon was properly included in the bundle. It should somewhere inside...

I guess that libbfd can be really useful in this topic. See https://sourceware.org/binutils/docs/bfd/index.html

Whit this lib you can read elf sections like the "dynamic" section. So we could read from there the list of libs required by a given library. Still will be...

Not yet, that part is not implemented. But yes I'll work on it

> So the AIC method has somehow made the entire system dependent on my glibc needs?! This is provably because the LD_LIBRARY_PATH is being leaked to external process, to avoid...