Bug 13219 - icon disappears after dependency resolution failure
Summary: icon disappears after dependency resolution failure
Status: RESOLVED FIXED
Alias: None
Product: PackageKit
Classification: Unclassified
Component: client-library (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Richard Hughes
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-13 08:02 UTC by Bill Nottingham
Modified: 2007-11-20 10:28 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description Bill Nottingham 2007-11-13 08:02:07 UTC
If pk fails to resolve dependencies, the icon then hides itself, making interaction tricky.

gnome-packagekit-0.1.3-1.fc9
Comment 1 Richard Hughes 2007-11-20 10:28:25 UTC
Okay, this should be fixed in 5da7daae69f19e363a5ec4bb529477d1a6ad64c4 -
what was happening was that the UpdateSystem method was calling
finished_cb, and finished_cb refreshes the caches. Of course, when it
fails we ref an empty cache (as have no packages), and hence "have no
updates".

I've added a check for the backend exiting for PK_EXIT_ENUM_SUCCESS, so
that problem should be fixed now. Yell if this is still broken but it
seems to work for me.

Richard.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.