diff --git a/virtManager/create.py b/virtManager/create.py index 757d70093..f0fce471f 100644 --- a/virtManager/create.py +++ b/virtManager/create.py @@ -1953,7 +1953,7 @@ class vmmCreate(vmmGObjectUI): def actually_detect(self, media): try: - installer = virtinst.DistroInstaller(self.conn) + installer = virtinst.DistroInstaller(self.conn.get_backend()) installer.location = media self.detectedDistro = installer.detect_distro(self.guest)