Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
run: Don't pass --die-with-parent when we --run
In this case we will exec rather than fork + exec, so we don't want to use prctl, as that can cause the app to die if any *thread* in the parent dies (rather then the whole process). In particular, this caused issues for gnome-builder starting a newly built flatpak:ed app. Closes: #51 Approved by: alexlarsson
- Loading branch information