From 405c3085528990c6eecd292a9ba0a68e26f0451c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Commaille?= Date: Sun, 24 Nov 2024 14:37:58 +0100 Subject: [PATCH] docs: Add KWallet as backend for secret portal --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4086f987..8a2b4e79 100644 --- a/README.md +++ b/README.md @@ -166,7 +166,7 @@ The Fractal Flatpaks use the [Secret **Portal**](https://docs.flatpak.org/en/lat to store those secrets. If you are using GNOME this should just work. If you are using a different desktop environment or are facing issues, make sure `xdg-desktop-portal` is installed along with a service that provides the [Secret portal backend interface](https://docs.flatpak.org/en/latest/portal-api-reference.html#gdbus-org.freedesktop.impl.portal.Secret), -which is currently only implemented by gnome-keyring. +like gnome-keyring or KWallet (since version 6.2). Any version that is not sandboxed relies on software that implements the [Secret **Service** API](https://www.freedesktop.org/wiki/Specifications/secret-storage-spec/) to store those secrets. Therefore, you need to have software providing that service on your system,