Skip to content

Commit

Permalink
Document --no-sandbox Linux launch option
Browse files Browse the repository at this point in the history
Fixes ceifa#42.
  • Loading branch information
dfabulich committed Oct 28, 2022
1 parent 92e73fa commit 2c66ac3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Binary file added LaunchOption.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,10 @@ To make the steam overlay working, call the `electronEnableSteamOverlay` on the
require('steamworks.js').electronEnableSteamOverlay()
```

[Some users have reported an issue when launching Linux apps](https://github.com/ceifa/steamworks.js/issues/42). A workaround is available, to pass a `--no-sandbox` as an argument to the app launcher in Steamworks --> Steamworks Settings --> Installation --> General Installation --> Launch Options. (Note that `--no-sandbox` makes it unsafe to run third-party code, but as long as you're only running game code under your own control, it should be fine.) A screenshot example of this appears below.

![screenshot](LaunchOptions.png)

## How to build

> You **only** need to build if you are going to change something on steamworks.js code, if you are looking to just consume the library or use it in your game, refer to the [installation section](#installation).
Expand Down

0 comments on commit 2c66ac3

Please sign in to comment.