GNOME Bugzilla – Bug 688793
Better handling of missing ISO file
Last modified: 2018-01-11 09:54:08 UTC
gnome-boxes-3.6.2-1.fc18.x86_64 From bug 688787 The ISO image is missing: (gnome-boxes:2800): Libvirt.GLib-DEBUG: Error: cannot access file '/home/hadess/Desktop/Downloads/Fedora-18-Nightly-20121011.09-x86_64-Live-desktop.iso': No such file or directory (gnome-boxes:2800): Boxes-DEBUG: app.vala:707: connect display failed: Unable to start domain: cannot access file '/home/hadess/Desktop/Downloads/Fedora-18-Nightly-20121011.09-x86_64-Live-desktop.iso': No such file or directory It should offer me to locate it instead.
I think the best fix would be for Boxes to: 1. check if cdrom device (ISO file) is mandatory (which it is for live/under-install VMs) 2. If #1 is true, check if file/device exist. 3. If #2 is false, Give a more specific error in notification, like "CD-ROM device or file unavailable. [Update location]" 4. "Update location" button takes user to 'Devices' page of settings for the box and launch file chooser launched.
-- GitLab Migration Automatic Message -- This bug has been migrated to GNOME's GitLab instance and has been closed from further activity. You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/gnome-boxes/issues/9.