Files
game-server/players/p1_config/apps.json
bilal ab4ee8b9d6 Fix Steam login flicker with 2GB shm and stable launch scripts.
Use tini-backed entrypoint, two-phase Steam startup, and a window keeper so CEF UI and the fluxbox toolbar stay visible in Moonlight.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-27 18:47:58 +03:00

34 lines
611 B
JSON

{
"env": {
"PATH": "$(PATH):$(HOME)/.local/bin:/usr/games"
},
"apps": [
{
"name": "Steam Big Picture",
"detached": [
"bash -lc '/root/.config/sunshine/start-steam.sh'"
],
"prep-cmd": [
{
"do": "",
"undo": ""
}
],
"image-path": "steam.png"
},
{
"name": "Desktop Test",
"detached": [
"bash -lc 'echo desktop-test-started >/tmp/desktop-test.log'"
],
"prep-cmd": [
{
"do": "",
"undo": ""
}
],
"image-path": "desktop.png"
}
]
}