Comment 6 for bug 2012702

Revision history for this message
Aaron Rainbolt (arraybolt3) wrote : Re: Download progress indicators no longer appear in Lunar

Judging from the code, I think this is probably the result of a race condition - somehow the repair_install transaction is still running just as the upgrade transaction begins, setting the status to status-finished just after the upgrader sets the status to status-downloading.

I'll hopefully find some way to resolve the race, but if all else fails, I *can* simply not connect the status-changed signal, which fixes it and probably won't cause a noticeable difference.