From 89259752063ea20c84b9a431f7066aa86a5f1db5 Mon Sep 17 00:00:00 2001 From: David Thurstenson Date: Tue, 11 Aug 2020 12:13:56 -0500 Subject: [PATCH] Forgot to define a port for the spice connection --- bin/kd-win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/kd-win b/bin/kd-win index bea3fce..c884dbe 100755 --- a/bin/kd-win +++ b/bin/kd-win @@ -9,7 +9,7 @@ declare -a opts cmdstring[domain]="win10" uri=([remote]="qemu+ssh://kd-laptop/system" - [remotespice]="spice://10.10.0.14" + [remotespice]="spice://10.10.0.14:5900" [local]="qemu:///system")