Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(Some What Fix) Steam doesn't launch after update, even with seccomp. #103

Open
nanospearing opened this issue Apr 26, 2024 · 1 comment

Comments

@nanospearing
Copy link

After updating steam, it tends to have issues loading the login screen. After some research and testing, the only way that I could get it to work was by adding privileged to the docker config override.

Here is (with testing) how I got steam to work as normal:

{
  "security_opt": [
    "seccomp=unconfined"
  ],
  "privileged": true
}

If anyone is willing to correct me on this, feel free. I am pretty sure there is a better way to do this, I just don't know how. 😅

@nanospearing
Copy link
Author

This also will fix issues that relate to Steam requiring the "User namespace requirements"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant