mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-09-17 23:29:09 +02:00
Session logs on a live install showed safeStorage unavailable (no keyring daemon behind the forced gnome-libsecret store) causing recurring "sign in again" prompts, and the resulting stale session parking the cowork/dispatch bridge — surfacing as the desktop showing offline in the Claude app when opened from mobile first. Switch to --password-store=basic (no daemon, no first-boot prompt) and sync the persistent openbox autostart from the image on every boot so the fix reaches existing installs, not just fresh ones. Also fix 21-gpu_permissions.sh exiting 2 at boot: getent's expected exit-2 for an as-yet-unnamed DRI group, combined with bashio's pipefail + set -e, skipped the script's own unnamed-group fallback before it could run. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>