mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-26 14:13:26 +00:00
Instead of clearing the environment that we spawn the flatpak executable with, we use the new --clear-env. For environment variables that we inherit from the calling instance, we append them as arguments after the --clear-env so it starts from a clean slate. Closes: https://github.com/flatpak/flatpak/issues/5271