virt-manager/virtman-autoconnect.diff
Charles Arnold f059e04d7b - bnc#588391 - Send Key in virt-viewer does not work with Netware
VM's 

- Don't automatically connect to xen in the virt-manager.desktop
  file.  This results in an error dialog when only KVM is installed 

- bnc#588215 - virt-manager/vminstall can't install new KVM Guests 

- bnc#585990 - Fix add/remove device for active Xen guests.
  virtman-device-flags.diff
- cleanup spec
  * norootforbuild
  * sort TAGS
- some rpmlint stuff
  * configfile

    existing interfaces. Provision new bridge, bond, and vlan
    devices.

OBS-URL: https://build.opensuse.org/package/show/Virtualization/virt-manager?expand=0&rev=18
2010-03-19 17:23:36 +00:00

14 lines
502 B
Diff

Index: virt-manager-0.8.3/src/virtManager/engine.py
===================================================================
--- virt-manager-0.8.3.orig/src/virtManager/engine.py
+++ virt-manager-0.8.3/src/virtManager/engine.py
@@ -471,7 +471,7 @@ class vmmEngine(gobject.GObject):
self.emit("connection-added", conn)
self.config.add_connection(conn.get_uri())
if autoconnect:
- conn.set_autoconnect(True)
+ self.connect_to_uri(uri)
return conn