nfr/control-vm
nfr
/
control-vm
Archived
0
0
Fork 0

control-vm.sh: Elaborate the spice client comment

This commit is contained in:
Nils Freydank 2021-09-30 19:25:03 +02:00
parent a4002ef9c5
commit aa41eae50d
Signed by: nfr
GPG Key ID: 0F1DEAB2D36AD112
1 changed files with 5 additions and 2 deletions

View File

@ -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