File virtman-libvirtd-not-running.patch of Package virt-manager.9957

Use the correct systemd to start libvirt.
Index: virt-manager-1.4.2/virtManager/packageutils.py
===================================================================
--- virt-manager-1.4.2.orig/virtManager/packageutils.py
+++ virt-manager-1.4.2/virtManager/packageutils.py
@@ -145,8 +145,8 @@ def start_libvirtd():
         logging.debug("libvirtd not running, asking system-config-services "
                       "to start it")
         scs = Gio.DBusProxy.new_sync(bus, 0, None,
-                             "org.fedoraproject.Config.Services",
-                             "/org/fedoraproject/Config/Services/systemd1",
+                             "org.freedesktop.systemd1",
+                             "/org/freedesktop/systemd1",
                              "org.freedesktop.systemd1.Manager", None)
         scs.StartUnit("(ss)", unitname, "replace")
         time.sleep(2)
openSUSE Build Service is sponsored by