Summary: | Doesn't remember password between sessions | ||
---|---|---|---|
Product: | [Applications] choqok | Reporter: | rfc469 |
Component: | general | Assignee: | Mehrdad Momeny <mehrdad.momeny> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugzilla, gmlastik, ken, l33tmmx, sylentdogg |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
rfc469
2010-02-28 17:36:20 UTC
As i remember, This was KDE 4.3 bug! And fixed in KDE 4.4! BTW, try to remove choqok related entries in Passwords folders in KWallet, and try again. Maybe it helps. Thanks for the quick reply! Actually I wasn't using KWallet because I had some problems with it in the past (maybe related a bug in 4.3?) So I tried installing it again and yes, there are problems. For example, it prompts me every time I login for "Plasma Workspace" and I get prompted for a password twice from Choqok when I logout! What a pain. For the moment, I've changed 2 lines in account.cpp to use the password in cleartext from the config. Possibly the same as bug 205892 rfc469: which two lines did you change? I don't use kwallet on Gentoo, either, and I'd like choqok to remember the passwords between sessions, too... --- account.cpp.orig 2010-02-28 08:22:44.000000000 -0800 +++ account.cpp 2010-02-28 08:30:31.000000000 -0800 @@ -47 +47 @@ - password = PasswordManager::self()->readPassword(alias); + password = configGroup->readEntry("Password", QString()); @@ -83 +83 @@ - PasswordManager::self()->writePassword( d->alias, password() ); + d->configGroup->writeEntry( "Password", d->password ); I confirm the problem. Using choqok-0.9.55 and KDE 4.4.4 in my Gentoo box. I don't use KWallet at all and every time choqok starts after log-in, it asks for the Twitter password, although I have the Remember password tickbox checked. I too am having this problem. I have been using choqok for some time and has worked great. But ever since I updated to 0.9.55 it refuses to save passwords. When this started, I was using kde 4.4.3, and now using 4.4.4 it has continued. I also do not use kwallet. I noticed that choqok used to save the passwords in plain text in ~/.kde4/share/config/choqokrc. So I tried to put the passwords in there manually. But it got over written on the next session. I also tried to delete all config files to have it start clean, that didn't help ether. I hope this info helps to solve this bug. I don't know if it matters, but I am using Archlinux i686 kernel 2.6.33. No, It didn't store passwords in plaintext! I'll try to add option for it Try to remove your Twitter account from Choqok and then create it and authenticate on twitter.com. It must help you. Use latest release: http://choqok.gnufolks.org/2010/08/choqok-1-0-beta2-released/ |