On Thu 09 Oct 2008 at 10:49AM, [EMAIL PROTECTED] wrote: > Author: Michal Pryc <[EMAIL PROTECTED]> > Repository: /hg/pkg/gate > Latest revision: cd4e8df4322b64afcb7e70dd9084e4ab3bf69f14 > Total changesets: 1 > Log message:
Michal, After this change, when running the packagemanager on either a regular or an alternate image, I get a fatal failure during startup: $ ./packagemanager.py -R /tmp/woop Traceback (most recent call last): File "./packagemanager.py", line 2105, in ? packagemanager = PackageManager() File "./packagemanager.py", line 187, in __init__ clear_search_image.set_from_stock(gtk.STOCK_CLEAR, gtk.ICON_SIZE_MENU) AttributeError: 'NoneType' object has no attribute 'set_from_stock' I tried a 'make clobber' and 'make install' but that also did not resolve the problem. If I comment out the one offending line of code, it seems to start up OK. One thing I also noticed is that Ctrl-C of the GUI does not cause it to exit right away-- instead it waits for about 10 seconds, then dies. It also prints a stack trace when ctrl-c'ing: ^CTraceback (most recent call last): File "./packagemanager.py", line 2155, in ? main() File "./packagemanager.py", line 2101, in main gtk.main() KeyboardInterrupt -dp -- Daniel Price - Solaris Kernel Engineering - [EMAIL PROTECTED] - blogs.sun.com/dp _______________________________________________ pkg-discuss mailing list pkg-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/pkg-discuss