dnf5 icon indicating copy to clipboard operation
dnf5 copied to clipboard

"[ 100%]" text is not always flushed directly after execution

Open kada49 opened this issue 1 year ago • 2 comments

I noticed that when upgrading, removing or installing a package / more packages When you get to the part after everything has been installed/removed/upgraded and all the >>> Running trigger-install ... begin, the last installed/removed/upgraded package still says [ 100%] as if it was not done yet. A reconstruction in the screenrecording below: Screencast from 2024-03-15 20-15-12.webm

Edit: I also just noticed that the speed and time to execute also just update at the end of the execution

kada49 avatar Mar 15 '24 19:03 kada49

If I can see correctly, your video shows:

[6/6] Installing vim-enhanced-... 100 % [=====] | 204.4 MiB/s |   4.1 MiB | -00m00s
>>> Running trigger-install scriptlet: glibc-common-...

While the expected is:

[6/6] Installing vim-enhanced-...         100 % | 204.4 MiB/s |   4.1 MiB | -00m00s
>>> Running trigger-install scriptlet: glibc-common-...

ppisar avatar Mar 18 '24 12:03 ppisar

Correct, except that also the download speed and time should be adjusted. As then shown when all the executing ends:

[6/6] Installing vim-enhanced-...         100 % | 1.5 MiB/s |   4.1 MiB | 00m03s
>>> Running trigger-install scriptlet: glibc-common-...

kada49 avatar Mar 19 '24 17:03 kada49