[kopete-bugs] [Bug 226270] kopete asking for passwords after wallet password wasn't provided

Michael Leupold lemma at confuego.org
Sun Jun 20 22:25:35 CEST 2010


https://bugs.kde.org/show_bug.cgi?id=226270





--- Comment #6 from Michael Leupold <lemma confuego org>  2010-06-20 22:25:33 ---
I just had a look at this bug. The behaviour stems from the timeoutTimer inside
Kopete::WalletManager::Private which should be removed altogether.

In my opinion no application should put timeouts on calls to KWallet. A timeout
means that the user isn't around to answer the KWallet dialog. Cancelling the
dialog (which is not actually possible so the dialog stays visible) means that
the application will have to reprompt the user for the password (a dialog the
user won't be able to answer either if he's not around).

What should work is removing timeoutTimer and all calls to it altogether (would
of course need proper testing to see if everything still works).

-- 
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the kopete-bugs mailing list