Not supported by ChromeOS apparently.
"This application is not supported on this computer. Installation has been disabled." Not supported on Mint, apparently.
VNC Viewer for Google Chrome
21–30 of 57 posts
Re: VNC Viewer for Google Chrome
#22Re: VNC Viewer for Google Chrome
#23An alternative is Teamviewer- http://www.teamviewer.com/ I've found it excellent. Free for non-commercial use.
Also, if you're using it for remote presentations, all you do is email a link and they can see your screen directly in the browser.
Re: VNC Viewer for Google Chrome
#24What are the advantages of this over Chrome Remote Desktop from Google? https://chrome.google.com/webstore/detail/chrome-remote-desk...
Re: VNC Viewer for Google Chrome
#25Too bad, seems like it won't work with linux system.
Re: VNC Viewer for Google Chrome
#26This kind of thing could be interesting. I've often bemoaned the use of HTML/Javascript as a "poor man's X server" and argued that a browser is not necessarily the best way to remote out a UI. VNC, on the other hand, is designed for pushing user interfaces out remotely, so integrating the two could be a very natural step. What'll be interesting to see, is if we can get to a point where there's a very natural handoff…
If we're going to replace HTML as a "poor man's interface" then we need to do better than VNC. Perhaps NX or RDP.
Still, I'd argue that HTML as a poor man's interface is perfect. I could sit down a write a HTML-based control panel that uses next to no resources. With VNC or whatever, now I need X running on my server, a GUI window manager running, and need to write a desktop app. This isn't progress.
Re: VNC Viewer for Google Chrome
#27Earlier quoted context omitted.
I use Teamviewer all the time and find it very useful. I need to spend a little time to look at how the connections are made though—I'm not confident that it's secure since you have to enter an ID and password that are (I'm assuming) authenticated by a different machine controlled by Teamviewer. I wonder if the connection is sent through their computers (to get around router issues) and therefore susceptible to captu…
TeamViewer works great - but I share the same concerns. It seems too good to be true, which makes me wonder what I'm sacrificing as a user.
Re: VNC Viewer for Google Chrome
#28Not supported by ChromeOS apparently.
Re: VNC Viewer for Google Chrome
#29This kind of thing could be interesting. I've often bemoaned the use of HTML/Javascript as a "poor man's X server" and argued that a browser is not necessarily the best way to remote out a UI. VNC, on the other hand, is designed for pushing user interfaces out remotely, so integrating the two could be a very natural step. What'll be interesting to see, is if we can get to a point where there's a very natural handoff…
Well, you can sort of already have that with a bit of JS and NoVNC. http://kanaka.github.com/noVNC/
Re: VNC Viewer for Google Chrome
#30This kind of thing could be interesting. I've often bemoaned the use of HTML/Javascript as a "poor man's X server" and argued that a browser is not necessarily the best way to remote out a UI. VNC, on the other hand, is designed for pushing user interfaces out remotely, so integrating the two could be a very natural step. What'll be interesting to see, is if we can get to a point where there's a very natural handoff…
Why are we still messing around with ancient technology like VNC? Its terrible. It just samples screen output; it does not intelligently understand the underlying GUI so it can't really cache anything or accelerate anything. If we're going to replace HTML as a "poor man's interface" then we need to do better than VNC. Perhaps NX or RDP. Still, I'd argue that HTML as a poor man's interface is perfect. I could sit down…
Well, I certainly won't argue against that. But at least with VNC it's being used for the purpose it was developed for. Personally I feel like trying to build complex application UIs with HMTL/CSS/Javascript is trying to shoehorn a square peg into a round hole. Browsers are great at, well, browsing hypermedia. I'd like to see that continue and the adoption of something like RDP, NX, or $NOT_INVENTED_YET for remoting interfaces.