Luca Corbo

Results 44 comments of Luca Corbo

I've not direct access to a macOS box at the moment to replicate it. Unfortunately the error message is not helpful in this case. Could you please run the following...

> Would it help if I did something from a shell attached to the Docker container itself? Yes, thanks that would be helpful. Running the `fyne package` command from the...

Yep this is weird, my first thought was a docker image not updated (missing xz utils) as Andrew said above, but looking at your first command seems up-to-date. As side...

@johnnewcombe may I ask to test a couple of things for us ? - run the fyne package command like you did above but using the fyne CLI version from...

Wrt zig: https://github.com/ziglang/zig/issues/9519

Thanks for reporting. Could you please provide some info about your env like OS, fyne-cross version and the command output with the -debug flag enabled?

Agreed, having the `command` package exposed is probably the ideal solution. At that point we'd have a library that interact with docker/podman with its dedicated life cycle. It comes with...

Could you post the output of `ldd fyne-cross/bin/linux-amd64/fyne-tracee-events` ? It looks like the library `libGL` is missed... could by any chance the X server not installed on your linux box?

I wasn't able to setup the python UI so I can't say if all the current features are supported but below is a list of the supported ones based on...

Merging is blocked since the android tests still fail. They should pass once #141 is merged and the new docker images are available.