After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 667785 - Don't try to delete transient domains
Don't try to delete transient domains
Status: RESOLVED FIXED
Product: gnome-boxes
Classification: Applications
Component: general
unspecified
Other All
: Normal normal
: --
Assigned To: GNOME Boxes maintainer(s)
GNOME Boxes maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2012-01-12 15:37 UTC by Zeeshan Ali
Modified: 2016-03-31 13:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Don't try to delete transient domains (951 bytes, patch)
2012-01-12 15:37 UTC, Zeeshan Ali
committed Details | Review
Don't try to delete transient domains (951 bytes, patch)
2012-01-13 13:03 UTC, Marc-Andre Lureau
none Details | Review

Description Zeeshan Ali 2012-01-12 15:37:31 UTC
Why? Because they get automatically deleted when stopped. :) This need my (yet unreveiewed) patch to libvirt-glib.
Comment 1 Zeeshan Ali 2012-01-12 15:37:33 UTC
Created attachment 205110 [details] [review]
Don't try to delete transient domains

Why? Because they get automatically deleted when stopped. :)
Comment 2 Marc-Andre Lureau 2012-01-12 16:07:08 UTC
Review of attachment 205110 [details] [review]:

what happen without the patch?
Comment 3 Zeeshan Ali 2012-01-12 16:08:55 UTC
(In reply to comment #2)
> Review of attachment 205110 [details] [review]:
> 
> what happen without the patch?

You get a redundant warning when deleting transient domains.
Comment 4 Marc-Andre Lureau 2012-01-12 17:30:38 UTC
Review of attachment 205110 [details] [review]:

ack
Comment 5 Zeeshan Ali 2012-01-12 17:47:52 UTC
Attachment 205110 [details] pushed as b1d6239 - Don't try to delete transient domains
Comment 6 Marc-Andre Lureau 2012-01-13 13:03:36 UTC
Created attachment 205183 [details] [review]
Don't try to delete transient domains

Why? Because they get automatically deleted when stopped. :)