From 0e7237700cde88744d5e203d2f4b5da3d9ae8c8e Mon Sep 17 00:00:00 2001 From: laz Date: Thu, 13 Mar 2025 19:01:44 +0100 Subject: [PATCH] wiki --- .../steam-lutris-launch/steam-lutris-launch.md | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/wiki-rtd/docs/wiki_experiments/steam-lutris-launch/steam-lutris-launch.md b/wiki-rtd/docs/wiki_experiments/steam-lutris-launch/steam-lutris-launch.md index 9188063..c2cf9df 100644 --- a/wiki-rtd/docs/wiki_experiments/steam-lutris-launch/steam-lutris-launch.md +++ b/wiki-rtd/docs/wiki_experiments/steam-lutris-launch/steam-lutris-launch.md @@ -55,7 +55,9 @@ First, create the `.desktop` file as mentioned above with the game name and put Open the `.desktop` file and populate it. -#### Lutris (Native) +The files are different if you have the native version of Lutris installed or the Flatpak version. + +### Lutris (Native) This for Lutris that is installed natively. @@ -86,7 +88,7 @@ Exec=env LUTRIS_SKIP_INIT=1 flatpak-spawn --host lutris lutris:rungameid/2 Categories=Game ``` -#### Lutris (Flatpak) +### Lutris (Flatpak) This for Lutris that is installed via Flatpak. @@ -146,9 +148,11 @@ First, create the `.desktop` file as mentioned above with the game name and put ### Step 3: Populate the .desktop file -Open the .desktop file and populate it. +Open the `.desktop` file and populate it. -#### Steam (Native) +The files are different if you have the native version of Steam installed or the Flatpak version. + +### Steam (Native) This for Steam that is installed natively. @@ -180,7 +184,7 @@ Exec=flatpak-spawn --host steam steam://rungameid/1718570 Categories=Game ``` -#### Steam (Flatpak) +### Steam (Flatpak) This for Steam that is installed via Flatpak.