You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The system upgrade (#1588) is an expensive operation, which can take a lot of time, due to long resolving, large download and so on. The org.rpm.dnf.v0.rpm.Rpm D-Bus interface has several transaction-related signals, which can provide a feedback about progress and what it is doing. None of them seem to be emitted when the "system-upgrade" transaction is running. I can receive the signals when installing and removing apps, thus I guess my code is correct.
I run the system-upgrade as a distro-sync mode for an offline install (during machine reboot).
The text was updated successfully, but these errors were encountered:
It might be because the transaction is not running at all. I figured the download progress is emitted on the org.rpm.dnf.v0.Base interface. Unexpected, but works for me. I'm sorry for the noise.
The system upgrade (#1588) is an expensive operation, which can take a lot of time, due to long resolving, large download and so on. The
org.rpm.dnf.v0.rpm.Rpm
D-Bus interface has several transaction-related signals, which can provide a feedback about progress and what it is doing. None of them seem to be emitted when the "system-upgrade" transaction is running. I can receive the signals when installing and removing apps, thus I guess my code is correct.I run the system-upgrade as a distro-sync mode for an offline install (during machine reboot).
The text was updated successfully, but these errors were encountered: