mirror of
https://github.com/rfvgyhn/min-ed-launcher.git
synced 2026-02-04 09:25:24 +00:00
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:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user