GNOME Bugzilla – Bug 743714
Trying to "Import X boxes from system broker" fails with "Empty location"
Last modified: 2016-03-31 13:22:07 UTC
Pretty much as per summary. When I run Boxes on current Fedora Rawhide (22), click "New", and click "Continue", it offers a choice: "Import 8 boxes from system broker" When I click it, I see an error(?) message "Empty location" pop down from the top of the window for a bit, then disappear. It has an X I can click to make it disappear faster. Clicking 'Continue' afterwards produces the same message. And...that's it, really. Doesn't help me know what's wrong (if something is wrong), doesn't offer any obvious way forward.
If I enter the URL "qemu:///system", it correctly imports the VMs from the system scope.
(In reply to comment #1) > If I enter the URL "qemu:///system", it correctly imports the VMs from the > system scope. That is not importing anything, just connecting you to system libvirt instance.
Fixed in master. Also added a testcase for this, which i'll push soon after the fix for bug#732761. commit: c0aa16e55d58dcd0d87a07db5897d6a6bf79f896 Date: Mon Feb 2 19:44:56 2015 +0000 wizard: Skip URI validation for system broker import We don't have a URI when importing VM from system broker so attempting to validate that only leads to import failing with a weird 'Empty location' error message.