:right-sidebar: True SpawnFlags =================================================================== .. currentmodule:: gi.repository.Xdp .. class:: SpawnFlags :no-contents-entry: Flags influencing the spawn operation and how the new sandbox is created. Fields ------ .. rst-class:: interim-class .. class:: SpawnFlags :no-index: .. attribute:: CLEARENV Clear the environment .. attribute:: LATEST Spawn the latest version of the app .. attribute:: NONE No flags .. attribute:: NO_NETWORK Spawn without network (equivalent to the --unshare=network option of flatpak run) .. attribute:: SANDBOX Spawn in a sandbox (equivalent to the --sandbox option of flatpak run) .. attribute:: WATCH Kill the sandbox when the caller disappears from the session bus