The *dmg *.pkg etc. didn’t work for me too.

So my solution on macOS (10.11) is:

*** Install Homebrew

$ /usr/bin/ruby -e "$(curl -fsSL** https://raw.githubusercontent.com/Homebrew/install/master/install)"

*** Install virt-viewer

$ brew tap jeffreywildman/homebrew-virt-manager

* Use a shell script to open console.vv file like remote-viewer.sh

#!/bin/sh -eu

set $( ls  $HOME/Downloads/console*.vv | tee -a /dev/tty | tail -1)

/usr/local/bin/remote-viewer "$@" ; rm -f $HOME/Downloads/console*.vv &

because i didn’t get configured a „action“ for *.vv files.

$ remote-viewer.sh 

Enhancements are welcome!

Oliver 

Am 17.11.2018 um 10:16 schrieb syedquadeer@ctel.in:

Dear Team,
 
Please help me to access ovirt VDI on mac book, as I cannot find any remote viewer client(virt-viewer) for mac. So please provide download link.
 
 
 
 
 
<image001.jpg>
Thanks & Regards,
Syed Abdul Qadeer.
7660022818.
 
_______________________________________________
Users mailing list -- users@ovirt.org
To unsubscribe send an email to users-leave@ovirt.org
Privacy Statement: https://www.ovirt.org/site/privacy-policy/
oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/
List Archives: https://lists.ovirt.org/archives/list/users@ovirt.org/message/OQ3KSZCLSOB5AP5ZGUVC533SNL5QXKTC/