probonopd
probonopd
I think that would crash badly as soon as the target system has even a slightly different Qt version installed locally than what is in the bundle.
Agree. Will need to switch to the new appimagetool once it is ready. In the meantime, `sudo apt-get -y install libfuse2`.
Ping @TheAssassin, this would also help AppImageUpdate. Reference: * https://github.com/AppImageCommunity/AppImageUpdate/issues/245
Please provide details about your build environment (distribution, version, compiler, libc, etc.). Thanks! Does https://github.com/probonopd/go-appimage/tree/master/src/appimagetool work better for you?
> strip does not crash when LD_LIBRARY_PATH is not set. So the solution would be to unset `LD_LIBRARY_PATH` when `strip` is run?
Please see whether the latest build fixes the issue. Thanks!
Hi @kuiperzone. You can run `appimagetool-x86_64.AppImage --appimage-mount` to inspect what is inside and what drives its size. The objective is to get it to run on as many host systems...
> Failed to load Python shared library '/tmp/_MEIdzWykp/libpython3.12.so.1.0': dlopen: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.38' not found (required by /tmp/_MEIdzWykp/libpython3.12.so.1.0) Does not run on all LTS releases of Ubuntu. Was built on a...
Thanks @brunvonlope. The files which are not in `./usr`, where are they coming from on the build system? Which files are these?
Can you please list the paths of the affected files? Thanks.