78a202101a
535fb6f6-hide-scrollbar-until-something-scrollable.patch 535fe0c2-fix-screenshot-with-qxl-spice.patch 535feaca-fix-storage-when-directory-name-contains-whitespace.patch 535ff0b7-fix-install-when-one-package-is-already-installed.patch 536152fe-fix-error-detecting-OS-in-show-all-list.patch 536154d8-show-error-if-launching-delete-dialog-fails.patch 53615662-call-path_exists-before-getting-storage-volume.patch - s390x: Set the correct emulator virtinst-set-qemu-emulator.patch OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=169
16 lines
847 B
Diff
16 lines
847 B
Diff
Index: virt-manager-1.0.1/virtManager/packageutils.py
|
|
===================================================================
|
|
--- virt-manager-1.0.1.orig/virtManager/packageutils.py
|
|
+++ virt-manager-1.0.1/virtManager/packageutils.py
|
|
@@ -151,8 +151,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)
|