mirror of
https://github.com/hoornet/vega.git
synced 2026-07-24 01:08:11 -07:00
382a9389ad
Linux key storage moves from the kernel keyring (linux-keyutils) to the system secret service (gnome-keyring/KWallet, via dbus-secret-service). The kernel keyring does not persist across Flatpak launches or reliably across reboots; the secret service persists to disk and works in the sandbox via --talk-name=org.freedesktop.secrets. Verified in the Flatpak build: log in, full quit, relaunch, still signed in. Linux users re-enter their key once (entry moves backends). macOS/Windows unchanged. Also pins the Flathub manifest git-source to the v0.14.2 tag.