mirror of
https://github.com/hoornet/vega.git
synced 2026-07-24 01:08:11 -07:00
545dc3e2bb
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.