flatpak / flatpak-xdg-utils

Simple portal-based commandline tools for use inside flatpak sandboxes
GNU Lesser General Public License v2.1
32 stars 14 forks source link

Add --unset-env option #43

Closed smcv closed 3 years ago

smcv commented 3 years ago

This is a client-side for flatpak/flatpak@c4a58d58, with a fallback implementation in terms of env -u that is used on older flatpak versions or with --host.

Based on code that I wrote for Steam's pressure-vessel-launch, a tool to launch subprocesses from an IPC server inside a container, which in turn is based on flatpak-spawn.