0b5fb01003
- bnc#822531 - Virt-manager will reset the domu's 'Autostart' option to unselected status as soon as changing the domu's any virtual hardware through virt-manager (Xen only) virtman-autorestart.diff OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=116
14 lines
518 B
Diff
14 lines
518 B
Diff
Index: virt-manager-0.9.5/src/virtManager/engine.py
|
|
===================================================================
|
|
--- virt-manager-0.9.5.orig/src/virtManager/engine.py
|
|
+++ virt-manager-0.9.5/src/virtManager/engine.py
|
|
@@ -218,7 +218,7 @@ class vmmEngine(vmmGObject):
|
|
conn = self.add_conn(uri)
|
|
|
|
if autoconnect is not None:
|
|
- conn.set_autoconnect(bool(autoconnect))
|
|
+ self.connect_to_uri(uri)
|
|
|
|
self.show_manager()
|
|
if do_start:
|