i-rinat / freshplayerplugin

ppapi2npapi compatibility layer
MIT License
727 stars 52 forks source link

Right click doesn't work in vm's console in vcenter #255

Closed worldowner closed 9 years ago

worldowner commented 9 years ago

From time to time I use vcenter to see "console" of virtual machine. Right click doesn't work in this view (menu doesn't appear in virtualized Windows). Everything is fine under chrome where wrapper is not used.

i-rinat commented 9 years ago

Hi. There were similar issue: #177. What helped then is to change browser User-Agent header, removing any mention of "Linux" from it. Could you check whenever that works in your case?

Another possible fix is to add enable_windowed_mode = 0 to ~/.config/freshwrapper.conf

i-rinat commented 9 years ago

Hello? Have you tried any of those workarounds?