Comment 6 for bug 1620338

Revision history for this message
Alberto Mardegan (mardy) wrote :

The bug is indeed in the Loader of

/usr/share/accounts/qml-plugins/ubuntuone/Main.qml

To fix this bug, edit that file and:

1) remove the "sourceComponent:" line
2) remove the outer condition from the "source:" like, so that it looks like this:

   source: account.accountId != 0 ? existingAccountUrl : newAccountUrl

It's likely that Loader's behaviour changed slightly in Qt 5.6, triggering this bug.