f059e04d7b
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
14 lines
527 B
Diff
14 lines
527 B
Diff
Index: virt-manager-0.8.3/src/virtManager/console.py
|
|
===================================================================
|
|
--- virt-manager-0.8.3.orig/src/virtManager/console.py
|
|
+++ virt-manager-0.8.3/src/virtManager/console.py
|
|
@@ -505,7 +505,7 @@ class vmmConsolePages(gobject.GObject):
|
|
if username:
|
|
argv += ['-l', username]
|
|
|
|
- argv += [ server, "nc", vncaddr, str(vncport) ]
|
|
+ argv += [ server, "netcat", vncaddr, str(vncport) ]
|
|
|
|
logging.debug("Creating SSH tunnel: %s" % argv)
|
|
|