Skip to content

fix(image): silence Chromium keyring prompt on the kiosk#222

Merged
privaloops merged 1 commit intomainfrom
fix/chromium-password-store
Apr 27, 2026
Merged

fix(image): silence Chromium keyring prompt on the kiosk#222
privaloops merged 1 commit intomainfrom
fix/chromium-password-store

Conversation

@privaloops
Copy link
Copy Markdown
Owner

Without --password-store=basic, Chromium tries to reach the GNOME or
KDE keyring on first launch and pops a "Use your keyring to store
passwords?" dialog — which the kiosk has no keyboard to dismiss with.
Forcing the basic file-backed store skips the keyring lookup
entirely. Cookies and any saved credentials end up in
~/.chromium//Login\ Data, plain on disk, which is fine for
a single-tenant arcade appliance.

Without --password-store=basic, Chromium tries to reach the GNOME or
KDE keyring on first launch and pops a "Use your keyring to store
passwords?" dialog — which the kiosk has no keyboard to dismiss with.
Forcing the basic file-backed store skips the keyring lookup
entirely. Cookies and any saved credentials end up in
~/.chromium/<profile>/Login\ Data, plain on disk, which is fine for
a single-tenant arcade appliance.
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 27, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
sprixe-frontend Ready Ready Preview, Comment Apr 27, 2026 6:27am

@privaloops privaloops merged commit 0d0564b into main Apr 27, 2026
1 check was pending
@privaloops privaloops deleted the fix/chromium-password-store branch April 27, 2026 06:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant