Hello, I've noticed Microblogging plasmoid can't log on to service (Twitter in my case) on KDE startup. It's broken since about KDE SC 4.6.
I decided to try to fix it myself but found that it works fine in both plasmoidviewer and in case it's added after Plasma was started. The problem appears in the code interacting with KWallet although it's quite common and generally follows instructions here: http://techbase.kde.org/Development/Tutorials/KWallet When the plasmoid starts on KDE startup, KWallet reports that it failed to open the certain directory in the wallet (setFolder(QString::fromLatin1("Plasma-MicroBlog")). In all other cases it opens directory successfully. Is there any related issues in KWallet or maybe some hints how to use KWallet in plasmoids? I tried to find example code in other plasmoids but suddenly found that most of them save user data in config files. Perhaps, one should even avoid using KWallet in plasmoids? Best regards, Alexey Chernov >> Visit http://mail.kde.org/mailman/listinfo/kde-devel#unsub to unsubscribe <<