Files
vega/src-tauri
Jure 545dc3e2bb keychain: use Secret Service on Linux (persists in Flatpak sandbox)
linux-native (kernel keyutils) does not persist across Flatpak launches —
each sandbox gets a fresh session keyring. Switch Linux to sync-secret-service
(dbus-secret-service, pure Rust) so keys go to gnome-keyring/Secret Service,
which persists to disk and works in the sandbox via --talk-name=org.freedesktop.secrets.
Existing native users re-enter their key once (moves from kernel keyring to
the Secret Service). macOS/Windows backends unchanged.
2026-07-18 13:43:54 +02:00
..