GNOME Bugzilla – Bug 781462
Do not suspend VMs while they're being installed
Last modified: 2017-04-23 18:17:35 UTC
A user may end up losing its whole installation in case they close GNOME Boxes for any reason.
Created attachment 350119 [details] [review] vm-creator: Set run-in-background during install An ongoing installation could be interrupted by Boxes window being closed or an application crash because we are suspending the VMs in the GtkApplication vfunc_shutdown method. In doing so, let's set a VM to run in background during its installation so it doesn't get suspended.
(In reply to Felipe Borges from comment #1) > Created attachment 350119 [details] [review] [review] > vm-creator: Set run-in-background during install > > An ongoing installation could be interrupted by Boxes window > being closed or an application crash because we are suspending > the VMs in the GtkApplication vfunc_shutdown method. > > In doing so, let's set a VM to run in background during its > installation so it doesn't get suspended. Patch look goods to me. Just let me run some tests over the weekend and then I'll ACK it accordingly to the tests results.
Review of attachment 350119 [details] [review]: Patch does work as expected.
Thanks! Attachment 350119 [details] pushed as 07b9f37 - vm-creator: Set run-in-background during install