Steam: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
Line 7: Line 7:
Lets you close Steam to the tray instead of having it sit in the task bar.
Lets you close Steam to the tray instead of having it sit in the task bar.


{{File|~/.bashrc|
{{File|~/.bash_profile|
<pre>
<pre>
STEAM_FRAME_FORCE_CLOSE=1
# Steam close to tray workaround
# https://github.com/ValveSoftware/steam-for-linux/issues/1025
export STEAM_FRAME_FORCE_CLOSE=1
</pre>
</pre>
}}
}}


== Bug [https://github.com/ValveSoftware/steam-for-linux/issues/529 529]: Error: SELinux is preventing steam from using the 'execheap' accesses on a process. ==
== Bug [https://github.com/ValveSoftware/steam-for-linux/issues/529 529]: Error: SELinux is preventing steam from using the 'execheap' accesses on a process. ==

Revision as of 00:07, 29 October 2013

Refresh Steam files

If there are any problems with your Steam installation first try to reset it's configuration and files. This won't affect your currently installed games.

$ steam --reset


Bug 1040: Let Steam client windows be managed by the window manager

Lets you close Steam to the tray instead of having it sit in the task bar.

File: ~/.bash_profile
# Steam close to tray workaround
# https://github.com/ValveSoftware/steam-for-linux/issues/1025
export STEAM_FRAME_FORCE_CLOSE=1

Bug 529: Error: SELinux is preventing steam from using the 'execheap' accesses on a process.

Enable workaround:

# setsebool -P selinuxuser_execheap 1

Disable workaround:

# setsebool -P selinuxuser_execheap 0