agama-project / agama

A service-based Linux installer
GNU General Public License v2.0
135 stars 41 forks source link

Installing software: the "infinite" progress always starts from the beginning with new package #1373

Closed kobliha closed 3 months ago

kobliha commented 3 months ago

Software installation progress

When Agama is installing software, there is an infinite progress - a rotating busy indicator. This indicator is always reset with a new package. Ideally it should just keep rotating till it's finished with software.

I know it's a minor thing, but it's quite a strange behavior :D And I feel it's rather a bug.

imobachgs commented 3 months ago

It looks weird, indeed. Most probably, we will need to change the approach a little bit and stop using that rotating icon because it gets reset when we change the associated description. Using a general progress indicator would do the trick.

imobachgs commented 3 months ago

1388 introduces some changes so that's not a problem anymore. However, we have now a different problem:

moving-progress.webm

imobachgs commented 3 months ago

1395 addresses this problem. Let's consider this bug as fixed.