Steam: Difference between revisions

Sen (talk | contribs)
m Troubleshooting: Steam outputs more logs if -dev is defined and -console is sometimes useful
Sen (talk | contribs)
Troubleshooting: Clarified the "Steams fails to start. What do to?" section
Line 96: Line 96:


=== Steam fails to start. What do I do? ===
=== Steam fails to start. What do I do? ===
<code>strace</code> then open a bug report.
Run <code>strace steam -dev -console 2> steam.logs</code> in the terminal. In the case of a missing <code>strace</code> installation, you can temporarily install it using <code>nix-shell -p strace</code> or <code>nix run nixpkgs#strace -- steam -dev -console 2> steam.logs</code>, if Flakes are enabled.


=== Steam is not updated ===
=== Steam is not updated ===