https://bugs.kde.org/show_bug.cgi?id=504193
--- Comment #18 from michaelk83 <mk.mat...@gmail.com> --- (In reply to Arek Guzinski from comment #17) > I also can't remember to ever have put KDE System there. So the question is: > how did it get there? "KDE System" is the fallback string when the app name is not known. It's used in ksecretd.cpp lines 572 (KSecretD::internalOpen()) and 837 (KSecretD::isAuthorizedApp()). The only place where I see it added to the deny list is in ksecretd.cpp line 879, in reponse to the user authorization dialog. I also checked a commit from before 6.14, and it's the same there. I think the only thing we can do here is try to pass a more specific app name when possible, at least from KWalletManager. Other that, it seems to be working as intended. -- You are receiving this mail because: You are watching all bug changes.