add workaround for launching flatpaks through Steam

This commit is contained in:
Chris
2025-07-27 22:29:02 -06:00
parent f570944944
commit c0d927fe3a
7 changed files with 85 additions and 4 deletions

View File

@ -230,9 +230,17 @@ Linux: `$XDG_CONFIG_HOME/min-ed-launcher/settings.json` (`~/.config` if `$XDG_CO
| gameStartDelay | Time to delay after starting processes but before starting ED. Defaults to zero |
| shutdownDelay | Time to delay before closing processes. Defaults to zero |
When specifying a path for `gameLocation`, `cacheDir` or `processes.fileName` on Windows, it's required to escape backslashes. Make sure to use a
> [!NOTE]
> When specifying a path for `gameLocation`, `cacheDir` or `processes.fileName` on Windows, it's required to escape backslashes. Make sure to use a
double backslash (`\\`) instead of a single backslash (`\`).
> [!NOTE]
> Launching Flatpaks via `processes` through Steam requires resetting the LD_LIBRARY_PATH env var and setting
> MEL_LD_LIBRARY_PATH to the host's LD_LIBRARY_PATH.
> ```sh
> LD_LIBRARY_PATH="" konsole -e env MEL_LD_LIBRARY_PATH="$LD_LIBRARY_PATH" ./MinEdLauncher %command% /autorun /autoquit
> ```
```json
{
"apiUri": "https://api.zaonce.net",