Slashdot Mirror


The Uncertain Future of OpenOffice.org

eldavojohn writes "What's the biggest threat to the success of OpenOffice.org? Is it Microsoft Office? Is it the simple fact that Dell doesn't offer it with computers? Not according to some participants in the 'open' source project itself, they say the biggest problem with OO.o is the fact that Sun codes, owns & makes all key decisions for the project when it should be more community oriented. A professor who participates in the project itself said 'enough developers are frustrated by both the technical and the organizational infrastructure at OpenOffice.org' and cites this as 'a real problem that is weighing on the project.' Other members of the community agree like Michael Meeks who asked 'At what fraction of the community will Sun reconsider its demand for ownership of the entirety of OpenOffice.org?' Hopefully with IBM's entrance into OO.o participation we will see the product become more community controlled & accessible. Has anyone else experienced this when developing for OO.o or another 'open' source project? Is it a good idea to criticize a company when they've put so much effort into a project that is technically open source and completely free? Is Sun trying to control OO.o like Java? Do they have good reasons or evil underlying intentions?"

14 of 259 comments (clear)

  1. In order... by KingSkippus · · Score: 5, Funny

    Not continually improving both feature- and UI-wise, yes, no, around 3/5, yes, yes, probably, and both.

    Now that we've cleared that up, anything else I can help with?

    1. Re:In order... by Anonymous Coward · · Score: 5, Insightful

      Is it a good idea to criticize a company when they've put so much effort into a project that is technically open source and completely free?

      If they are doing a bad job of managing it, then yes. Releasing it under an open source license is good, and they should be recognized for that. However, doing so doesn't automatically excuse other problems they may have.

  2. Damned if you do... by FranTaylor · · Score: 5, Insightful

    Sun gets bad press for not developing free software...

    Sun gets bad press for developing free software...

    Tough crowd.

    1. Re:Damned if you do... by demachina · · Score: 5, Insightful

      The open source "community" doesn't exactly have the best track record developing complex GUI intensive applications. There is Gimp which is OK but not great. Firefox isn't exactly doing much as far as UI goes. KDE and Gnome both have ... issues ... in particular the fact that there are two desktops in the first place fragmenting application development and massively duplicating effort.

      There are times when its not exactly bad to have one entity, whether it be a company or an individual, who puts an end to the bickering, makes a decision, sets the direction, imperfect though it may be, and makes everyone pull in the same direction. Linus serves that role for the kernel, SUN does it for Open Office.

      Debate is good, expressing different views is good, one entity with poor vision dictating direction is bad. But, a project with a hundred chiefs and no Indians, and design by committee is not a always a prescription for success.

      --
      @de_machina
    2. Re:Damned if you do... by richcoder · · Score: 5, Insightful

      Firefox isn't exactly doing much as far as UI goes.

      Some could successfully argue that Firefox contains a HUGE amount of UI work. The entire app is one large UI system.

  3. Crying wolf.. by downix · · Score: 5, Insightful

    This is a panic piece, trying to rile upfeelings, almost trolling. Relax guys, Sun hasnt shown the steps that is being worried about here. When it does, then let us begin discussing. Till then, it is useless speculation and little better than FUD.

    --
    Karma Whoring for Fun and Profit.
  4. Biggest threat? by TopSpin · · Score: 5, Insightful

    What's the biggest threat to the success of OpenOffice.org? That's easy; Microsoft suing Sun for violating patents for MS Office 'inventions'. You know it's coming.

    As far as Sun's dominant position over OOo goes; as long as they keep performing I don't see the problem. New 2.x releases have been appearing every few months and each is a notable improvement. They're doing a good job and while they keep doing it they'll remain in control. Their latest release provides a platform for extensions; go develop your miracle feature and let Sun keep cranking on the core platform, as they have been.

    --
    Lurking at the bottom of the gravity well, getting old
  5. Sun Bashing by Anonymous Coward · · Score: 5, Insightful

    Why all the Sun bashing? Opensolaris is open source. Java is almost fully open sourced now. OpenOffice is open source. What the hell is wrong with Sun wanting to maintain some influence over the projects they started?

  6. Then fork by jdavidb · · Score: 5, Insightful

    If you can do a better job coding, owning, and making key decisions, then fork the project and demonstrate.

    If you can't fork because you need Sun's expertise, then maybe you should admit that Sun deserves to participate on their own terms, just as you participate on yours.

    For years I've been amazed at how people will whine and whine about the direction an Open Source project is taking, rather than just demonstrating that another direction is better. The people doing the work are exercising their freedom to do whatever they want however they want it done. If you don't like it, not only is nobody making you participate, but lots of people have invested lots of work in giving you the freedom to do it the way you want to, instead.

    It worked for EGCS and X.org. But 99% of the time, it's just whiners whining that they don't have control. Power and control don't matter in Open Source; we all have equal power. You have the power to control your own version, and if that's truly holding the project that you're whining about back, then obviously once you unleash your new vision of project management yours will blow away the one you're whining about.

    1. Re:Then fork by geekoid · · Score: 5, Insightful

      "If you can't fork because you need Sun's expertise, then maybe you should admit that Sun deserves to participate on their own terms, just as you participate on yours."

      It is a logical fallacy to say that someone only has a valid complaint against someone if they can do it better.

      "we all have equal power"
      No, we don't. It is perfectly valid for someone who can't code to complaing about a bug or the lack of a feature, or the fact that it is slow. Just like a automobile owner can complain if their breaks don't work. No one is going to say to them to shut up unless they are willing to build there own car.

      --
      The Kruger Dunning explains most post on /. http://en.wikipedia.org/wiki/Dunning%E2%80%93Kruger_effect
  7. Re:Can anyone... by domatic · · Score: 5, Interesting

    As near as I can tell, OOO has two major problems. Once upon a time, StarOffice actually had it's own mini-desktop from which the major pieces of the app like Writer and documents could be started from. This desktop even had its own widget set called VCL. Sun wisely did away with the goofy Desktop UI but OOO's UI is still implemented in this widget set. Whenever OOO is ported to a new environment, the major sticking point is that a binding layer has to be created from VCL to a widget set in the environment. Being a C++ widget set with more or less conventional semantics, VCL mapped well to GTK2 and Windows so Linux and Windows are easy ports in that regard. It is a very poor impedance match to Cocoa on Objective C and still appears to be hosing a truly native Mac port to this day. The NeoOffice guys use Cocoa through Java which makes a thin shim programming wise but a pig memory and resource wise as they have to have Java active and resident in memory for their VCL -> Cocoa mapper.

    The other problem is that OOO isn't well divided up internally. It was designed to load as a huge glop o' code back in the StarOffice days and still does. I once argued about this until I was blue in the face with a OOO developer on NewsForge. I could not get it through his head that I wasn't talking about splitting off Writer, Calc and so-forth into separate apps. I understood that OOO's "apps" are developed from an internal common set of objects (which also means an equivalent to MS' COM system is also loaded with the main app). I was talking about being smarter about which objects to load initially and then loading others on demand. This would get the startup time and usual memory usage down. It would also make it easier to use OOO as an API the way Office is used as an API.

  8. Re:Dont think so. by Penguinisto · · Score: 5, Funny
    Nononono - if we're gonna fork the thing, let's give it a good and proper name:

    OfficeSpace

    I mean, lookit: the clueless would look and go "oooh, cool name - space to do my docs n' stuff!"

    The rest of us will simply giggle when we get asked why the app suite insists on showing a red stapler on the splash screen.

    /P

    --
    Quo usque tandem abutere, Nimbus, patientia nostra?
  9. Re:Why not? by fm6 · · Score: 5, Informative

    Speaking as a Sun employee, and on behalf of many of my fellow employees: hear, hear! Sun has always had control issues. It's part of the corporate culture. People here criticize this every day, both constructively and otherwise. Why should the larger community be any different?

    One suggestion: don't complain to other Slashdotters: not a lot they can do. And don't complain to me: I'm just a hardware tech writer. Take your complaints to the top.

  10. Proof is in the pudding...and it's ready to eat by soullessbastard · · Score: 5, Insightful

    Disclaimer: I am one of the founders of NeoOffice.

    I think there's already interesting proof that forks can provide a very viable alternative to the overhead of the OOo project. Although the reasons are many, one of the big problems I historically had as a Mac OOo engineer was trying to get patches approved by Sun engineering. It has proven to be more efficient to have engineering freedom, allowing us to implement things that might never be approved by Hamburg. Being independent also has allowed us to implement a binary patching system so our bug fixes can be delivered quickly and independently if any marketing driven release schedules. Being outside the politics has also allowed us to integrate other open source technologies into the application that are important to Mac users, such as VBA support as well as OpenXML import and export. Yes, OpenXML import and export could be integrated into OOo today but engineering politics and Sun's manipulation of the project to foment a document format war have kept this functionality out of OOo, doing nothing except harm users that need to seamlessly integrate with MS Office environments.

    NeoOffice has been shipping a solid, native, GPL licensed Mac product for over 2 whole years. We have shown forking is successful. Dropping the politics of the OOo organization has made us more efficient and resulted in a better product that users appreciate. We have had a free software solution for Mac for years, and all OOo has done is exorcise all reference to us from their website. Perhaps it is just banishment for daring to do things differently and not helping to propogate the name of OOo (which Jonathan Schwartz has publicly said is Sun's second most valuable brand after Java). Seems a bit like Sun wants control to me. It will be interesting to see if Sun has the stones to snub IBM for its Lotus Symphony brand in the same fashion.

    ed