Lacking network, failed package installs still create broken entry in Launcher
Bug #946789 reported by
Spencer Krum
This bug report is a duplicate of:
Bug #1011681: Have Unity monitor and react to all installation events.
Edit
Remove
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
software-center (Ubuntu) |
In Progress
|
Medium
|
Gary Lasker |
Bug Description
When networking is not working and a package e.g. "Okular" is set to install, the install fails. However, A broken question-mark icon is created in the Launcher/Dock.
Ubuntu Precise (Development Release)
Related branches
lp://staging/~gary-lasker/software-center/unity-launcher-integration-fixes
- Michael Vogt (community): Needs Fixing
- Matthew Paul Thomas: Needs Fixing
-
Diff: 308 lines (+83/-42)7 files modifiedsoftwarecenter/backend/installbackend_impl/aptd.py (+5/-3)
softwarecenter/backend/unitylauncher.py (+5/-5)
softwarecenter/enums.py (+3/-0)
softwarecenter/ui/gtk3/panes/availablepane.py (+47/-30)
softwarecenter/utils.py (+7/-1)
test/gtk3/test_unity_launcher_integration.py (+2/-2)
test/test_utils.py (+14/-1)
Changed in software-center (Ubuntu): | |
status: | New → In Progress |
importance: | Undecided → Medium |
assignee: | nobody → Gary Lasker (gary-lasker) |
To post a comment you must log in.
Hi Spencer, in order for this to work correctly, the Unity launcher service needs to monitor all of the installation events being sent my aptdaemon. This work is being tracked by the Unity team over at bug 1011681, so I will mark this as a duplicate of that one.
Meanwhile, we have an SRU for software-center in--progress (see attached branch) that will fix this problem until the aptdaemon monitoring work is completed on the Unity side.
Many thanks for your help!