Skip to content
Snippets Groups Projects
Commit e1c02b0f authored by Simon McVittie's avatar Simon McVittie
Browse files

launcher-service: Remove obsolete --directory='' from hint


Inheriting the current working directory for the game's s-r-l-s has
been the default when injecting debugging commands into game containers
since mid 2022.

When communicating with `s-r-l-s --alongside-steam` or Flatpak, the
service's current working directory is uninteresting, and trying to
preserve the client's current working directory is usually a better
fit anyway.

So we can reduce visual noise here.

Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent 8434c69d
No related branches found
No related tags found
1 merge request!771launcher-service: Remove obsolete --directory='' from hint
Pipeline #109144 passed
......@@ -986,12 +986,6 @@ pv_launcher_server_finish_startup (PvLauncherServer *self,
g_printerr ("\t(launcher address here) \\\n");
}
/* --directory='' means keep using the game's working directory.
* TODO: This is the default for newer versions of
* s-r-launch-client. When suitable versions get into stable releases
* of Steam and the various container runtimes, we can reduce
* visual noise by removing this option from the hint. */
g_printerr ("\t--directory='' \\\n");
g_printerr ("\t-- \\\n");
g_printerr ("\tbash\n");
g_printerr ("\n");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment