https://bugs.kde.org/show_bug.cgi?id=441214
Sandro Knauß <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected], | |[email protected] --- Comment #9 from Sandro Knauß <[email protected]> --- KMailTransport (the library that is actually storing the password) is using KWallet directly to store passwords, but using QKeyChain to read the passwords. For a clean KDE environment QKeychain will use KWallet, but for other environments it is using an different backend. That's why only people are affected that are not running a Plasma desktop. You can treat QtKeyChain by environemt variables as workaround: KDE_SESSION_VERSION=5 and XDG_CURRENT_DESKTOP=kde or look at the decision path: https://github.com/frankosterfeld/qtkeychain/blob/master/keychain_unix.cpp#L100 -- You are receiving this mail because: You are the assignee for the bug.
