commit: efba2c4c35a879f6bee54808a4e5a01cb8265158 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Tue May 13 21:07:05 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Tue May 13 21:07:57 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efba2c4c
profiles: base: Force kwallet-runtime[keyring,legacy-kwallet] for now Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> profiles/base/package.use.force | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/profiles/base/package.use.force b/profiles/base/package.use.force index 55b5f2f874f5..2d48c77aaae2 100644 --- a/profiles/base/package.use.force +++ b/profiles/base/package.use.force @@ -1,6 +1,16 @@ # Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 +# Andreas Sturmlechner <[email protected]> (2025-05-13) +# Force both "old" KWallet backend (now ksecretd service via IUSE keyring) +# and the legacy KWalletAPI (via IUSE legacy-kwallet) until a (stable) +# migration path with instructions was laid out. See also: +# https://invent.kde.org/plasma/plasma-desktop/-/issues/138 +# https://invent.kde.org/frameworks/kwallet/-/merge_requests/97 +# https://invent.kde.org/frameworks/kwallet/-/blob/master/README.md +# https://notmart.org/blog/2025/04/towards-a-transition-from-kwallet-to-secret-service/ +kde-frameworks/kwallet-runtime keyring legacy-kwallet + # Sam James <[email protected]> (2025-04-22) # qemu[X] still has automagic on some parts of gtk[X]. Workaround that # for now for bug #954152.
