Results 164 comments of tinywrkb

@zdohnal thanks for the detailed answer. Maybe it is worth posting this in a new sticky issue.

I've seen the comments about `ZYPAK_SPAWN_LATEST_ON_REEXEC` before, and I remember playing with this with and without Chromium sandboxing enabled, but without much success. Restart only worked when avoiding zypak and...

How do you suggest handling file conflicts? I think it would be better to have support for runtime/platform runner extensions. This could be used for Wine, Java, Mono, etc. Electron...

Here's another idea how to handle this. Create an SDK extension `org.freedesktop.Sdk.Extension.runner-aarch64` _`build.sh`_ ``` #!/bin/bash _WRKDIR="$PWD" _BUILDDIR="$_WRKDIR"/build _APPNAME=org.freedesktop.Sdk.Extension.runner-aarch64 _SDK=org.freedesktop.Sdk _RUNTIME=org.freedesktop.Sdk _BRANCH=21.08 _REPO="$_WRKDIR"/flatpak-repo _QEMU_DOWNLOAD="https://github.com/multiarch/qemu-user-static/releases/download/v6.1.0-8/qemu-aarch64-static.tar.gz" flatpak build-init --arch=aarch64 --type=extension --extension-tag=org.freedesktop.Sdk.Extension "$_BUILDDIR" $_APPNAME...