Run an Avalonia MVVM on Linux amd64 (Ubuntu)

Hi @Ahmed49 !

Yes it is possible, but AFAIK, this is not something that we have out-of-the-box for you to use.

If you are using Torizon IDE to develop your project (which seems like you are - Run-container-torizon-release-arm64 failed) you would need to customize the project configuration to launch it on your development PC inside a container.

(You can see I am inferring that you want to do this on a Linux AMD64 to be able to execute it on your development PC. Please let me know if my supposition is wrong :slight_smile: )

What we have already available that you could use is the Local (native) build/launch configuration on the Torizon IDE template that will be executed directly on your development PC without the use of containers. Wouldn’t this be helpful for you?

If you could share more details about your use case, maybe we could recommend something else :slight_smile:

Seems like it is possible, but I have never tried it. Seems to be quite straightforward to use:

https://man.archlinux.org/man/weston.ini.5#AUTOLAUNCH_SECTION

Although this documentation is for the version 14 of Weston, seems like the version of Weston that we have in our containers for Torizon OS 6 (Weston version 10) also has it (https://gitlab.freedesktop.org/wayland/weston/-/blob/10.0/man/weston.ini.man?ref_type=heads#L686).

Best regards,