--
Ubuntu-us-co mailing list
Ubuntu...@lists.ubuntu.com
Modify settings or unsubscribe at: https://lists.ubuntu.com/mailman/listinfo/ubuntu-us-co
David,Thanks for the info. I did install the lime build by hexxeh and verified that java works. However, the jnlp apps used on http://phet.coloYou probably undersrado.edu/ don't work even though the java test page loads and says java is working. According to Phet, they use java web start. Not sure how it's different but frustratingly chromium just downloads the jnlp files but can't open/run them.
I wonder if Google could be persuaded to add Java support to the
Native Client feature of Chrome and Chrome OS.
--
Michael "TheZorch" Haney
https://sites.google.com/site/thezorch/
Let Hollywood Die, call your Congressman now and tell them its not
their job to save the failing business model of a industry that
refuses to adapt.
Break some Windows, bring freedom to your PC. www.ubuntu.com
chris
ChromeOS is very different from Ubuntu. It provides no ability to download any non-web applications. In fact, no ability for users to change the root drive at all. Also, no access to a normal shell, etc. It has boot code in ROM and only runs software that the boot code verifies. So very different than most any other Linux. More tightly controlled than Android, but programmable via only HTML5 rather than Java, HTML5 and native code.
http://en.wikipedia.org/wiki/Google_Chrome_OS
Neal McBurnett http://neal.mcburnett.org/
Chrome OS does a system file check every time it boots. If it finds a
corrupt file or a file that's been modified by some kind of malicious
software it will re-image the OS from a known good backup or grab a
fresh install from the Internet.
Chrome and Chrome OS both natively support Flash, HTML5 Canvas, WebGL,
CSS3, and Native Client .nexe C++ apps. You sorta kinda do install
apps, but that just involves adding an icon to your apps list. Only
Native Clients will actually install to the internal storage.
Here's a Native Client demo:
http://www.cs.utah.edu/~rafkind/tmp/paintown/nacl/paintown.html
If you get the message the plugin isn't allow open a new tab to
chrome:flags and Enable Native Client, then restart Chrome.
For the most part Chrome OS is a Cloud-Only OS, meaning the apps it
runs are on the web, and the same thing goes for your documents. It
does support USB thumb drives and hard drives for playing local video
and audio files, and for saving documents locally when you aren't
connected online. Gmail and Google Docs are designed to work off-line
when you don't have an Internet connection.
Under the hood its Linux based. Chrome OS has a command shell called
crosh which is a bit limited, but in development mode a full bash
shell is accessible. Most users likely won't ever need this except for
devs and power users.
--
Michael "TheZorch" Haney
https://sites.google.com/site/thezorch/
Let Hollywood Die, call your Congressman now and tell them its not
their job to save the failing business model of a industry that
refuses to adapt.
Break some Windows, bring freedom to your PC. www.ubuntu.com
--