-
- Downloads
launcher: Add ability to run multiple commands in one container
See the new pressure-vessel-launcher(1) man page for details.
We need this for Proton games, where running a game takes several
steps. At the moment each step is its own container, which means
they can't share locks, IPC sockets and other state.
Signed-off-by:
Simon McVittie <smcv@collabora.com>
Showing
- build-relocatable-install.py 2 additions, 0 deletionsbuild-relocatable-install.py
- man/launch.1.md 121 additions, 0 deletionsman/launch.1.md
- man/launcher.1.md 226 additions, 0 deletionsman/launcher.1.md
- man/meson.build 1 addition, 1 deletionman/meson.build
- meson.build 14 additions, 0 deletionsmeson.build
- src/com.steampowered.PressureVessel.Launcher1.xml 143 additions, 0 deletionssrc/com.steampowered.PressureVessel.Launcher1.xml
- src/launch.c 697 additions, 0 deletionssrc/launch.c
- src/launcher.c 1170 additions, 0 deletionssrc/launcher.c
- src/launcher.h 79 additions, 0 deletionssrc/launcher.h
- src/meson.build 59 additions, 0 deletionssrc/meson.build
man/launch.1.md
0 → 100644
man/launcher.1.md
0 → 100644
src/launch.c
0 → 100644
This diff is collapsed.
src/launcher.c
0 → 100644
This diff is collapsed.
src/launcher.h
0 → 100644
Please register or sign in to comment