Sandbox
Inherits: Resource
Methods
| Returns | Signature |
|---|---|
| PackedStringArray | get_command(app: LibraryLaunchItem) |
| bool | is_available() |
| Sandbox | get_sandbox() |
Method Descriptions
get_command()
PackedStringArray get_command(app: LibraryLaunchItem)
Returns an array defining the command line to launch the given application in a sandbox. E.g. "firejail", "--noprofile", "--"
is_available()
bool is_available()
Returns whether or not the given sandbox implementation is available
get_sandbox()
Sandbox get_sandbox()
Returns the best sandbox to use for launching apps