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
|
# Send the viewer into background and drop
|
||||||
# all annoying GTK error messages to /dev/null.
|
# all annoying GTK error messages to /dev/null.
|
||||||
( remote-viewer "${REMOTE_VIEWER_OPTS[@]}" &> /dev/null ) &
|
( remote-viewer "${REMOTE_VIEWER_OPTS[@]}" &> /dev/null ) &
|
||||||
# Alternativly run spicy which is part of spice-gtk.
|
# Alternativly run spicy which is part of spice-gtk
|
||||||
# ( spicy --uri="spice+unix:///${SPICE_SOCKET}" &> /dev/null ) &
|
# 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
|
else
|
||||||
echo "Looks as VM ${GUEST_NAME} is not running."
|
echo "Looks as VM ${GUEST_NAME} is not running."
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user