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