GNOME Bugzilla – Bug 667859
check default connection is there before crashing badly
Last modified: 2016-03-31 13:54:23 UTC
Recent change now makes boxes crash if there is no default connection
Created attachment 205178 [details] [review] check default connection is there before crashing badly
Created attachment 205179 [details] [review] check default connection is there before crashing badly
ok that doesn't work reliably.. we need something better..
Created attachment 205184 [details] [review] check default connection is there before crashing badly, And wait until the default connection is ready before proceeding with installer etc..
Created attachment 205185 [details] [review] The app need to switch too to Wizard state
Review of attachment 205184 [details] [review]: ::: src/app.vala @@ +221,3 @@ + if (default_connection == null) { + printerr ("error: missing or failing default libvirt connection"); + } catch (GLib.Error error) { I'll add return; here, just to avoid unecessary background work
Review of attachment 205184 [details] [review]: Looks good, ACK!
Review of attachment 205185 [details] [review]: ACK! This wouldn't happen if we always used 'this'. :)
pushed now (forgot the bz)