https://bugs.kde.org/show_bug.cgi?id=504312
--- Comment #17 from michaelk83 <[email protected]> --- It can be tricky to get the correct filtering so you don't over-filter useful communication. If you have `busctl`, you can try `busctl monitor org.freedesktop.secrets org.kde.kwalletd6 > ~/kwallet-dbus.log` Otherwise, this one might work ok: ``` dbus-monitor "path_namespace='/modules/kwalletd6'" \ "path_namespace='/org/freedesktop/secrets'" \ "path_namespace='/ksecretd'" \ "type='method_return'" \ "type='error'" > ~/kwallet-dbus.log ``` However, I notice your wallet seems to be disabled. Since plasma-nm doesn't support Secret Service directly yet, we still need kwalletd to act as a proxy. So first step is to enable it. Then, if you want it to proxy to KeePassXC, follow their instructions to enable Secret Service integration, and https://notmart.org/blog/2025/04/towards-a-transition-from-kwallet-to-secret-service to connect the two. Also make sure you're not running GNOME keyring daemon - sometimes it's installed without users realizing, and can take over the Secret Service bus. -- You are receiving this mail because: You are watching all bug changes.
