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 [email protected]: > > 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 -- [email protected] <mailto:[email protected]> > To unsubscribe send an email to [email protected] > <mailto:[email protected]> > Privacy Statement: https://www.ovirt.org/site/privacy-policy/ > <https://www.ovirt.org/site/privacy-policy/> > oVirt Code of Conduct: > https://www.ovirt.org/community/about/community-guidelines/ > <https://www.ovirt.org/community/about/community-guidelines/> > List Archives: > https://lists.ovirt.org/archives/list/[email protected]/message/OQ3KSZCLSOB5AP5ZGUVC533SNL5QXKTC/ > > <https://lists.ovirt.org/archives/list/[email protected]/message/OQ3KSZCLSOB5AP5ZGUVC533SNL5QXKTC/>
_______________________________________________ Users mailing list -- [email protected] To unsubscribe send an email to [email protected] 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/[email protected]/message/7PTEKAU2RPH3P2F3H52RPYEY5JXHPJR6/

