Update README.md

Konsole no longer launches when started from the steam runtime environment. Unsetting LD_LIBRARY_PATH allows Konsole to launch but also causes Proton to run using system libraries causing undefined behavior. Resetting LD_LIBRARY_PATH inside the Konsole window solves this.
This commit is contained in:
xXHappypigXx
2025-07-27 00:18:35 +02:00
committed by GitHub
parent 9a901efae0
commit 9f281cc60a

View File

@ -91,7 +91,7 @@ Frontier's website. Linking is only required if you purchased the game via Steam
`alacritty -e ./MinEdLauncher %command% /autorun /autoquit` `alacritty -e ./MinEdLauncher %command% /autorun /autoquit`
`gnome-terminal -- ./MinEdLauncher %command% /autorun /autoquit` `gnome-terminal -- ./MinEdLauncher %command% /autorun /autoquit`
`konsole -e ./MinEdLauncher %command% /autorun /autoquit` `LD_LIBRARY_PATH="" konsole -e env LD_LIBRARY_PATH="$LD_LIBRARY_PATH" ./MinEdLauncher %command% /autorun /autoquit`
**Steam Deck users** - See [wiki](https://github.com/rfvgyhn/min-ed-launcher/wiki/Steam-Deck-Usage) for special instructions **Steam Deck users** - See [wiki](https://github.com/rfvgyhn/min-ed-launcher/wiki/Steam-Deck-Usage) for special instructions
5. Launch your game as you normally would in Steam 5. Launch your game as you normally would in Steam
@ -418,4 +418,4 @@ Note that the bootstrap project specifically targets Windows and won't publish o
[multi-account]: #frontier-account-via-steam-or-epic [multi-account]: #frontier-account-via-steam-or-epic
[Linked Thirdparty Accounts]: https://user.frontierstore.net/user/info [Linked Thirdparty Accounts]: https://user.frontierstore.net/user/info
[GitHub Downloads (all assets, all releases)]: https://img.shields.io/github/downloads/rfvgyhn/min-ed-launcher/total [GitHub Downloads (all assets, all releases)]: https://img.shields.io/github/downloads/rfvgyhn/min-ed-launcher/total
[GitHub Downloads (all assets, latest release)]: https://img.shields.io/github/downloads/rfvgyhn/min-ed-launcher/latest/total [GitHub Downloads (all assets, latest release)]: https://img.shields.io/github/downloads/rfvgyhn/min-ed-launcher/latest/total