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

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: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent e61ecceb
No related branches found
No related tags found
1 merge request!280steam-remote: Add a stub steam executable
Pipeline #10913 passed
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