Re: KWallet issues when using in plasmoids

2011-08-23 Thread Valentin Rusu
On 08/23/2011 11:07 AM, 4ernov wrote: > Sorry for unclear text, yes, I meant KWallet API, you're right. Here's > those method itself: > > bool MicroBlog::enterWalletFolder(const QString &folder) > { > //TODO: seems a bit silly to have a function just for this here > //why doesn't kwallet ha

Re: [Kde-accessibility] kdeaccessibility is in git

2011-08-23 Thread Tayeb Meftah
Thank you that is a good news;) Envoyé de mon iPhone Le 21 août 2011 à 18:27, Jeremy Whiting a écrit : Hello all, This weekend kdeaccessibility migrated from svn to git. The git repositories can be seen at http://projects.kde.org/projects/kde/kdeaccessibility If you use kdesrc-build you can u

Re: [BUG] Weird dialog requesting authorisation to log in

2011-08-23 Thread Jeffery MacEachern
On Tue, Aug 23, 2011 at 01:48, Sebastian Kügler wrote: > Hi Lucas, > > On Thursday, August 11, 2011 04:24:02 Lucas Lira Gomes wrote: >> I'm trying to request some data from a web service using a third-party >> library. >> The problem is that there is an anoying dialog, that asks me if I allow to >

Re: KWallet issues when using in plasmoids

2011-08-23 Thread 4ernov
Sorry for unclear text, yes, I meant KWallet API, you're right. Here's those method itself: bool MicroBlog::enterWalletFolder(const QString &folder) { //TODO: seems a bit silly to have a function just for this here //why doesn't kwallet have this itself? m_wallet->createFolder(folder);

Re: KWallet issues when using in plasmoids

2011-08-23 Thread Thiago Macieira
On Tuesday, 23 de August de 2011 11:32:20 4ernov wrote: > 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

Re: [BUG] Weird dialog requesting authorisation to log in

2011-08-23 Thread Sebastian Kügler
Hi Lucas, On Thursday, August 11, 2011 04:24:02 Lucas Lira Gomes wrote: > I'm trying to request some data from a web service using a third-party > library. > The problem is that there is an anoying dialog, that asks me if I allow to > log in gpodder.net, every time I call a specific function in th

KWallet issues when using in plasmoids

2011-08-23 Thread 4ernov
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