Steam: Difference between revisions

From Q
Jump to navigation Jump to search
Tgurr (talk | contribs)
No edit summary
Tgurr (talk | contribs)
No edit summary
Line 1: Line 1:
== Bug [https://github.com/ValveSoftware/steam-for-linux/issues/1040 1040]: Let Steam client windows be managed by the window manager ==
{{File|~/.bashrc|
<pre>
STEAM_FRAME_FORCE_CLOSE=1
</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. ==
Enable workaround: {{Root|setsebool -P selinuxuser_execheap 1}}
Enable workaround: {{Root|setsebool -P selinuxuser_execheap 1}}


Disable workaround: {{Root|setsebool -P selinuxuser_execheap 0}}
Disable workaround: {{Root|setsebool -P selinuxuser_execheap 0}}

Revision as of 14:21, 13 August 2013

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

File: ~/.bashrc
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