Merge lp://staging/~bilalakhtar/update-manager/unity-launcher-progress into lp://staging/update-manager
Proposed by
Bilal Akhtar
Status: | Merged | ||||
---|---|---|---|---|---|
Merge reported by: | Michael Vogt | ||||
Merged at revision: | not available | ||||
Proposed branch: | lp://staging/~bilalakhtar/update-manager/unity-launcher-progress | ||||
Merge into: | lp://staging/update-manager | ||||
Diff against target: |
19 lines (+2/-0) 1 file modified
UpdateManager/backend/InstallBackendAptdaemon.py (+2/-0) |
||||
To merge this branch: | bzr merge lp://staging/~bilalakhtar/update-manager/unity-launcher-progress | ||||
Related bugs: |
|
||||
Related blueprints: |
Integration of default apps with Unity
(Undefined)
|
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Core Development Team | Pending | ||
Review via email: mp+63674@code.staging.launchpad.net |
Description of the change
**** MERGE THIS BRANCH AFTER https:/
This branch makes update-manager set appropriate aptdaemon transaction metadata so that aptdaemon recognises it and sends progress info to libunity for display on the Unity launcher.
This branch merge is a part of spec https:/
To post a comment you must log in.
I merged this is in a slightly different way using the "UnitySupport" class in update-manager. This avoid the dependency on the aptdaemon change (as written in the aptdaemon one I would like to have it slightly more generic there).