Slashdot Mirror


OEone HomeBase Desktop

Mike Potter writes "OEone has released its OEone HomeBase product as an open source project, and a free download. HomeBase is a complete operating environment that runs on top of Mozilla, with the base operating system being RedHat Linux 7.1 or 7.2. There's a review of it over at Newsforge. Some of the OEone software has already been released as open source to other projects. For instance, OEone's calendar was the basis of the Mozilla Calendar project."

178 comments

  1. Hang on here... by Clay+Mitchell · · Score: 3, Insightful

    It's an OS that runs on top of a BROWSER that run on top of another OS...

    Could somebody explain to me the benefits of this? Please? Because I haven't the foggiest clue... Seems like a case of going around your elbow to get to your backside, but that's just me...

    1. Re:Hang on here... by passthecrackpipe · · Score: 2, Informative

      Hi,

      The Newsforge article states it is not an OS, but a Frontend/Desktop for an OS - in this case RH7.x. Not half bad either, according to Newsforge. when they have a SuSE version, i'll be checking it out.

      --
      People who think they know everything are a great annoyance to those of us who do.
    2. Re:Hang on here... by Jucius+Maximus · · Score: 3, Informative
      Ironically enough, 'HomeBase' was one of the names considered for what eventually was named 'Microsoft Bob,' a 'friendly' computer interface where the computer was represented with a house and a variety of characters - try looking up the old slashdot column "Who Remembers Bob?"

      I can't find it because the slashdot search engine does not index 3 letter words.

    3. Re:Hang on here... by Jack+Hughes · · Score: 4, Informative
      It isn't built on top of the browser.. it is built on some of the the same building blocks that Mozilla is built on. Perhaps the most important is XUL (XML User Interface Language).

      So rather than using KDE/QT or GTK+ or Motif or whatever it is using XUL and a load of other technologies to create the interface, widgets, look and feel and whatever.

      The intention is to create a relatively clear and simple user interface that can be used for key tasks but also lends itself to "kiosk" type applications - for example embedded systems such as set top boxes.

      They aren't necessarily trying to come up with a completely new general purpose desktop system but one which is appropriate for a, potentially, significant niche - set top boxes, internet kiosks and so on. They hope to make money by flogging the system to OEMs

    4. Re:Hang on here... by Otter · · Score: 2
      Could somebody explain to me the benefits of this? Please?

      I _think_, and the interview supports this, that the idea is to do something like KDE or Gnome, but to take advantage of Mozilla to run on more platforms.

      Why not use Qt, which has X, Windows and MacOS X ports? Licensing, maybe? (Although this is a case of "If you can't afford a couple of developer copies of Qt, you shouldn't be trying to run a software business.")

    5. Re:Hang on here... by Clay+Mitchell · · Score: 0, Offtopic

      ok mod this up, somebody read the article!

      this makes much more sense.

      articles here can be vague and misleading at times :)

    6. Re:Hang on here... by galaga79 · · Score: 3, Funny

      It's an OS that runs on top of a BROWSER that run on top of another OS...

      You know for a moment I thought you were explaining .NET

    7. Re:Hang on here... by Mister+Transistor · · Score: 0, Offtopic

      Try searching for "boob"

      --
      -- You are in a maze of little, twisty passages, all different... --
    8. Re:Hang on here... by Quixadhal · · Score: 1, Flamebait

      So, what you're saying is that when I run an application inside this framework, it has to be rendered by the "homebase" rendering system, which invokes the mozilla renderer, which in turn will call on my gnome/kde window manager's rendering engine (for widgets), which has to invoke X11's rendering system to manipulate the background structures of the generic X11 system, which then has to be rendered into the specific display actions for the display it's being routed to, which has to go through the device drivers to be turned into actual commands for my accelerated video card to then render into pixels that my monitor can display?

      And exactly how is this going to make anything faster, better, or simpler?

    9. Re:Hang on here... by jacoberrol · · Score: 1

      Adding layers of abstraction to handle software complexity is a technique that has been used for decades. Does it introduce computational overhead? Yes. It's called a trade-off. But, it is a fundamental design philosophy. Without it, large-scale software would be utterly un-manageable.

    10. Re:Hang on here... by Anonymous Coward · · Score: 0

      No, you are 110% wrong on your assumptions.

      Mozilla is NOT a KDE, QT, or GTK+ application. Mozilla renders straight to X11, it implements it's own set of widgets completely seperate from the windows manager. You can install X11, leave KDE and GTK off and Mozilla will STILL run.

    11. Re:Hang on here... by Anonymous Coward · · Score: 0

      QT costs money. Mozilla doesn't. QT will be scriptable in the future. Mozilla is scriptable now (JavaScript, Perl, Python, and even Ruby last I checked). QT may have a component architecture in the future. Mozilla has a component architecture now.

    12. Re:Hang on here... by Anonymous Coward · · Score: 0

      (Don't have time to create an account now, but my name is Bamm)

      "It's an OS that runs on top of a BROWSER that run on top of another OS..."

      It's really the same with MS. The Windows Desktop and Windows Explorer run on top of MSIE which runs on top of Windows itself, which in turn runs on top of DOS.

      Same also with KDE, whose window manager runs on top of Konqueror which run on top of KDE, which runs on top of X-Windows which runs on top of Linux.

      OEOne simply replaces KDE with its own Desktop.

      I think you confuse an "OS" with a "Shell".

    13. Re:Hang on here... by Anonymous Coward · · Score: 0

      'I think you confuse an "OS" with a "Shell"'

      To clarify: an OS interacts with the hardware. A shell interacts with the user.

      User > Shell > OS > Hardware

    14. Re:Hang on here... by Lussarn · · Score: 1

      How can this be insightfull. It's just another one of those why this, why that questions thats poisoning every slashdot article these days.

      We allready know most slashdot readers these days can't use and isn't interessted in anything but the big E on there desktop. So please stop posting. Slashdot news is for nerds, read the headline.

      No, I don't think many people will use this either but it's surely a showcase for mozilla technology. And that might be stuff that matters.

    15. Re:Hang on here... by Eil · · Score: 2


      They aren't necessarily trying to come up with a completely new general purpose desktop system

      Uh, I believe the CEO of the company actually said that's exactly what they were trying to do. He went out of his way to mention, however, that they are not claiming to have invented the interface paradigm that Homebase uses. The CEO said that's just the way he saw home technology moving and wanted to take advantage of it early.

      I personally would not think any Mozilla-developed technology would be suitable for embedded applications where factors like speed, simplicity, and size rule the roost.

    16. Re:Hang on here... by Dalroth · · Score: 2
      I personally would not think any Mozilla-developed technology would be suitable for embedded applications where factors like speed, simplicity, and size rule the roost.

      Why not? Mozilla has a complete HTML rendering engine, a JavaScript engine, a complete near complete GUI implementation, XML support, and a component system that supports JavaScript, C++, and even Perl, Python, and Ruby with the appropriate plugins. All this comes in a package that is about 11 megabytes in size and uses 20-50mb of ram (ram's cheap these days).

      I dare you to find a suite of similar technologies that are freely available, and provide all of the above (AND MORE!) in such a compact package. My guess is you won't.

      Bryan

    17. Re:Hang on here... by iankerickson · · Score: 2

      It's not an OS. It's an OE, an Operating Environment, like GNOME, KDE, or CDE. That's why they named that particular string of vowels, thinking they'd made a clever pun. Ew.

      I'll say it again (if only because I've said it before...) at least they saved millions of dollars by not hiring a naming consultant.

      OSS is going to win the desktop war by being increasingly less pronouncable than the competition, greatly limiting the opposition's ability to spread FUD in COMDEX keynotes and by word of mouth. When criticism of your product is met with shocked replies of "What the hell did you just call me?!" or "Do you kiss your kids with that mouth?!" then you know you've correctly named your OSS/Linux/BSD/GNU-based product. It uttering your product's name aloud causes Satan to spontaneously materialize in a <BAMF>cloud of brimstone</BAMF> or motivates Chuthulu to wake up a few eons early, then you've got a killer app on your hand. The moment your competion dares utter your product's name, they'll all die screaming as hideous supernatural creatures suddenly appear in their board room meetings and devour all the executives, and you'll gain valuable mindshare with the Old Ones! The-product-whose-name-must-not-be-spoken is FUD-proof indeed, so long as you can train your staff to only converse about the product in winks, head nods, and hand gestures. Except, of course, the employees you want to "let go".

      Best of luck to them and uh... their product.

      --
      Democracy. Whiskey. Sexy. Pick any two.
  2. Great, but what about the powermacs? by karamellkungen · · Score: 0, Offtopic

    Call me a troll and mod me down to Hades, but what's the thinking behind putting an announcement regarding yet another Linux mutation on the front page while the announcement regarding the new Powermacs is cooped up in the Apple section?

  3. Re:Funny. by bsDaemon · · Score: 1

    Isn't that the concept behind "active desktop" in Windows, and using IE as the shell-ish thing?

  4. how do you pronounce it by gelfling · · Score: 0, Offtopic

    owwwwown?
    owwwwone?
    oooneunn?
    ooonwunn?
    ieeeou ne?

    1. Re:how do you pronounce it by DavidLeblond · · Score: 0

      I'm guessing "Oh-EE-one"

    2. Re:how do you pronounce it by Dannon · · Score: 2

      Remember that scene in The Wizard of Oz, with the Wicked Witch's army? I think it's like that song....

      Oooooeeeeeon Oeeeeeeeeeeeon.

      --
      Good judgment comes from experience.
      Experience comes from bad judgment.
    3. Re:how do you pronounce it by ShavenYak · · Score: 1

      I'm thinking more along the lines of...

      krap

      --

      Hey kids, there's only 5 days left 'til Yak Shaving Day!
    4. Re:how do you pronounce it by prisen · · Score: 1

      holy crap, i'm still trying to figure out how to pronounce the CEO's name..."Eid Eid"...WTF?

    5. Re:how do you pronounce it by Anonymous Coward · · Score: 0

      me too.

      O-E-own (one, as in bone)

      Unless you meant wun, but then you wouldn't use one if you're trying to be give a phonetic example. Unless you're just really, really stupid.

    6. Re:how do you pronounce it by Anonymous Coward · · Score: 0

      that would be funny if it was not soooo way offtopic

    7. Re:how do you pronounce it by Anonymous Coward · · Score: 0

      how does being offtopic make it less funny?

      that's like saying "my sister would be pretty if she was not soooo way stupid" - i think the term is non-sequiter.

    8. Re:how do you pronounce it by ceswiedler · · Score: 2

      I'm pretty sure that they're saying "Glory of, the Old One."

      That's what I (and others) always thought, and I seem to recall the rumor being substantiated. But then again, it might have been refuted.

    9. Re:how do you pronounce it by HyperHyper · · Score: 1

      Eid Eid is correct. He used to head up Corel Computers here in Ottawa before it went bust.

  5. if it runs on top of mozilla by szo · · Score: 0

    Why is it important to have redhat (or linux for that matter) underneath?

    Szo

    --
    Red Leader Standing By!
    1. Re:if it runs on top of mozilla by spdw · · Score: 2, Informative

      It's currently only been tested and verified to run on top of redhat 7.1 and redhat 7.2. If you wish to download the pre-packaged binaries they are all in rpm format. Should you want to try to compile it on another system other than redhat 7.1 or 7.2 you're more than welcome to download the source code and give it a try! Dan

    2. Re:if it runs on top of mozilla by beme · · Score: 1

      Does that comment have any authority to go with it? From what I saw of my brief tour of the website, it sounds like it actually requires RH 7.1 or 7.2 for some reason. I guess I could always give it a shot anyway, but I'd rather not go through the pain if there's something RH-specific about it that'll be tough to overcome. Looks cool though. Nice for the wife.

      --

      -beme
      1971
  6. Re:Funny. by Clay+Mitchell · · Score: 0, Offtopic

    not really :\

    Active Desktop was pretty much the exact reverse - bring the internet to the desktop, bypassing the browser

    this on the other hand is, uh bring the os to the uhh with the internet uh and the browser uh

    nevermind, i have no idea wtf is going on here.

  7. Re:Funny. by Delrin · · Score: 1

    I think so. I mean, it's this just the whole thin-client ideology? Sure, sounds great, but not realisting in today's desktop environment. One can take a look at Sun's Java station to remember how well the Java thin-client fared.

  8. .mac clone by paradesign · · Score: 2
    the homebase anywhere suite appears to be a clone of the .mac/itools services, with its backup/synchronization features. itll be interesting to see if billy g picks up the idea as well.

    otherwise it looks good, it looks real good, people friendly even.

    --
    I want 2D games back.
    1. Re:.mac clone by bsDaemon · · Score: 1

      I think they're trying to force a far more sinister version of this.

  9. I think it's a good idea by chrisseaton · · Score: 1

    This is perfect for web browsing only computers such as those in libraries and schools.

    1. Re:I think it's a good idea by prisen · · Score: 1

      It looks like thats exactly what the product is aimed at - even Internet Appliances, too...libraries, schools, net cafes, places where novice computer users are going to be. It's a neat idea..it looks good enough at least..I'm not in a hurry to try it out tho.

    2. Re:I think it's a good idea by tim_maroney · · Score: 2

      That's what the OEOne desktop was created for, thin client Internet computers, also known as NCs and network appliances. However, all incarnations of Larry Ellison's Network Computer from whatever source have failed. I don't think there are any left in the market at this point. With PC prices continuing to plummet, there's just no demand for a stripped-down computer that lacks the features of a mainstream PC.

      --
      Tim Maroney tim@maroney.org

    3. Re:I think it's a good idea by sparrow_hawk · · Score: 1

      Yes!!!! This is what the library I work at needs! No more lusers screwing up the system, no more Fortres not-so-"Grande," no more reformatting & reinstalling every other week...

      Now if only the director weren't such a Windoze zealot, and one of those people who only *thinks* they understand computers... I'm in hot water for installing Mozilla and Open Office on the systems because some patron couldn't get their stupid pop-up e-greeting card to work! Grr....

  10. Bringing OpenSource to the masses by passthecrackpipe · · Score: 3, Insightful

    This actually looks like a potential OpenSource killer app. It gives most non-techie users what they need, what they want and what they will use, for a fair price. Like Lindows, but without the crappy attitude and marketing tripe. The screenshots look slick, and the stuff looks easy to use. Not something I would go all that wild over, but I can see my wife, or her parents for that matter, using this without any major hassles. Add OpenOffice.org to the mix, and you are done. Cool stuff!

    --
    People who think they know everything are a great annoyance to those of us who do.
    1. Re:Bringing OpenSource to the masses by alyosha1 · · Score: 1

      I agree. This looks to me like that rarest of creatures: a genuinely creative and 'innovative' open source project. Kudos to them for using Mozilla as it is intended: as a cross platform base for creating new products. As an entry-level platform or specific purpose 'kiosk' application, this looks great. Here's hoping they succeed!

    2. Re:Bringing OpenSource to the masses by Standfast · · Score: 1

      Yes, at first glance it looks good, and the price seems fair on the surface, but the shipping and handling cost seems too high.

      I wish companies would just charge honestly for the product and pass along their actual shipping costs to me, instead of low-balling the product price and charging separately for "handling".

    3. Re:Bringing OpenSource to the masses by lobsterGun · · Score: 1

      According to Ars Technica it costs NetFlix 37 cents to ship a DVD to a customer. Granted, NetFlix doesn't have to burn the media they are shipping but if they did I can't imagine it costing more than a dollar.

    4. Re:Bringing OpenSource to the masses by bobdinkel · · Score: 1

      I think you're right on the money. It looks really good. Most importanty, this is a GUI that is familiar to pretty much anyone. Hell, from what I've seen it looks like even my dad could be a linux user. That's saying a lot. Really.

      --
      A publicly traded company exists solely to make profits for shareholders.
    5. Re:Bringing OpenSource to the masses by BigBir3d · · Score: 1

      Yeah.

      Although when I bought it, the weight was listed as 3.3 pounds.

  11. The concept isn't all bad by DavidLeblond · · Score: 0

    An OS that runs in a browser on top of an OS... at first glimpse it sounds pretty dumb but I think its actually a cool idea. I run Windows right now, but I like playing with other OSes (and I don't feel like monkeying with my partition right now.) So why not just load one in your browser?

    Isn't that what Windows .NET was going to be back in the day when the word .NET was uttered by Microsoft? I know thats what Office .NET was gonna be.

  12. An Idea by af_robot · · Score: 3, Funny

    "HomeBase is a complete operating environment that runs on top of Mozilla, with the base operating system being RedHat Linux 7.1 or 7.2"

    Oki Oki, how about Running it Under Wine in Internet Explorer window, which will be running VMWare plugin, inside which there will be RedHat Linux 7.2 running Mozilla and HomeBase on top of it... That will be really cool :)

    1. Re:An Idea by Elbereth · · Score: 2

      You forgot about running it under bochs.

      Lalalalalala. Waiting twenty seconds. Lalalalalala.

    2. Re:An Idea by JudgeFurious · · Score: 2, Funny

      Great idea but then you need to add that one final touch. Do it all in a Virtual PC session in OSX.

      --
      Appended to the end of comments you post. 120 chars.
  13. Its interesting by ACK!! · · Score: 4, Interesting

    At least someone is trying a tactic to finally get beyond the STANDARD desktop model. Instead with this setup you have a combo concept where you have a desktop model merged into a home page model. I doubt if you can count it as revolutionary but at least they tried to push the edge a bit.

    For an end user I think it might actually be better than some lame approach of merely emulating a windows desktop on top of linux the way a couple of distros seem to be going like the Lindows stuff.

    What would be interesting to see is how a real life end user would react to such a setup.

    ________________________________________________ _

    --
    ACK /ak/ interj. 2. [from the comic strip "Bloom County"] An exclamation of surprised disgust, esp. i
  14. Screeenshots? by teslatug · · Score: 0, Offtopic

    I hate flash so I can't view their demo.

    1. Re:Screeenshots? by Ilgaz · · Score: 1

      geez, you hate flash so you can't view their demo?

      What do you expect? Animated gif?

      pure latest DHTML so they lose 70% of potential interest? (if ever can be done?)

      hmm being 133t has some disadvantages it seems *g*

    2. Re:Screeenshots? by AyeRoxor! · · Score: 1

      Flash really sucks. I've gone over it before. Just thought I'd mention that I would also like to see the screenshots, but I won't, for the same reasons.

    3. Re:Screeenshots? by Anonymous Coward · · Score: 0

      ummm..fuckwit. if they cant do it with flash how bout a simple powerpoint style series of GIFs with easy arrows to navigate ?
      an whats wrong with animated GIFs ? or DHTML ?
      being a retard like you has its disadvantages too.

    4. Re:Screeenshots? by spdw · · Score: 1

      There are screenshots available

      http://www.oeone.com/products/screenshots.html

  15. It locked up Netscape by SwedishChef · · Score: 2

    I'll have to wait til I get to work to see if the demo will work on Galeon. How ironic if this Linux-based environment has a demo that will only work on MSIE.

    --
    No one ever had to evacuate a city because the solar panels broke!
    1. Re:It locked up Netscape by ibotan · · Score: 1

      You must be using Netscape 4 or something. Everything works fine on my copy of Mozilla. (Red Hat 7.2, Mozilla built last night.) Besides, don't you think it would be the kiss of death for them to have a web site that won't work in the browser they distribute?

      Only problem: that flash demo was not made for an 800x600 screen. (grumble, stupid video card, grumble)

    2. Re:It locked up Netscape by javacowboy · · Score: 2

      It worked on Mozilla 1.1 beta with the Flash plugin on Windows.

      --
      This space left intentionally blank.
    3. Re:It locked up Netscape by pimephalis · · Score: 1

      Worked fine under Konqueror (3.0.2) using the standard flash plugin.

      --
      Talk about a blinding glimpse of the perfectly obvious ....
    4. Re:It locked up Netscape by $rtbl_this · · Score: 1

      From the site:

      This site is laid out with the use of CSS boxes and conforms to HTML 4.0 and CSS 2 standards. It is best viewed in Mozilla.

      I seem to remember that CSS support in NS 4 is exceptionally sucky, which may explain your problems. Galeon should work fine.

      --
      "Are you being weird, or sarcastic?" said Emma. I said I didn't know because I get the two feelings mixed up.
    5. Re:It locked up Netscape by kavau · · Score: 1

      the demo worked fine on Konqueror :)

    6. Re:It locked up Netscape by dublin · · Score: 2

      Also works flawlessly with Netscape 7.0beta1, which is based on older Mozilla code.

      I've only found a few sites that won't work with Netscape 7. Some of them are at Microsoft. Wow, imagine that...

      --
      "The future's good and the present is nothing to sneeze at." - Roblimo's last ./ post
    7. Re:It locked up Netscape by Eil · · Score: 2


      Score: -1, Wrong

      Worked for me in Mozilla 1.0RC1. Maybe you should try upgrading your browser. :)

  16. Interesting... by Hugh+Kir · · Score: 1

    Well, I must say, for me, this system has little appeal: one of the main reasons I prefer Linux to Windows is that I can tell the difference between my desktop and my web browser (and I have many options for the latter, as well as at least two options for the former). On the other hand, I could see this appealing to the common user, and the idea of having the same desktop regardless of the underlying system is rather neat. That said, I think Microsoft is already moving in the same direction (IE and Windows become more intertwined with every release, and the MSN homepage is looking more and more like a desktop), which could spell trouble for these folks.

    Come to think of it, weren't there rumors a while back that AOL was planning on doing something like this, using Netscape as the basis for a desktop? At any rate, it's neat to see the concept transformed into something solid, regardless of the eventual outcome. I'll probably throw this on my machine at home, just to see what it's like.

    1. Re:Interesting... by homer_ca · · Score: 1

      They tried it before. AOL partnered with Gateway to make an internet appliance. It was pretty pricey at $599 and flopped. There may be hope yet for a web appliance device. This OEOne could try to capitalize on cheap PC OEMs who want to avoid the Microsoft tax, but give a richer user experience than say... Lindows.

  17. Comment removed by account_deleted · · Score: 2, Insightful

    Comment removed based on user account deletion

  18. It has its place. by Fugly · · Score: 3, Insightful

    Well, I watched the flash demo and I have to say it looks like a very slick environment. Without using it, it's hard to say, but I think this is the kind of thing I could give to my mom to use.

    You can argue about the technical merits of their implementation all day long but look at how elegant and aesthetically pleasing the interface is compared to say the screen shots on the website of say... your favorite window manager...

  19. Penzilla's Mascot is Tux? by JudgeFurious · · Score: 1, Offtopic

    That didn't look like Tux to me.

    --
    Appended to the end of comments you post. 120 chars.
    1. Re:Penzilla's Mascot is Tux? by Anonymous Coward · · Score: 0

      How is the parent offtopic? Go read the links before moderating!

    2. Re:Penzilla's Mascot is Tux? by JudgeFurious · · Score: 1

      Seriously Folks this is just bull. So now I'm going to be penalized for actually reading the story and pointing something out?

      Do the moderators actually read the story?

      --
      Appended to the end of comments you post. 120 chars.
  20. Ok, but.. by FreeLinux · · Score: 2, Informative

    While this "desktop" does look rather elegant and has a pleasing appearance it has some rather significant issues that may not be immediately apparent.

    First there is the question of speed. Layering browser type apps on top of Mozilla, on top of Red Hat is surely going to mean a performance hit.

    Then of course is the age-old problem of application compatibility. Or, more specifically, file format compatibility. Here we have yet another office suite with the most important file format glaringly absent. How long will it take developers to realize that .doc *is* the standard, regardless of whether we like it or not. Without support for this file format and the other MS Office formats these Yet Another Office Apps(YAOA) don't have a chance.

    There is also the question, a *major* one in my mind, of why a Linux based company builds their website targeting IE and Netscape base browsers. I take major issue with this, regarless of the fact that IE is the dominant browser. If you are going to use, sell or advocate open source and open standards then your web site should too. But oeone gives us Yet Another IE Site(YAIS), and one that requires Flash to view the screen shots. At least they, thankfully, didn't host the site with IIS.

    Sorry oeone, I've already lost all interest.

    1. Re:Ok, but.. by jcupitt65 · · Score: 1

      eh? their wp *does* read .doc, read the article

      and their site works fine in moz, what makes you think its ie only?

      (you're right though, the flash is annoying)

    2. Re:Ok, but.. by aclarke · · Score: 1

      Umm, did you go to their web site? Did you read it? From the tiny little text at the bottom:

      "This site is laid out with the use of CSS boxes and conforms to HTML 4.0 and CSS 2 standards. It is best viewed in Mozilla."

    3. Re:Ok, but.. by Anonymous Coward · · Score: 0

      In the flash demo, the second thing that the word processor blurb says is "Reads .doc files"

    4. Re:Ok, but.. by SmallFurryCreature · · Score: 1
      Well flash is a standard of sorts and anyway is available for linux. Would have been nice to get standard screenshots option as well.

      Thing that baffled me was that it refused to open in opera and when I opened the url in IE it asked to download VB scripting. I denied and the flash loaded anyway but still mighty odd for a linux site.

      --

      MMO Quests are like orgasms:

      You may solo them, I prefer them in a group.

    5. Re:Ok, but.. by ianezz · · Score: 3, Insightful
      How long will it take developers to realize that .doc *is* the standard

      At least as long as it will take users to realize that .doc is just a dot and three letters, designating a bunch of different file formats.

      Incidentally, while reading such file formats is relatively easy, writing them so Word can read them is hard. .doc files, in addition to the document itself, contain lots of Word internal garbage: flip the wrong bit in the wrong place and watch Word burn in ashes when opening the document...

      It took years of trial and error for the StarOffice guys (and others as well) to get this almost right for the existing versions of Office, so please don't say programmers don't "get it", because this is not true.

    6. Re:Ok, but.. by riley · · Score: 1

      > Would have been nice to get standard screenshots option as well.

      http://oeone.com/products/screenshots.html

    7. Re:Ok, but.. by SmallFurryCreature · · Score: 1

      Would have nice if I had looked a little bit more carefully :-)

      --

      MMO Quests are like orgasms:

      You may solo them, I prefer them in a group.

    8. Re:Ok, but.. by guanno · · Score: 1
      Here we have yet another office suite with the most important file format glaringly absent.

      You seem to have misread or overlooked the following: " Fully-featured word processor: ... Using an RTF format, HomeBase DESKTOP's word processor lets you send documents to others who use a variety of formats, and import and work with their docs (including Microsoft Word) as well. "

      How long will it take developers to realize that .doc *is* the standard, regardless of whether we like it or not.

      Actually, RTF has always been the standard. The fact that noone takes advantage of that built in cross platform compatibility in almost every word pro on the planet, is just a matter of common ignorance. Consider this an M$ user's education: File -> Save As... -> Save as type: RTF. Voila! Instant cross platform 'standardisation'. :)

      -Guanno

      PS. To my understanding, M$ .doc's are actually Active-X applications. Therefore, they're a security risk. I don't touch them with a 50' barge pole. If it's not ascii .. I don't need to read it that badly.

    9. Re:Ok, but.. by Eil · · Score: 2


      First there is the question of speed. Layering browser type apps on top of Mozilla, on top of Red Hat is surely going to mean a performance hit.

      I admittedly have yet to try this out, but one of the things that makes Mozilla slow is the fact that it uses *all* of the Mozilla-developed technologies and they all get loaded into the application at start time. Until it is actually tested, I say give them the benefit of the doubt... perhaps they aren't using all of the Mozilla tecnologies and/or perhaps they have widened up some of the bottlenecks.

      How long will it take developers to realize that .doc *is* the standard

      Wrong. It can only be considered a standard, in my opinion, if there were more than one program that could read or write DOC files reliably. Oh yes, Microsoft would love to make the DOC format a real standard, if they could only think of how to do so without actually telling anyone how it works.

      The only real standard is 7-bit ASCII without newlines or carriage returns. :P

      There is also the question, a *major* one in my mind, of why a Linux based company builds their website targeting IE and Netscape base browsers.

      A) More than likely, they did what most every other company does when they need a decent web presence: they contract their web development out. I'd bet the farm that most web delopment companies out there do most or all of their work in a Microsoft environment targeted towards Microsoft platforms. No, I don't agree with it but that's the way it is and it won't change if or until Mozilla gets more market share.

      B) Their site worked just fine for me in Linux + Mozilla.

  21. My two bits. by AyeRoxor! · · Score: 0, Troll

    What kind of stupid name is OEone?

    looks like O E own

    1. Re:My two bits. by Ilgaz · · Score: 1

      hehe it would be a cool thing, if they added a computer special vbasic acceleration chips, make it a dedicated box to develop Outlook Express viruses.

      OEone .)

      (waits mozilla gang to -50 him) :))

    2. Re:My two bits. by Anonymous Coward · · Score: 0

      You stupid moderator fucks! I am entitled to my on-topic opinions! Fuck you!

    3. Re:My two bits. by mudshark · · Score: 1

      It's the song the Winged Monkeys in the Wizard of Oz movie sing:

      (in low, somewhat menacing Slavic Male Chorus tone)

      OEone
      Eo-one!
      OEone
      Eo-one!

      --
      In other news, astrophysicists have announced that they now know what all that dark matter is: it's stupidity.
  22. Great point except... by JudgeFurious · · Score: 1

    I am a Mac fan bigtime and I would jump right in and agree with you except that the new PowerMacs are pretty much a minor change with a little bump in speed that frankly doesn't do anything for me. The previous Quicksilver looked better (and damned glad I got one) in my opinion and the "big news" this time is the startling lack of any "big news".

    Now had they popped out a G5 running at 1.5-2Ghz then they might merit more attention. Had they brought something truly different looking even then you might have seen it on the front page. As it stands it's not really much worth mentioning.

    --
    Appended to the end of comments you post. 120 chars.
    1. Re:Great point except... by karamellkungen · · Score: 0

      I guess it's a matter of personal opinion, but this is huge news for me at least. With dual processors throughout the line, DDR memory and a faster system bus, running a rock-hard Unix and all for the price of a standard brand wintel PC, Id' say it was news that would interest the average slashdot reader. Obviously, I'm wrong :-)

    2. Re:Great point except... by JudgeFurious · · Score: 1

      I see your points but I think that "average slashdot reader" isn't going to see it that way.

      Dual processors are sweet (I know I like both mine equally well) but not uncommon and certainly not as uncommon as they were a few years ago. Add to that the fact that it's been a little while since anyone in here got excited about a 1.25Ghz CPU.

      DDR memory is also an improvement but then the majority of the people reading this aren't going to get excited about it's inclusion on the PowerMac. They've had it for some time over in the PC world. The faster system bus isn't going to impress them either for the same reasons.

      Most of them already run a rock-hard Unix (ok, a lot of them) in the form of Linux.

      As for the appearance I think in my case at least Apple is a victim of their own success. The Cube was amazing as were the original iMac and B&W PowerMac (as well as their successors in varying colors) and the new iMac is a beauty. This new slightly modifies Quicksilver has some improvements that aren't easy to miss but it's nothing really new to look at. It's more like putting a new front on the latest model car and calling it "redesigned". I know the changes are deeper than that but to the casual glance it's a new front panel on the old tower.

      --
      Appended to the end of comments you post. 120 chars.
  23. Abiword plugin for mozilla, sweet by gnugnugnu · · Score: 1

    checkout the abiword plugin for mozilla at
    http://abimoz.mozdev.org

    pretty cool

  24. Interesting AOL related quote by galaga79 · · Score: 2

    Considering the recent story on AOL and Mozilla/Netscape/Gecko I thought some of you would find this quote interesting. Personally I would like to see them pull off something like this.

    Eid is also talking to AOL. Imagine a PC with a desktop based on a Mozilla or Netscape browser, one with an AOL logo on it, that is as tightly integrated with the AOL service as Microsoft would like all PCs to be with its own .NET, MSN, and Passport services.

    1. Re:Interesting AOL related quote by Anonymous Coward · · Score: 0

      Eid is also talking to AOL.

      One can talk to AOL to one's heart's content. No evidence that AOL is actually responding.

  25. Knoppix cds by mr.+marbles · · Score: 1

    i'd like to see this kind of simple desktop on one CD you can run on any system, Knoppix style. It would be cool just to be able to carry a cd around and have a nice simple desktop with you all the time. Beats loging on in WinXP on the computers all over my campus.

  26. Does this seem familiar? by Mister+Transistor · · Score: 0, Flamebait

    Doesn't this seem to be something very similar to the Ximian desktop? I am still weeding pieces of that shitball out of my system. I run RedHat and after installing it, I couldn't upgrade from 7.1 to
    7.2 for my life. I had to go in and hand delete all the Ximian packages, and even after doing that, it still left little turds all over my system that conflicted with later version releases to this day.
    I will NEVER install a third-party desktop again!!

    --
    -- You are in a maze of little, twisty passages, all different... --
    1. Re:Does this seem familiar? by Darth+Maul · · Score: 2, Informative

      Same here! I had to resort to a clean install. The Ximian red-carpet installer totally trashed my system. It kept installing multiple versions of the same package, and dependencies were far more busted than I thought possible. I also couldn't update past 7.1, so I just decided to do a fresh install and never touch Ximian again.

      *shudder*

      In fact, the whole Ximian Gnome experience was the final nail in my personal Gnome coffin. I made the switch to KDE after all that mess.

      --
      --- witty signature
    2. Re:Does this seem familiar? by Anonymous Coward · · Score: 0

      BTW those who think that comment was flamebait - screw ya. Come over here and clean out my filesystem for a few weeks and then see if I'm flaming.

      Mr.T

  27. Two questions, two answers. by FreeLinux · · Score: 2

    Their wordprocessor does support the most rudimentary .doc files but, like most it is severly lacking and results in a bad user experience. Even Abiword an excellent WP suffers from this. Star Office 6.0 is the best supporting suite yet.

    The site does work with moz, assuming you have the flash plugin, but it is specifically targeted at IE and Netscape. Have a look at the source for the demo page. It's a browser identification script and it offers three choices, IE, Netscape and screwed.

  28. Re:Funny. by chill · · Score: 1

    Almost, but not quite. Thin Clients, like the Java Station, ThinkNIC and others rely too much on the back end. They don't have enough horsepower on the local part. They also cost too much, especially when you can get a 1.5 GHz PC for $299 w/o monitor.

    This can combine the power of local apps/local storage with the flexibility of ASP-delivered services.

    Think of the potential thin clients would have had if they were 1.5 GHz+ CPUs, 256 Mb RAM w/20 Gb hard drives for data cache and cable modem+ connections (assuming the ASP is 1 hop away). Oh, yeah. And they cost $99.

    --
    Learning HOW to think is more important than learning WHAT to think.
  29. like netscape constellation?? by vic20beta · · Score: 1

    I remember reading in Byte ages ago about the future "network appliances" at the time. It was when win 95 had the shell extensions to have your background a web page and web channels and so on...Netscape had something simmilar called constellation, but I've never saw it, does anyone remember it/saw it working?? Cheers! /v

    1. Re:like netscape constellation?? by Provocateur · · Score: 1

      IIRC, I remember installing it at work on my Windows station. It reminded me too much of IE's Active Desktop/Active Channels. I couldn't leave it installed & running because I was at work, and the desktop left no doubt that you were someplace NOT work-related (at least where I came from). I wanted to pick my channels & preferences too, but that would be taking up too much time that someone's BOUND to notice me hogging the bandwidth constantly. "NO I WAS NOT QUAKING"

      --
      WARNING: Smartphones have side effects--most of them undocumented.
  30. Not another Office app, its Abbiword by gnugnugnu · · Score: 2, Informative
    If you look closer you will see that it is not yet another office app that it in fact uses Abiword which they have successfully turned into an Abiword plugin for Mozilla.

    Checkout the screenshot at mozdev.org small screenshot of Abiword mozilla plugin
    big screeshot of Abiword mozilla plugin .

    As for speed i would expect this would be no slower than running both mozilla than Abiword at the same time, so if you already have mozilla open all day everyday the speed difference is probably not noticable

  31. Speed not an issue by Anonymous Coward · · Score: 0

    Okay, what do most home users do? Browse web, read email, use word processor, maybe keep track of finances on computer.

    Web browsing speed won't be an issue, as you're already using Mozilla. As for reading email and typing up documents, I really can't see speed being an issue, how fast can you type?

  32. Pretty slick and then some by SmallFurryCreature · · Score: 1
    As I looked through the flash demo I was going wtf and "this sucks" at every page. Plenty of skins around that do this and a lot more. So why do I agree it is slick? Cause it ain't aimed at me. This is aimed at the people who want to use services wich just happen to run on a computer.

    I can really imagine installing this for friends who want to surf/email/divx/chat but who wouldn't know their way through a setup.exe let alone a ./configure && make && make install if I stood behind them with a whip.

    Master plan:

    1. Buy old iMac
    2. Install linuxn for ppc
    3. Install this little app
    4. Never get called around to my girls house to safe her bacon and have her be gratefull to me...., mmm maybe I need to think this out a little more.
    --

    MMO Quests are like orgasms:

    You may solo them, I prefer them in a group.

    1. Re:Pretty slick and then some by Archfeld · · Score: 2

      LOL, this is for grandma and the aunts and uncles. The GF gets IE6 and Win98. Ensures she needs help quite often and then you get to be the hero :)

      --
      errr....umm...*whooosh* *whoosh* Is this thing on ?
  33. What's the point. by FreeLinux · · Score: 2

    What's the point of having a word processing application when , all it can do is act like a viewer? While being able to read a .doc file is important, it is equally if not more important to be able to write .doc files and have the written files work correctly across platforms.

    Usually, my word processing involves creating documents that must be read by people with MS Word. This is simple enough, provided I don't care about formatting. My next major use of a word processor involves making minor edits to existing Word docs and sending them back to the original user. Won't they be thrilled to find that I corrected their spelling and as an added bonus, stripped out all of the formatting.

    As I stated in the original post, .doc is the standard, whether we like it or not. And, until we *fully* support both reading and writing in that format these other office suites are almost unusable in the real world. That's going to be a major turn-off to any would be converts.

  34. Linux terminal for high-endusers by BroadbandBradley · · Score: 5, Funny
    in the nice demo tour at thier website, near the end it shows top running in a terminal window, the caption says:
    Linux terminal for high-endusers

    of course I thought, hey it's great someone is thinking about us stoners and providing the features that us really high end users need.

  35. A step towards ... by Anonymous Coward · · Score: 1, Insightful

    ...Having Linux on more desktops. I havent tried it yet and it doesnt appeal to me directly (although I will install it soon..), but at least it's a step towards orginality on Linux desktops, and more "User-Friendly"-ness much needed for Linux.

    And those who think it's a ridiculous idea, I'd like to know one thing: What are YOU doing to make things easier for end-users (I.E. Winbloze users mostly) to help them use Linux on the desktop?

    We have to start thinking in terms of whats cool for such newbies, and really stop having that "I dont use GUI and Im better than you lowlife win user", otherwise you're just going to be turning people away from a wonderful OS which has a lot to offer. And whats to say, that some users after some time won't start becoming "Power-Users" and use Linux like most of us.... You catch more flies with honey remember?

    Spread the love, Tux love!

  36. ahem.. by vr · · Score: 2

    I'd just like to emphasize that it apparently is an operating _environment_, not operating _system_. I guess there's a difference somewhere.. Also; they're pitching it at ugly people. Or so it appears.. They have a bunch of them on their webpage.

  37. I don't like it by gotak · · Score: 1

    Seems like another one of those "Gee this is a great idea" ideas that just fall flat on it's face.

    This DESKTOP seems lot like just a new interface with remote storage for a price thrown in. Whatever happened to all those dot.coms that offered webbased remote storage?

    Right now i see about as much use for this as used toilet paper.

  38. user reactions to such as setup? by gnugnugnu · · Score: 1


    i find browser based interfaces quite interesting

    this kde usability report
    http://dot.kde.org/1027587840/
    http://www .viralata.net/kde_usability/001_02.html
    discusses how users were quite confused by the web style single click interface used by KDE3 and how users familiar with double click sometimes even click hyperlinks twice.
    Seems like it might work well for newbies though.

    I was pretty confused personally when trying to use KDE3, i can relate to making lots of accidental clicks. an interesting concept but i am not convinced it is a huge enough improvement to make it worth unlearning my old habits.

  39. Before you install... by Jodrell · · Score: 3, Informative
    You might want to know the following before you install...
    • The installer appears to be based on Ximian's Red Carpet. This is actually a pretty snazzy tool, but it can be unresponsive while it resolves dependencies. It will download any packages it needs into /var/cache/redcarpet and clobber the installer file in that directory, so backup if you think you're going to need it.
    • It wants to install a huge great pile of dependencies (115MB on my system), like Abiword and OpenSSL and many others, even some perl modules, even though most of them were already installed. So be warned that it may clobber (and possibly break) a lot of your existing software. My advice is to use a sacrificial machine if you want to try it out.
    1. Re:Before you install... by Anonymous Coward · · Score: 0

      And you must install and sync the HOMEBASE versions before you can use the ANYWHERE version (no 'just get an account and use any browser' functionality).

  40. Re:Funny. by gnugnugnu · · Score: 1

    It is not an OS, it is a custom distribution based on Redhat, using an alternative desktop to Gnome/KDE or anything else.

    If you are going to have mozilla open all day anyway why not have it integrated into your whole desktop! These would make for pretty cool web terminals.

    Another post asks if this is like Active Desktop, and would say it is (even though in windows the browser is already embedded in Explorer and the whole rest of the desktop so you have already take the performance hit)

  41. Sorry RedHat only (NO THANKS) by Anonymous Coward · · Score: 1

    This POS wont install on Mandrake which IS mostly RedHat. So I guess Debian, SuSe and others are out of question. I say Thanks, but NO THANKS.

    If you dont know how to make it work on other distros, let US do it, because I aint buying your dumbed down version of Linux.

    1. Re:Sorry RedHat only (NO THANKS) by Anonymous Coward · · Score: 0

      You can force install by changing
      '/etc/redhat-release'

      change whatever version of redhat you have
      to 7.2

  42. Here's the power in this by psicE · · Score: 4, Insightful

    So somebody releases another Linux desktop. Not important. What is important is that it's based on XUL, theoretically a fully cross-platform toolkit; many simple XUL-based applets can run, unedited, on Mozilla on all platforms, at native speed.

    Imagine if this OEone desktop can somehow be designed to work equally well on Linux, Windows, and Mac OS. So that a user can have a completely identical desktop no matter where they are. It makes transition to Linux much easier than before. Eh?

    1. Re:Here's the power in this by dublin · · Score: 2

      I agree that XUL is the big news here, but it's unclear to me how much of the app integration in OEone is taking place in XUL. (Although I intend to buy their CD and find out...)

      XUL(and XPCOM)could (and perhaps should) become common and prominent in cross-platform GUI applications, since there are version of Mozilla/Netscape that run on most platforms.

      Few people (even propellerheads) realize that Mozilla should be viewed as *much* more than a browser. It is that, and a mail/calendar/HTML compositoin tool/etc., but more importantly, it comes with its own framework that enables the creation of cross-platform GUI applications.

      So far as I know the only largest "third party" (non-Mozilla)XUL applications so far are this (OEone), and ActiveState's products like VisualPython, VisualPerl, VisualTcl, and such that are built on thier Komodo engine. (Although if AOL is smart, they're using a lot of XUL for thier next-gen stuff...)

      Does anyone have a list or rundown of XUL-based apps that they'd care to post?

      P.S.: FWIW, I would *love* to see an embedded wireless web tablet running OEone. If built properly (i.e., cost engineeered for volume production and consequent low price), with appropriate low-power, mid-range performing CPUs, there's no reason this couldn't be the basis of an "all-purpose" web-pad type device that would have resonable battery life and not even require a hard disk. The problem with most webpads to date is they were too far ahead of hte 802.11 curve, and they were designed around either regular x86 PC technology (way to expensive, both power and $$) or were locked in the CE straightjacket and couldn't be made useful.

      --
      "The future's good and the present is nothing to sneeze at." - Roblimo's last ./ post
    2. Re:Here's the power in this by Otterley · · Score: 2

      I've taken the time to test the ActiveState Komodo tools -- GUI response times are exceedingly slow, especially on Linux.

      I think XUL/XPCOM have promise outside of Mozilla but they need serious performance enhancements before I'd consider them mature.

    3. Re:Here's the power in this by psicE · · Score: 2

      Agreed completely. And I think that, for that reason, the Moz team should split into three different projects (though they should all stay under the moz.org banner): [a] XUL/toolkit, which depends on no other Moz part; [b] Gecko, which depends on XUL; and [c] browser, which depends on Gecko. Then, they should distribute them separately; you have the XUL modules installed (DLLs on Windows, for example), the Gecko modules installed, and the Moz browser can be a single binary (maybe libs too) that simply depends on those libraries. Then, HTML-based applications can use Gecko without needing to compile all of Moz, and other XUL applications can use XUL without needing to compile Moz or Gecko.

      Also, the XUL team should work on a native-wdget port; instead of displaying chrome-based widgets, they should display (on the largest toolkits, GTK and Win32, at least) OS-native widgets. Instead of downloading chromes, you just download a GTK theme, and it applies to all your apps, including XUL-based ones.

      Don't you agree that a lot more people would use the Moz tools if they were separate and this easily integratable?

    4. Re:Here's the power in this by stikves · · Score: 2
      It already uses native widgets to "render". Check it out on XP. You'll not be able to distinguish from the rest of the os (except for when you select "modern" theme).


      But the problem is, it only uses native widgets to "render". It does not use native "behaviours" like keyboard navigation, etc. In the future, if MS add some features (say for accesibility), Moz will not be able to use them.


      PS: I agree about the split. That will be very good, especially if thet also ship an ActiveX control. (To beat MSIE control).

  43. terrible moderation [Re:Funny] by Anonymous Coward · · Score: 0

    i strongly disagree with this being moderated as offtopic, i hope people doing meta mod will correct this.

    (unlike the parent, this post however is more like an editorial meta comment but at slashdot unlike k5 this means it is offtopic)

  44. Re:Funny. by mrscott · · Score: 1

    How many people don't know the first thing about using a browser? Not very many. Almost everyone that has a computer can at least get to a web site and navigate around.

    I've kicked around starting a desktop Linux program at my company, but it is extremely difficult due to training aspects and people's comfort level. It is solutions such as this that help to drive people such as me to new installations because we have more tools at our disposal. Don't discount it without trying to use it.

    Scott

  45. Is this really open source? ... doesn't seem so by Totally_Lost · · Score: 1

    While some components of it appear to be open source the articles obvious claim is the entire thing is open source. Going to the down load page talks about a license, and other links point to open source components, but none point to an open source download of the product as stated.

    Feels like a bait and switch hoax to me.

    1. Re:Is this really open source? ... doesn't seem so by Vic · · Score: 4, Informative

      Open-Source components are available via CVS. Directions for anonymous CVS are here:
      http://www.oeone.com/developers/

      Cheers,
      Vic

  46. this sounds cool!!! by Anonymous Coward · · Score: 0

    i wish OEone HomeBase Desktop good luck and sucess :)

  47. Broad statements. by FreeLinux · · Score: 2

    Please forgive me for making such broad statements. They are rarely accurate. I should have been more specific by targeting the specific programmers of Yet Another Office Apps that, rather than build on the existing work and bring the .doc file format compatibilty closer to reality, insist on starting over again.

    Yes, I know that oeone is using an Abiword plugin but, unfortunately even Abiword is lacking in the compatibility areana. Perhaps not as much as KWord or whoever else you might choose but, lacking none the less. New users drop Abiword as soon as they open a .doc that they have already seen in MS Word. With the formatting messed up, images that aren't displayed and headers/footers trashed they go back to MS. Hopefullly they will give Star Office a try but, as close as it is, it's still not perfect.

    1. Re:Broad statements. by Luyseyal · · Score: 2

      today, your assessment is correct about AbiWord. fortunately, you can track its continual progress: http://www.abisource.org/information/news/ . they already have slew of new features in the works to provide compatibility, etc. The whole point of a 1.0 release was to give AbiWord a stable place where they could say "look, it ain't feature complete, but you can do some work with it".

      Is staroffice/openoffice available as a plug-in? There's a patch for AbiWord to make it available as a lite bonobo-component (which i use for viewing Word doc's inline in Evolution).

      -l

      --
      Help cure AIDS, cancer, and more. Donate your unused computer time to worldcommunitygrid.org. Join Team Slashdot!
  48. Another edition of Ask Slashdot to Ask Google by jfgagnon · · Score: 0

    Do you remember Bob? Took about five minutes...

  49. A half decent looking media player by gnugnugnu · · Score: 1

    http://www.oeone.com/images/screenshots/sm_wordpro cessor.gif

    Nice, finally an open source linux based media player that does not use MDI (Gimp is a great program but man i cannot get used to that interface).
    makes sense to have an interface that is not a radical departure from Quicktime/Realplayer/Microsoft media player interfaces.

    I wonder what is based on? Gstreamer, i would gess.

    Oeone seems to be full of nice litte pieces that would be a welcome addition to the standard desktop.

    1. Re:A half decent looking media player by jx100 · · Score: 1

      Um, MDI means a bunch of little windows inside of a big one, like with the default Opera windowing system. Gimp doesn't use that. And Gimp isn't a media player. It's an image editor. And, to be honest, I wasn't aware that too many Linux media players had MDI interfaces.

    2. Re:A half decent looking media player by Anonymous Coward · · Score: 0

      i keep getting MDI and SDI mixed up (dont ask) that is why i mentioned the gimp, i was trying to explain that i like programs (like netscape, or like Quicktime)that have one single main window with everything, rather than the kind of interface the Gimp and Dia and various other OSS uses.

  50. Basis for really cheap PC app. by alistair · · Score: 3, Interesting

    One of the most interesting things to come from the review was the potential for this to be sold as an embedded computing device. I guess many Slashdot readers grew up in the age when we had Atari 400/800s, Vic 20s, Commodore 64s, BBC and Spectrums. The interesting thing about all these devices was that that only required a TV for display and they all had costs which were in the $100 - $350 range, low enough to be affordable to 11 / 12 / 13 years olds. For a long time after that we have been educated that $1000 has been the right price to pay for a PC with Games Consoles holding the low end of the market.

    An embedded device with this plus Linux in a single keyboard device surely hold the possibility of a return to those days. This would boot directly into the browser and mail / OpenOffice and thus provide more of the functionality than todays set top boxes usually provide. The interior of Linux would be hidden but would be available for those who wanted to hack on the system. The price could then be lower than even the bare bones systems Wal Mart has been selling recently (and remember many of us in Europe still can't get systems this cheap). By using the TV as an output device it could compete with Games Consoles and run software of similar quality (Doom, Quake World, Tux Racer :-) ). The space advantages of having a keyboard sized device should not be underestimated, many people who have a PC for their home office don't want to take up the same space again for a kids device. As broadband take up increases this could share the bandwidth with other PCs and mobile devices.

    If they could get the price back to the level of the much loved home computers of old, I would buy one, if only to boot up Atari and Commodore emulators....

    1. Re:Basis for really cheap PC app. by Overzeetop · · Score: 2

      The downside of TV display is that current analog TVs just don't have the resolution for serious typing - even email - and most websites will be severely cramped by a 640x480 display (I'm giving NTSC the benefit of a 1/30s frame).

      HOWEVER, as HD sets get more and more prolific I can see a real possibility using the 720p (1280x720) desktop as a realistic cross-over system display device. Now we only have to wait for the HD connections to sort themselves out...

      (Man...I can remember drooling over an Atari 800...real keys and everything. And then to find an Ace1000 under the Christmas tree that year - it was like I'd died and gone to geek heaven :-)

      --
      Is it just my observation, or are there way too many stupid people in the world?
    2. Re:Basis for really cheap PC app. by Anonymous Coward · · Score: 0

      or maybe a tablet computer (if ppl really are buying that stuff...)

  51. You want file format capability? by cnelzie · · Score: 1


    The what you have to do is really simple. Convince Microsoft to open up EVERYTHING regarding how they setup the DOC, XLS, PUB and all other MS Office file formats. Oh, you also have to convince them to never change the formats without first publishing all of the changes, at least 6 months in advance of releasing the next Office Release. This of course must include free to use royalty-free consent for those file formats.

    Once that information is open, then there will nothing holding back the creation of fully MS Office compatible office suites. Then, MS Office will have to win by the merits of its technical superiority. (Which I grudgingly have to state, it does have.)

    Okay, one thing to prove it's superiority...

    In Excell, since at least the 2000 release, you can create drop down menus within cells. These are very usefull for creating reusable charts that contain very regular use information within them. Things like vendor price comparison charts and Role-Playing Game Character Sheets. (Those are two things that I currently use that feature for.) I would LOVE to see that within Star Office or Open Office, it just doesn't exist and I haven't the time nor current skills to work it into Open Office myself.

    -.-

    --
    If you ignore the other uses of a tool, does that make the tool less useful, or you less useful?
  52. Before you install... read the article :) by gnugnugnu · · Score: 2

    appears to be based on Red Carpet?

    It is based on RedCarpet and used with permission.
    > Eid, hopes to merge that slightly forked version of Red Carpet back into the main development tree before long.

    The advice to use a sacrificial testing machine is very wise.

    Slashdot just would not be as much fun if people actually read the articles :P

  53. jar jar by Anonymous Coward · · Score: 0

    binks

  54. Anyone else notice... by Anonymous Coward · · Score: 0

    that the screenshots are all kinda small? Seems like they are trying to disguise the fact that the fonts look awful. None of this is anti aliased, and if this is aimed at mom and pop, it will bother them that their fonts look like shit.

    1. Re:Anyone else notice... by Anonymous Coward · · Score: 0

      this post is deliberately redundant (plenty of post about screenshots already) so i am posting Anonymously. Dont waste any mod points on this post

      see the screenshot at abimoz.mozdev.org (in the screenshot section) it is roughtly 1000x700 pixels more than big enough.

  55. Is Penzilla source full Homebase product source? by Totally_Lost · · Score: 1

    The cvs web site says: "Penzilla, the building block of HomeBase, is now available as an Open Source project. Some documentation is available online until we get our new website, Penzilla.org, up and running. Penzilla is the Open Source basis for our HomeBase product, and enables people to create XUL applications quickly and easily. "

  56. Linux fans should jump on this by Anonymous Coward · · Score: 0

    I don't understand why slashdotters aren't more enthousiastic about this.

    You can now choose between Gnome, KDE or OEone and even with just a little thinking, OEone seems vastly superiour in concept.

    Seems to me OEone is using webpages to let programs communicate with users. It still has floating windows available like Gnome, KDE and MacOS but these are also little webpages.

    Now the advantages this system brings that I could come up with with just a little thought:

    * XHTML/XML/(XUL?) are an open standard that is maintained by a big non-commercial organisation (W3C) of smart people. Which means it'll keep moving forward/be maintained.

    * The Webpage standards are designed to be programmed easily. Programming XHTML is much simpler than programming C++. The interfaces for OEone, therefore, seem easier to program for than either Gnome or even KDE because XUL seems easier than the custom C language of Gnome or the C++ of KDE. Also, with XUL you can still use your favorite language (Java, Python, Perl) instead of having to learn a C dialect to be able to GUI your program. OEone program GUIs are automatically cross platform?

    * Webpages are designed to be efficiently sent across networks! This means the OEone desktop is automatically designed to be efficiently sent across networks! This means that people can work on their desktop even if the PC is on the other side of the planet. Sure, there have been Virtual Network Computing (VNC) programs for a long time that let you do this. But they seem to be based either on proprietary code or they are "dumb", sending a complete picture of the remote desktop over the network and updating that giant JPG bit by bit. The smart thing to do would be to send small pieces of code over the network that tell the computer to draw complicated stuff instead of taking a picture of something and sending that over the network, HEY, THAT SOUNDS LIKE WEBPAGES! Sure, you can come up with your own code standard, but why not adopt the standard that is already worked on by a lot of organisations and that countless individuals are familiar with XML/XUL :)
    Centralise all your files on your home PC and work on them from anywhere instead of having to "sync" everything.

    The only reason Microsoft made Internet Explorer is because Billy saw Netscape once and was terrified that it would replace the desktop GUI. He made IE to embrace and extend Netscape to death and he succeeded. With .NET he's going to try to make IE the desktop of the future (desktop in the form of webpages, programs on a remote computer). In contrast to OEone however, Bill is going to try to enslave you in the typical Microsoft way.

    I really don't get you people, you were bitching about Gnome and KDE because they legitimately suck. You griped about the fact that they were copying today's desktop concept instead of jumping ahead of the competition and doing something new and original.

    Now with OEone you HAVE something that is a generation ahead of the competition (OEone is done, .NET still isn't finished) and still I only see dumb nerds trying to look smart by being the first post to criticise this new Slashdot article thing (the first poster is stupid and still moderated highly).

    Anyone who has even an bit of common sense/brainpower should do the smart thing and drop KDE and Gnome immediately and concentrate all their advocacy and coding on OEone or something similar. It's Licenced under LGPL, GPL and the Mozilla license so there are no more excuses and it just makes more logical sense.

    I myself was holding out on switching to an open source/libre operating system (FreeBSD) because I didn't like the open source Gnome desktop. Now, with OEone I'll definitely switch as soon as it is ported to FreeBSD.

    Greets and hoping you open-source junkies will do the smart thing, doc modulo

    1. Re:Linux fans should jump on this by Anonymous Coward · · Score: 0

      Sorry, my mistake, replace all the words "OEone" with the word "HomeBase" :)

      Greetings, doc modulo

  57. At first glance... by Anonymous Coward · · Score: 0

    ...this thing seems like a security nightmare. Not only in terms of users on the same pc trouncing each other's email, but also in services being sent out over the Internet through corporate firewalls.

  58. Exactly! by Anonymous Coward · · Score: 0

    The Mozilla platform gives you much the same benefit of .Net, only on multiple HW/OS platforms, TODAY!

  59. It is some kind of law? by Anonymous Coward · · Score: 0

    Why do all OS projects have to have the worlds dumbest names? If it's unpronounceable the better it seems too.

    You know just a tiny tiny bit of marketing savvy would go a long long way here folks.

  60. It's like Emacs. by GodWasAnAlien · · Score: 1

    Except emacs is an editor that wants to be an OS.

    The UNIX model is to have small managable programs that work together form a larger system.

    The EMACS model (which Mozilla follows) is to assume that one should never leave this wondrous application. Therefore, this application should do everything.

  61. screenshots by Anonymous Coward · · Score: 0

    http://oeone.com/products/screenshots.html

    My personal favorites are the Calendar & "my page" shots.

  62. Here are the benefits by Watts · · Score: 2

    First, as others have mentioned, the "homebase" system is just xul, meaning that it is the same layer as the browser. In addition, Mozilla does not have to call gnome/kde, and it can run without a window manager, as it is its own environment. So basically you have as much overhead as running KDE or GNOME.

    This will not be faster than KDE or GNOME. It will be simpler because it will have a consistent user interface with interactivity between applications at the forefront. You can easily use this system as a standalone web terminal without the use for any other apps.

    Therefore, it's better than other solutions when these are your requirements.

    1. Re:Here are the benefits by renehollan · · Score: 2

      Sounds good for a set top box. I didn't know that Mozilla could render right to X11. Can it make intelligent use of Xv to bring up local video streams in X video viewports?

      --
      You could've hired me.
  63. xBox Linux Anonymous Donor by davemie · · Score: 1

    OK, everyone knows of the X-box Linux Project and the anonymous donor with the award of award at total of US$ 200,000 for a simple and completely legal way to run Linux on the Microsoft Xbox.

    If you connect that story and this story about OEOne desktop, do you start to see a picture?

    Now cross this idea with the comments from the NewsForge article about how OEOne and video4linux could act like a Tivo like system!

    I'm starting to see a CD you put into your xbox that will start a complete internet-ready desktop that interacts with the local hard-drive or remote servers to store info and can also act as a Tivo, mp3 player etc etc etc.

    Anyone else starting to think that CEO of OEOne Eid Eid is the anonymous donor?

  64. My Grandpa wants a computer by Jeppe+Salvesen · · Score: 2

    After seeing some of the geneology sites, he got a bit interested. This is a typical example of what I could recommend. It's rather specific, stable and can be remotely administered (given that I set up a proper firewall to shield him as much as possible from portscans from other people than me).

    --

    Stop the brainwash

  65. RedHat 7.3 by Anonymous Coward · · Score: 0

    This looks and seems absolutly fantastic. Now if only they would release a version that runs atop RH 7.3

  66. usermode linux root_fs? by arf_arf_arf · · Score: 1

    so who's gonna throw together an rh 7.2 usermode linux root file system with this thing? should be pretty easy to do. that'd allow people to look at it without the pain an install might cause if you don't have a box to spare at the moment. i'm thinking my girlfriend might like this. i might just do it myself when i get a chance. but work's a tad busy these days.

  67. Abiword DOES write .doc by Anonymous Coward · · Score: 0

    Unfortunately it doesn't support tables, which makes it not very useful. Table support is promised though, I hear. Interestingly, if I import a Word document, edit it in Abiword, then save it back out to a .doc file... Word reads it in perfectly, formatting and all, but the file size is now less then 50% of what it was before! Obviously Word does to text what Frontpage does to HTML...

    Phillip.

  68. Morpheus: Yeeessss... by Cardinal · · Score: 2

    Right, AOL isn't developing Mozilla the browser, AOL is developing Mozilla the application development framework.

    So much time has been invested in making Mozilla into such a framework that it would be naive to think AOL just wants a good browser to replace IE with. There are much more interesting, and far more elaborate uses for Mozilla that AOL can use in its fight against MS.

    1. Re:Morpheus: Yeeessss... by hazyshadeofwinter · · Score: 1
      --
      Click here if you just like to click on shit.
  69. A very good tool by X-Nc · · Score: 1
    I've been running the OEone version of Linux for a number of months now. It's really very nice for what it was designed for. I'm running it on an Athlon @ 1.2 GHz with 396M RAM and it's not exactlly blazing but that's ok. It doesn't need to be blazing. FWLIW, I wouldn't run this ontop of RH or anything other than OEone's Linux version.

    I'm trying to get a system for my mother to use. She is 64 and a grandmother of three and not at all interested in computers other than to use them for web, email & occational documents. HomeBase is, IMNSHO, the perfict GUI for someone like her.

    There's been a number of reviews/articles in the "My (grand)mother can now run Linux" but none of them take the view of the (grand)mother. They all look at the issue from the techie's POV. If I can get a system for my mom I think I'll try and write a review like that.

    --
    --
    If I actually could spell I'd have spelled it right in the first place.
  70. Sounds like some of Netware 6's functionality by Jim+Norton · · Score: 1

    This is something like what Novell seems to be doing with Netware 6: a web-based interface to a networked environment. Although their focus seems to be more broad than that, the premise seems to be the same: access to computing resources from any platform, anywhere using a web-based standard interface.

    To me, stuff like this is the most significant innovation in networking technology that i've seen in years.

    --
    -- Jim
  71. Pretty cutting-edge development all around by xant · · Score: 2

    They really pay attention to details, I'll give them that. Before I even install the software I have already encountered several examples of Good Thinking.

    #1: This is their installer: $ lynx -source http://install.oeone.com/ |sh

    This trick has been around for a while (I use it myself) but it's good to see a commercial developer paying attention to tricks of the trade. No need to explain to people how to use the command line to run an installer, just paste, please.

    #2: CVS pserver. Once again, commercial developer paying attention.

    Now, I give them a strike for providing a RedHat-only installation. A binary tarball would have been fine. But...

    #3: The source code hasn't just been dumped on the net with a little "here ya go, knock yerselves out" message. They've taken the time to explain how things work and even provided hints for Going Debian.

    #4: Their mascot doesn't suck. :-) Even though I personally would have named it "Tuxilla."

    --
    It's rare that you're presented with a knob whose only two positions are Make History and Flee Your Glorious Destiny.
    1. Re:Pretty cutting-edge development all around by kcarnold · · Score: 2

      #1: big security no-no -- DNS spoofing is trivial, and all you have to do is redirect install.oeone.com to your IP and stick a webserver with some basic remote shellcode, and instant root. The least they could do is SSL.

      Besides that, this looks like a very interesting system for novice end-users. I'd also be excited about the single-CD idea.

      Ken

  72. Re:Is Penzilla source full Homebase product source by axxackall · · Score: 1
    So, the complete HomeBase is not Open Source, is it?

    I mean, I cannot download it, build it and run - the only way to run HomeBase is to buy it. Is it correct?

    If it is not Open Source - why to bother if I have most of it in GNOME v2 Evolution?

    If it is Open Source - where is the link to download the tarball with the buildable source code?

    --

    Less is more !
  73. Serious typing? by cromano · · Score: 1
    The downside of TV display is that current analog TVs just don't have the resolution for serious typing


    Kids these days... I wrote thousands of lines of code on these.

    ...uphill both ways in the snow, of course, and we liked it!


    We did, dammit!


    Wolfe.

  74. Worth a Try by Anonymous Coward · · Score: 0
    I installed this on a Micron laptop with a clean, totally up2date install of RH 7.2 and must say that overall, I like it. I am for the most part a Fluxbox user, just a few xterms, mozilla, and I am happy. Here is a quick summary of my experience:
    • System Specs
    • 750MHz 190MB Micron Transport ZX
    • Clean Rh 7.2 install, freshly up2date
    • The Good
    • The install is dead simple
    • It does not break Gnome, KDE, or Fluxbox
    • Performance (perceived) is similar to Gnome or KDE
    • The interface is clever, and possibly addictive
    • All Requirements for a desktop OS seem to be there
    • The BAD
    • Requires an admin account just for oeone
    • It is hard to tell how to *close* apps!
    • Audio Mixer settings do not seem to carry over from a session, thus everytime I log in the gain is all the way up and the mic is open. Can you say instant 130db feedback that would make Jimi cry?

    Overall, not bad. I am currently debating on reinstalling Deb 3.0 or fixing the sound card issue. Either way, this is kind of cool and will make you cringe at your current desktop layout and integration.