Skip to content

Instantly share code, notes, and snippets.

@jfeilbach
Last active May 4, 2026 05:32
Show Gist options
  • Select an option

  • Save jfeilbach/8909aae89dc7424c71432b97577ba81c to your computer and use it in GitHub Desktop.

Select an option

Save jfeilbach/8909aae89dc7424c71432b97577ba81c to your computer and use it in GitHub Desktop.
Dune Awakening Steam Launch Options

Dune Awakening Steam Linux

This is how to skip the Funcom launcher, intro movie, and company logo splashes. You can change the launch options in the steam properties for this game. eval is just a way to run a concatenated command through a subshell. The Windows Steam way will obviously not work.

eval $(echo "%command% -nosplash -nostartupscreen -continuesession" \
| sed -e 's|/Launcher/FuncomLauncher.exe|/DuneSandbox/Binaries/Win64/DuneSandbox_BE.exe|g')

You will need to remove the \ from the above line as Steam will not correctly interpret it.

  • nosplash skips the Funcom launcher

  • nostartupscreen skips the developer and publisher company logos

  • continue session skips the into movie

Because the game launcher was skipped and never loaded, some of the required data that the authentication process to the live game service needs, will expire after some amount of time. It happened after a significant update. This has only happened a couple of times. It is actually a rare event. If you see an error like "FLS login failed" or "You cannot proceed into the game because the login into Funcom Live Services Failed" follow these simple steps.

  • Remove the launch options from steam.
  • Launch the game with default options.
  • Once in the Lanucher, press ACCOUNT (top right), then in the browser that opens, press login with Steam, login.
  • Return to the Funcom launcher and launch the game.
  • You can safely add the launch options back into the game properties in Steam afterwards.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment