Hey John. On Wed, 2010-01-13 at 22:02 +0000, John Rice wrote: > Hi - this webrev adds support to view the new PM and Webinstall log > files from View->Logs in a new Logs dialog.
Thanks for doing that! > It will also notify the user > by turning on a notification icon in the bottom left hand corner of the > status bar if a log error is written using gui misc.py: log_error(). To > see some output in the logs uncomment packagemanager.py: 4743 - 4746. Having uncommented those lines: 1. Nit: It seems that the accessible name for that icon is always 'Remote search error' regardless if it is a search error or the result of the log error. While you could change the AtkObject's name at the same time you change the tooltip text, I'd imagine it would be a lot simpler to just change the AtkObject's name to something more generic like "Error". Would you mind doing so? 2. Any chance you're making GUI changes outside of the main thread? If I do the following: - Uncomment the lines above - Enable AT support (logging out if it wasn't already enabled) - Launch Accerciser - Launch PM I can regularly (though not 100% of the time) hang my desktop. Without your patch I'm not seeing this issue. Sorry.... Take care. --joanie _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
