Block a user
[Bug]: /usr/local/bin/archipelago --version
Fixed in 9a7331ce on main. archipelago --version (and -V) now prints e.g. archipelago 1.7.104-alpha-dev and exits immediately — no daemon boot, no crash-recovery side effects. --help/`-…
lfg2025
created branch fix/companion-autologin-replay-intro in lfg2025/archy
2026-07-18 10:54:29 +00:00
[Bug]: System password remains "archipelago"
Fix on main: ea0cd87b — auth.setup now syncs the OS login password for the archipelago user (same usermod path auth.changePassword already used), so the password chosen during install replaces…
[Bug]: Name change kills kiosk
Root cause: Chromium's profile lock (SingletonLock) encodes hostname+pid; after a rename the stale lock reads as another computer holding the profile, Chromium silently refuses to start (--noerrdia…