Skip to content
Snippets Groups Projects

Flatpak-related fixes

Merged Simon McVittie requested to merge wip/flatpak into master
2 files
+ 9
64
Compare changes
  • Side-by-side
  • Inline
Files
2
  • We are not going to be able to do this from within Flatpak, and it is
    unsuitable for running runtimes other than Steam Runtime 1 'scout',
    for which the LD_LIBRARY_PATH runtime mostly already works.
    
    If we need an automatic fallback to running on the host for scout games,
    we can do that better by running `pressure-vessel-wrap --test`.
    
    Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
+ 0
6
@@ -58,12 +58,6 @@ pressure-vessel-wrap - run programs in a bubblewrap container
`--home` *DIR*
: Use *DIR* as the home directory. This implies `--unshare-home`.
`--host-fallback`
: If **bwrap**(1) cannot be run, attempt to run *COMMAND* in the
current execution environment using the `LD_LIBRARY_PATH`
Steam Runtime instead. In practice this will only work for
Steam Runtime version 1, "scout".
`--host-ld-preload` *MODULE*
: Add *MODULE* from the host system to `LD_PRELOAD` when executing
*COMMAND*. If *COMMAND* is run in a container, the path of the
Loading