GNOME Bugzilla – Bug 400968
"Install theme" alert comments
Last modified: 2007-12-22 16:40:08 UTC
Pushing upstream from OpenSolaris: - Click on install theme, theme installation window pops up - Choose an invalid file - Alert window pops up Observations on error window: - It's not in HIG format, and the message is a bit terse. "This does not appear to be a valid theme" or something would be a little more helpful. - Clicking on "ok" closes both the alert and the file chooser, rather than just the alert.
Valid comments. Might also be a nice idea to add a filter to the filechooser so that it only shows files with the extensions it's going to accept.
Created attachment 101460 [details] [review] Make error theme installer dialogs more complient with the HIG.
Committed patch, with modifications based on suggestions by Jens. The patch also closes the file chooser before popping up the error message, thus removing any confusion about the error message closing the file chooser. The alternative (allow user to choose a new file after error) would require some heavy re-factoring, as the file often has to be copied to a temporary location before analysis. Keeping the file chooser dialog open during this process would mean the file transfer dialog would also appear over the top of it.