From 427e3f7295f91c5c05cbc15be2ed0a2d714ebdb0 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Mon, 22 Sep 2025 10:08:20 -0400 Subject: add instructions for launch args --- src/components/FlatpaksModal.tsx | 79 +++++++++++++++++++++++++++++++++++++++- 1 file changed, 78 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/components/FlatpaksModal.tsx b/src/components/FlatpaksModal.tsx index a57c683..963aaf9 100644 --- a/src/components/FlatpaksModal.tsx +++ b/src/components/FlatpaksModal.tsx @@ -132,7 +132,7 @@ const FlatpaksModal: FC = ({ closeModal }) => { {/* Extension Status Section */} - Runtime Extensions + Runtime Extension Installer {extensionStatus && extensionStatus.success ? ( <> @@ -282,6 +282,83 @@ const FlatpaksModal: FC = ({ closeModal }) => { )} + + {/* Steam Configuration Instructions */} + + Steam Configuration + + +
+
+ Configure Steam Flatpak Shortcuts +
+
+ In Steam, open your flatpak game and click the cog wheel." +
+
+ IMPORTANT: Set this in TARGET (NOT LAUNCH OPTIONS) +
+ +
+ Try first: +
+
+ ~/lsfg +
+ +
+ If that doesn't work, try full path: +
+
+ /home/(username)/lsfg +
+ +
+ Final result should look like: +
+
+ ~/lsfg "usr/bin/flatpak" +
+
+
+
+ + {/* Close Button */} + + + + Close + + +
-- cgit v1.2.3