UP  |  HOME

Steam

Steam on Linux has an annoying startup.

This can be mitigated with the -silent argument.:

You can just add it to the /usr/bin/games/steam script:

Listing 1: /usr/bin/games/steam (excerpt)
# launch the Valve run script
exec "$STEAMDIR/steam.sh" -nominidumps -nobreakpad -silent "$@"