Steam: Difference between revisions
→Troubleshooting: Clarified the "Steams fails to start. What do to?" section |
→Steam is not updated: Clarified "Steam is not updated" section |
||
| Line 96: | Line 96: | ||
=== Steam fails to start. What do I do? === | === Steam fails to start. What do I do? === | ||
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. | 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. After that, create a bug report. <!-- This is vague. Where should the user create a bug report? --> | ||
=== Steam is not updated === | === Steam is not updated === | ||
| Line 102: | Line 102: | ||
When you restart Steam after an update, it starts the old version. ([https://github.com/NixOS/nixpkgs/issues/181904 #181904]) | When you restart Steam after an update, it starts the old version. ([https://github.com/NixOS/nixpkgs/issues/181904 #181904]) | ||
A | A workaround is to remove the user files in <code>/home/<USER>/.local/share/Steam/userdata</code>. This can be done with <code>rm -rf /home/<USER>/.local/share/Steam/userdata</code> in the terminal or with your file manager. After that, Steam can be setup again by restarting. | ||
=== Game fails to start === | === Game fails to start === | ||