Skip to content
Snippets Groups Projects

Add steam-runtime-launcher-service integration

Merged Simon McVittie requested to merge wip/smcv/launcher-service into master
Files
3
+ 3
0
@@ -295,6 +295,7 @@ case "${STEAM_COMPAT_LAUNCHER_SERVICE-}" in
esac
if [ -n "$launcher_service" ]; then
unset STEAM_COMPAT_LAUNCHER_SERVICE
appid="${STEAM_COMPAT_APP_ID-"${SteamAppId-0}"}"
launch_client="$here/pressure-vessel/bin/steam-runtime-launch-client"
launcher_service_address="--bus-name=com.steampowered.App${appid}"
@@ -311,6 +312,8 @@ if [ -n "$launcher_service" ]; then
echo >&2
echo "$launch_client \\" >&2
echo " $launcher_service_address \\" >&2
# --directory='' means keep using the game's working directory
echo " --directory='' \\"
echo " -- \\"
echo " xterm"
echo >&2
Loading