https://bugs.kde.org/show_bug.cgi?id=504312
--- Comment #7 from michaelk83 <mk.mat...@gmail.com> --- (In reply to turtoise from comment #5) > Created attachment 181492 [details] > DBus traces of entering WiFi password (password removed from traces) Thanks! What I see from this trace, is: A. The network manager is talking to the old KWallet API (and not directly to Secret Service), as expected currently. B. More `folderUpdated` signals than I'd expect to see, for a bunch of unrelated folders. Might indicate some issue or weird behavior, but probably not related to this bug. C. There are a few attempts to save a password (writeMap), and what looks like one attempt to read it back (readMap), but without the `method return` bits, its hard to tell if any of these are successful or not. I don't see any communication between KWallet and KeePassXC's Secret Service. That's probably due to the trace filter. What I would like to see is the part where plasma-nm is trying (and failing) to read the stored password, including the communication between KWallet and KeePassXC, and with the method return values as well. -- You are receiving this mail because: You are watching all bug changes.