app-center
app-center copied to clipboard
For softwares/packages from LP PPA, no changelog available
For softwares/packages installed from LP PPA, no changelog is available. Many of the users like me might be interested in the changelogs before updating a package. In contrast, Software Updater is showing changelogs. (Screenshots attached)
CC @robert-ancell is this possible with packagekit.dart ?
Packagekit provides some information via PackageKitTransaction.getUpdateDetail
in the PackageKitUpdateDetailEvent.changelog
event. I don't know if it contains all the information that is used in Software
Updater", which gets these via a different method.
If we don't have all the information we need we either need to update the apt PackageKit backend to provide this, or get the changelogs directly (which we can do if we only need to support apt).
Packagekit provides some information via
PackageKitTransaction.getUpdateDetail
in thePackageKitUpdateDetailEvent.changelog
event. I don't know if it contains all the information that is used inSoftware
Updater", which gets these via a different method.If we don't have all the information we need we either need to update the apt PackageKit backend to provide this, or get the changelogs directly (which we can do if we only need to support apt).
Normal updates work fine with PackageKitTransaction.getUpdateDetail. Just not those from PPAs (prominent example might be google-chrome though I am not sure if those guys put any information into the PPA changelog at all)
@d-loose This app is supposed to be replacing the traditional Software Updater, right? But this feature is not yet available in this app.
No, for the time being the new app center (together with the new firmware updater) is only supposed to replace gnome-software.