Unsolved
This post is more than 5 years old
5 Posts
0
173059
February 12th, 2013 19:00
Google Chrome giving strange grey screen when connected trough vWorkspace connector
Hi again,
After some more testing another small issue popped up
On a clean Windows 2008 R2 terminal Google Chrome doesn't work when connecting trough vWorkspace connector.
When I connect trough normal RDP it works fine.
I looks a bit like the browser frame is blocked somehow.
Disabling all EOP futures in the connector doesn't help.
Is anybody known with this issue?
No Events found!
dbolton
180 Posts
0
February 13th, 2013 06:00
Hi,
Open Chrome using the '-no-sandbox' flag...
Google\Chrome\Application\chrome.exe --no-sandbox
Only issue with this is the annoying yellow bar that comes up on the first tab...
support-core3.c
2 Posts
0
March 27th, 2013 00:00
Better is:
-allow-no-sandbox-job
While not a fix, this is the 'correct' way to do it. The sandbox still runs but in a different way which is less secure but more compatible. You'll also lose the yellow warning bar.
Cheers,
Phill.