Copy notifications contain wrong information
Bug #1604548 reported by
Zisu Andrei
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Files |
In Progress
|
Medium
|
Jeremy Wootten |
Bug Description
After a file has finished copying, I see a notification which says something along the lines of: 64 MB out of 71 MB copied. Which is clearly wrong, since the transfer has finished.
Something similar happens when I delete many files, I see something like 0 out of 0 files deleted (I'm not 100% sure this was happening on the delete operation, might've been move or something else).
Changed in pantheon-files: | |
status: | New → Confirmed |
importance: | Undecided → Medium |
Changed in pantheon-files: | |
status: | Confirmed → In Progress |
assignee: | nobody → Jeremy Wootten (jeremywootten) |
Changed in pantheon-files: | |
milestone: | none → juno-beta1 |
To post a comment you must log in.
This seems to be due to a "feature" of pantheon-files-core where when a file-operation finishes the related progress-info object is not updated - just emits a finished signal. So the info extracted by the ProgressUIHandler for notification is out of date. Before notifications started working, this did not matter because the progress window was closed anyway.