control-vm.sh: Elaborate the spice client comment
This commit is contained in:
parent
a4002ef9c5
commit
aa41eae50d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user