steam-remote: Add a stub steam executable
This stub steam executable tries to directly pass the given commands, e.g. "steam://nav/downloads ", to the running Steam client, if any. This helps games that tries to run "steam ${command}" because when we are in a LD_LIBRARY_PATH runtime, "steam" might not be pointing to the same version that is currently running. Or if we are in a container, there is no "steam" executable in the PATH at all. Signed-off-by:Ludovico de Nittis <ludovico.denittis@collabora.com>
parent
e61ecceb
No related branches found
No related tags found
Showing
- bin/meson.build 11 additions, 0 deletionsbin/meson.build
- bin/steam-remote.c 60 additions, 0 deletionsbin/steam-remote.c
- bin/steam-remote.md 55 additions, 0 deletionsbin/steam-remote.md
- debian/steam-runtime-tools-bin.install 1 addition, 0 deletionsdebian/steam-runtime-tools-bin.install
- steam-runtime-tools/utils-internal.h 4 additions, 0 deletionssteam-runtime-tools/utils-internal.h
- steam-runtime-tools/utils.c 75 additions, 0 deletionssteam-runtime-tools/utils.c
Loading
Please register or sign in to comment