Files
hassio-addons/claude_desktop/rootfs/defaults
alexbelgium f0097ad467 fix(claude_desktop): persist sign-in via basic password store, fix GPU perms boot failure
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>
2026-07-23 08:19:53 +02:00
..