From 4f622bfe95339cca7d5bb1141a0ae4a33204a3cc Mon Sep 17 00:00:00 2001 From: tommadness Date: Sun, 12 May 2024 12:49:15 -0400 Subject: [PATCH] Update Steam Deck guide for latest SteamOS versions SteamOS now requires `"quotes"` around each launch arg. --- steamdeck.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steamdeck.md b/steamdeck.md index 14de6fb..6115074 100644 --- a/steamdeck.md +++ b/steamdeck.md @@ -26,7 +26,7 @@ Open the `Discover Store`, search for `XIVLauncher`, and press Install. In Steam's Desktop mode, select `ADD A GAME`, scroll down to XIVLauncher, click the checkbox, and click `ADD SELECTED PROGRAM` -Right click on XIVLauncher in Steam, select `Properties`, and replace the `Launch Options` with the following: `XL_SECRET_PROVIDER=FILE %command% run --parent-expose-pids --parent-share-pids --parent-pid=1 --branch=stable --arch=x86_64 --command=xivlauncher dev.goats.xivlauncher` +Right click on XIVLauncher in Steam, select `Properties`, and replace the `Launch Options` with the following: `XL_SECRET_PROVIDER=FILE %command% "run" "--parent-expose-pids" "--parent-share-pids" "--parent-pid=1" "--branch=stable" "--arch=x86_64" "--command=xivlauncher" "dev.goats.xivlauncher"` Please note that with this configuration, XIVLauncher will save your password to a file on your Steam Deck, as Valve does not ship a safer way to store passwords by default. If this is a problem for you, please leave out `XL_SECRET_PROVIDER=FILE %command% ` from the line above - XIVLauncher won't be able to save your password in that case.