Skip to content
Snippets Groups Projects
Commit 0c62d19f authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

wrap: Use flatpak-spawn to launch bwrap if we are in a Flatpak container


When pressure-vessel is launched from inside a Flatpak container we are
not allowed to create a parallel bwrap container.

Using flatpak-spawn --host we can workaround this limitation.

Please note that the permission to talk to "org.freedesktop.Flatpak" is
required for this to work. For example you can use:
`flatpak run --talk-name=org.freedesktop.Flatpak
com.valvesoftware.Steam`

Hopefully in the future we will be able to avoid the permission
requirement of "org.freedesktop.Flatpak".

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 12e2baf8
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment