KWallet isn't working even though VSCode is detecting when KDE is in use and trying to use it. This is traceable (see https://code.visualstudio.com/docs/editor/settings-sync#_troubleshooting-keychain-issues) to the missing Session DBus ("talk") permissions for:
org.kde.KWallet.*
- and presumably (eventually)
org.kde.kwalletd5
Like the gnome secret store Session DBus permissions, and the org.freedesktop.secretstore DBus permissions that are already built into the flatpak, these need to be as well.
KWallet isn't working even though VSCode is detecting when KDE is in use and trying to use it. This is traceable (see https://code.visualstudio.com/docs/editor/settings-sync#_troubleshooting-keychain-issues) to the missing Session DBus ("talk") permissions for:
org.kde.KWallet.*org.kde.kwalletd5Like the gnome secret store Session DBus permissions, and the
org.freedesktop.secretstoreDBus permissions that are already built into the flatpak, these need to be as well.