Pressing the pause button on update page sets progress to 0
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
| ubuntu-system-settings (Ubuntu) |
High
|
Ken VanDine |
Bug Description
Resuming the update puts it back to the percentage it had before pressing pause. I'd expect that pause only pauses the update, but progress would remain visible.
<https:/
Related branches
- Diego Sarmentero (community): Approve on 2014-09-29
- PS Jenkins bot: Approve (continuous-integration) on 2014-09-26
- Matthew Paul Thomas: Abstain (design) on 2014-09-24
- Ubuntu Touch System Settings: Pending requested 2014-09-18
-
Diff: 531 lines (+213/-122)5 files modifiedplugins/system-update/PageComponent.qml (+166/-120)
plugins/system-update/system_update.cpp (+2/-0)
plugins/system-update/system_update.h (+1/-0)
plugins/system-update/update_manager.cpp (+40/-2)
plugins/system-update/update_manager.h (+4/-0)
Matthew Paul Thomas (mpt) wrote : | #1 |
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | nobody → Matthew Paul Thomas (mpt) |
Matthew Paul Thomas (mpt) wrote : | #2 |
Specification updated. <https:/
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | Matthew Paul Thomas (mpt) → nobody |
status: | New → Triaged |
description: | updated |
Thomas Strehl (strehl-t) wrote : | #3 |
What exactly means "idle" in this context? Not showing any progress bar at all?
Changed in ubuntu-system-settings (Ubuntu): | |
importance: | Undecided → Low |
Matthew Paul Thomas (mpt) wrote : | #4 |
Thomas, yes. It's the "None of the above" state in <https:/
Thomas Strehl (strehl-t) wrote : | #5 |
Thanks for clarifying. Just wondering, this appears then to users as if the download has been cancelled, so either we really cancel instead of pause or we have another state saying "resume"?
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | nobody → Diego Sarmentero (diegosarmentero) |
Matthew Paul Thomas (mpt) wrote : | #6 |
The button is labelled "Pause" to reassure you that the partial download won't just be discarded, especially if it's a large one nearly finished. But after that, I don't think there's any particular reason to distinguish between a paused update and a never-started one. If you wait so long that an even newer version of the software becomes available, the download will start from scratch anyway.
Changed in ubuntu-system-settings (Ubuntu): | |
importance: | Low → High |
Changed in ubuntu-system-settings (Ubuntu): | |
status: | Triaged → Fix Committed |
Sebastien Bacher (seb128) wrote : | #7 |
Diego, "fix commited" looks wrong there since there is no merge proposal with a fix for that nor a fix commited in the vcs. If you have local work to address the bug then maybe "in progress" would fit better?
Changed in ubuntu-system-settings (Ubuntu): | |
status: | Fix Committed → Triaged |
Sebastien Bacher (seb128) wrote : | #8 |
is that still an issue? seems to work fine here
Thomas Strehl (strehl-t) wrote : | #9 |
Well, it pauses now and keeps showing the percentage, but that is not according to latest design spec as mentioned above by mpt.
Changed in ubuntu-system-settings (Ubuntu): | |
assignee: | Diego Sarmentero (diegosarmentero) → Ken VanDine (ken-vandine) |
status: | Triaged → In Progress |
Changed in ubuntu-system-settings (Ubuntu): | |
status: | In Progress → Fix Released |
Can you attach a screenshot? Per spec, a paused update shouldn't have a progress bar at all. This isn't clear, though, and I realize now that I hadn't specified how to resume it.