Steam: Difference between revisions

Layer-09 (talk | contribs)
Cleaned up the page, prepared translation tags
Layer-09 (talk | contribs)
mNo edit summary
Line 235: Line 235:


<translate>
<translate>
<!--T:29-->
<!--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:30-->
<!--T:31-->
== Troubleshooting ==
== Troubleshooting ==
</translate>
</translate>


<translate>
<translate>
<!--T:31-->
<!--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:32-->
<!--T:33-->
=== Steam fails to start. What do I do? ===
=== Steam fails to start. What do I do? ===
</translate>
</translate>
<translate>
<translate>
<!--T:33-->
<!--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:34-->
<!--T:35-->
=== Steam is not updated ===
=== Steam is not updated ===
</translate>
</translate>
<translate>
<translate>
<!--T:35-->
<!--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/&lt;USER&gt;/.local/share/Steam/userdata</code>. This can be done with <code>rm -rf /home/&lt;USER&gt;/.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/&lt;USER&gt;/.local/share/Steam/userdata</code>. This can be done with <code>rm -rf /home/&lt;USER&gt;/.local/share/Steam/userdata</code> in the terminal or with your file manager. After that, Steam can be set up again by restarting.