The problem here is with the U1 account plugin, which doesn't add "unconfined" to the initial list of ACL. After a quick look at the source code, I believe that the code which needs to be changed is here: http://bazaar.launchpad.net/~ubuntuone-control-tower/ubuntuone-credentials/trunk/view/head:/libubuntuoneauth/keyring.cpp#L161
The change is about adding
info.setAccessControlList(QStringList() << "unconfined");
before storing the "info" object.
The problem here is with the U1 account plugin, which doesn't add "unconfined" to the initial list of ACL. bazaar. launchpad. net/~ubuntuone- control- tower/ubuntuone -credentials/ trunk/view/ head:/libubuntu oneauth/ keyring. cpp#L161
After a quick look at the source code, I believe that the code which needs to be changed is here:
http://
The change is about adding
info. setAccessContro lList(QStringLi st() << "unconfined");
before storing the "info" object.