Accounts application file references non-existent service type
Bug #1520173 reported by
Dave Morley
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Alejandro J. Cura |
Bug Description
STEPS:
1. install 179 on arale
2. open settings
3. select accounts
EXPECTED:
I expect to see U1 listed
ACTUAL:
U1 is not listed in the add accounts page however you can still add it from telegram and apps store so the account is just missing from the add accounts page.
PROBABLE CAUSE:
I think that nothing actually says it depends on the account so is only accessed indirectly from apps scope and telelgram as neither show in u1 account page details.
Related branches
lp://staging/~dobey/pay-ui/fix-application-file
- PS Jenkins bot (community): Approve (continuous-integration)
- Charles Kerr (community): Approve
-
Diff: 15 lines (+1/-4)1 file modifiedcom.canonical.payui_payui.application.in (+1/-4)
tags: | added: qa-manual-testing |
tags: | added: regression-proposed |
Changed in canonical-devices-system-image: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
assignee: | nobody → David Barth (dbarth) |
milestone: | none → ww02-2016 |
summary: |
- ubuntuone account is missing from the add account list as it is not - directly access from the installed scopes/apps + Accounts application file references non-existent service type |
Changed in pay-ui: | |
assignee: | Alberto Mardegan (mardy) → Rodney Dawes (dobey) |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in pay-ui: | |
status: | Fix Committed → Fix Released |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
Pay UI does not appear under the U1 account when it's opened from the System Settings. Therefore, as far as Online Accounts knows, there is no application using the U1 account. We recently landed a change to hide account providers for which there isn't an installed application which could make some use of the account.
PayUI ships an .application file, but it needs to ship a .service file as well. I'll try to prepare a MP for this.