Commit Graph
3 Commits
Author SHA1 Message Date
ckochandClaude Fable 5 1ea0816c4f Make the console (kid) account name configurable
Autostart reads CONSOLE_KID_USER from /etc/bc250-console.conf
(default: kid), so renaming the account is a pure on-box operation —
documented in OPERATIONS.md.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 12:35:45 -04:00
ckochandClaude Fable 5 9cfd7ec225 Fix "ERROR: code=0; This is strange" popup at kid login
bazzite-steam-bpm races waitpid against Steam PIDs that may already
be gone when quitting a lingering instance, and its `if ! waitpid`
clobbers $? so every failure reports code=0 via zenity. Replace the
call with our own quit-and-wait (pgrep scoped to the kid's uid) and
launch bazzite-steam steam://open/bigpicture directly.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-13 12:22:27 -04:00
ckochandClaude Fable 5 57eee1727a Console plug-and-play layer: always-on, BPM autostart, game launchers
- Mask all suspend paths + dconf no-sleep/no-lock defaults (local + GDM):
  the console must stay reachable over SSH/RDP at all times
- Autostart Steam Big Picture Mode for the kid account only
- Enable tailscaled (idle until 'tailscale up')
- First-boot flatpaks: ProtonUp-Qt, Heroic, RetroDECK

Already in the bazzite base, so not added: Steam, Tailscale, automatic
updates (uupd.timer), Firefox via first-boot flatpak manager.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-07 10:08:01 -04:00