linuxmint / mintupdate

The Linux Mint Update Manager
326 stars 158 forks source link

File sizes in download dialog wrong for Flatpak #876

Closed mdpenguin closed 1 month ago

mdpenguin commented 7 months ago

Describe the bug The total of the numbers in the Size column does not match the total numbers in the download dialog when downloading Flatpak updates. The amount downloaded exceeds the total amount to be downloaded, but the progress bar seems to be based on yet another calculated total.

Screenshots image

To Reproduce

  1. Process updates for Flatpaks in Update Manager
  2. Note that download dialog does not match total of size column

Expected behavior Numbers displayed in the Size column should be reflected in the total amount to download in the download dialog

Distribution:

Software version: 6.0.9

yllekz commented 5 months ago

I caught this last night: Screenshot from 2024-06-26 22-03-36

It happens a lot but is tough to screenshot because the window disappears fast.

mtwebster commented 1 month ago

This is an issue with flatpak (it provides that entire status string for us to display in the progress window)

https://github.com/flatpak/flatpak/issues/2627