GNOME Bugzilla – Bug 748381
Don't attempt to suspend stopped VM
Last modified: 2016-09-20 08:15:55 UTC
Start a VM Shut it down from within the guest -> boxes gets back to the collection view Wait -> boxes attempts to suspend the VM, fails but still shows the "Suspending" message below the VM Try to restart the VM -> empty screen with spinner Expected result: 1) "Suspending" message should go away when an error happens when trying to suspend 2) Boxes should not attempt to suspend stopped VMs.
commit: 3d5949209b7f07772942eded93b01fb978187abc machine: Only autosave running machines There is no point in autosaving non-running machines. commit: 8569b3af4f71c454b57bf15be5ef38fd620a7733 machine: Ensure "Saving…" status goes away on error If saving of machine fails, the "Saving…" status message under the machine thumbnail in overview does not disappear. This patch ensures that it does.