Comment 1 for bug 1348580

Revision history for this message
Sebastien Bacher (seb128) wrote :

mardy said he's not working on it, unassigning

I tried to do

import Ubuntu.OnlineAccounts.Client 0.1

    Setup {
        id: setup
        applicationId: "ubuntu-system-settings"
        providerId: "ubuntuone"

        onClicked: {
            setup.exec();
        }

but that leads to a dialog "wants to access your Ubuntu One account page" (which I guess should start with a name) which includes a "Allow" button that does nothing when click, and a "Don't allow" one...