From aa41eae50ddd4cd94641d37bd0d93e4bda8feaa9 Mon Sep 17 00:00:00 2001 From: Nils Freydank Date: Thu, 30 Sep 2021 19:25:03 +0200 Subject: [PATCH] control-vm.sh: Elaborate the spice client comment --- control-vm.sh | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/control-vm.sh b/control-vm.sh index afe4b0f..124e848 100755 --- a/control-vm.sh +++ b/control-vm.sh @@ -241,8 +241,11 @@ connect_to_vm(){ # Send the viewer into background and drop # all annoying GTK error messages to /dev/null. ( remote-viewer "${REMOTE_VIEWER_OPTS[@]}" &> /dev/null ) & - # Alternativly run spicy which is part of spice-gtk. - # ( spicy --uri="spice+unix:///${SPICE_SOCKET}" &> /dev/null ) & + # Alternativly run spicy which is part of spice-gtk + # e.g. as 'spicy --uri="spice+unix://${SPICE_SOCKET}"' + # or any other client like remmina. Note that _that_ + # one doesn't support unix sockets yet (as of 2021-09-30): + # https://gitlab.com/Remmina/Remmina/-/issues/1677 else echo "Looks as VM ${GUEST_NAME} is not running." fi