Steam: Difference between revisions
Cleaned up the page, prepared translation tags |
mNo edit summary |
||
| Line 235: | Line 235: | ||
<translate> | <translate> | ||
<!--T: | <!--T:30--> | ||
Example: Adding Xorg libraries for Gamescope (when used within Steam): | Example: Adding Xorg libraries for Gamescope (when used within Steam): | ||
</translate> | </translate> | ||
| Line 257: | Line 257: | ||
<translate> | <translate> | ||
<!--T: | <!--T:31--> | ||
== Troubleshooting == | == Troubleshooting == | ||
</translate> | </translate> | ||
<translate> | <translate> | ||
<!--T: | <!--T:32--> | ||
For all issues: first run <code>steam -dev -console</code> through the terminal and read the output. | For all issues: first run <code>steam -dev -console</code> through the terminal and read the output. | ||
</translate> | </translate> | ||
<translate> | <translate> | ||
<!--T: | <!--T:33--> | ||
=== Steam fails to start. What do I do? === | === Steam fails to start. What do I do? === | ||
</translate> | </translate> | ||
<translate> | <translate> | ||
<!--T: | <!--T:34--> | ||
Run <code>strace steam -dev -console 2> steam.logs</code> in the terminal. If <code>strace</code> is not installed, temporarily install it using <code>nix-shell -p strace</code> or <code>nix run nixpkgs#strace -- steam -dev -console 2> steam.logs</code> (if using Flakes). After that, create a bug report. <!-- This is vague. Where should the user create a bug report? --> | Run <code>strace steam -dev -console 2> steam.logs</code> in the terminal. If <code>strace</code> is not installed, temporarily install it using <code>nix-shell -p strace</code> or <code>nix run nixpkgs#strace -- steam -dev -console 2> steam.logs</code> (if using Flakes). After that, create a bug report. <!-- This is vague. Where should the user create a bug report? --> | ||
</translate> | </translate> | ||
<translate> | <translate> | ||
<!--T: | <!--T:35--> | ||
=== Steam is not updated === | === Steam is not updated === | ||
</translate> | </translate> | ||
<translate> | <translate> | ||
<!--T: | <!--T:36--> | ||
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 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 set up again by restarting. | 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 set up again by restarting. | ||