ahmadsamir added a comment.

  In D26205#595034 <https://phabricator.kde.org/D26205#595034>, @blaze wrote:
  
  > 
https://github.com/KDE/falkon/blob/master/src/plugins/KDEFrameworksIntegration/kwalletpasswordbackend.cpp#L187
  >
  >   QMap<QString, QByteArray> entries;
  >   if (m_wallet->readEntryList("*", entries) != 0) {
  >       qWarning() << "KWalletPasswordBackend::initialize Cannot read 
entries!";
  >       return;
  >   }
  >   
  >
  > This is the problematic code. As you can see it uses "*" as a wildcard. So 
may be it is possible just to use a different wildcard and it could be solved 
IDK
  
  
  OK, I'll see if I can make it work and also fix the double-anchored issue; in 
a new diff, otherwise, we could just revert this patch.
  
  @apol, @aacid WDYT?

REPOSITORY
  R311 KWallet

REVISION DETAIL
  https://phabricator.kde.org/D26205

To: ahmadsamir, #frameworks, aacid, apol
Cc: blaze, kde-frameworks-devel, LeGast00n, GB_2, michaelh, ngraham, bruns

Reply via email to