https://bugs.kde.org/show_bug.cgi?id=228308
--- Comment #12 from michaelk83 <mk.mat...@gmail.com> --- (In reply to michaelk83 from comment #9) > Related to Bug 451039 comment 2. On 2nd thought, with the Secret Secret API (KWallet Framework 5.97.0+), it's up to each application to specify which collection (wallet) it wants to use, since they can only use the `CreateItem()` method on the collection level. There's no `CreateItem()` on the service level, so the service (KWallet) can't route those requests as it pleases. https://specifications.freedesktop.org/secret-service/latest/re02.html https://specifications.freedesktop.org/secret-service/latest/re01.html Furthermore, the plan is to migrate the KDE apps to QtKeyChain, which AFAIK just uses the default collection and doesn't provide an API for specifying which collection to use. Apps could still specify the collection if they use `libsecret` instead, but that would be more the exception than the rule. So this feature request would only grow less applicable as the migration to Secret Service and QtKeyChain proceeds. (See also Bug 458318) -- You are receiving this mail because: You are watching all bug changes.