GNOME Bugzilla – Bug 672567
Launching of new machines not working
Last modified: 2016-03-31 14:01:05 UTC
The code to select and fullscreen our own created libvirt machines was not working (reliably at least). Attached patches fixes that.
Created attachment 210256 [details] [review] Simplify creation of VMs a bit
Created attachment 210257 [details] [review] Wait for right state before selecting new machine We were trying to select the machine soon after creation without waiting for UI state to change to 'collection' and App.select_item() was simply failing since UI state was still 'wizard'.
Review of attachment 210256 [details] [review]: ack
Review of attachment 210257 [details] [review]: ack
Attachment 210256 [details] pushed as 3081634 - Simplify creation of VMs a bit Attachment 210257 [details] pushed as 591cfe4 - Wait for right state before selecting new machine