Alexis López Zubieta

Results 190 comments of Alexis López Zubieta

On the `Automatically picking up the correct version (now 0.6.1 is hard-coded)` point. You can use environment variables in the script. So if you have a way of guessing the...

The AppImage should not be using the Qt installed in the system. That's an issue. @kocielnik could you try `LD_DEBUG=libs ./the.AppImage 2>&1 | grep 'init: /lib'` and share output. That...

That's great, the missing symbol should be solved by adding another missing library. We just have to find which one provide those missing symbols.

I'm trying to run an app that's is made using Java but depends on several dlls' therefore I need to use wine + box86 to run it. But I'm getting...

@probonopd There is a patch for appimageupdate where I make sanitizer-cmake optional. This is a development only requirement. I guess we would have to do something alike for AppImageKit.

> Is this something appimage-builder could take care of @azubieta? Yes, appimage-builder bundles libssl which solves the issue. But you must a Debian/Ubuntu system with the latest libssl updates, to...

@JartX could you please try again using the `fix/properly_recreate_archfs_structure` branch ? `pip install git+https://github.com/AppImageCrafters/appimage-builder.git@fix/properly_recreate_archfs_structure`

@JartX it seems that you're still using the older version of appimage-builder

Could you please share this file `/home/budd/code/switcheroo/AppDir/io.ebudd.Switcheroo.desktop` for inspection?

I was thinking on create some sort of wizard like the one on Snapcraft with the common recipes. I guess that it can be extended with extra options to ease...