Slashdot Log In
Review of KOffice 2.0 Alpha 8 – On Windows
Posted by
timothy
on Friday July 04, @05:28AM
from the didn't-see-that-coming-did-you dept.
from the didn't-see-that-coming-did-you dept.
4WebChimps writes "As featured previously on Slashdot, the KOffice project is working towards a cross-platform, open source office suite for Linux, Windows and Mac OS X. The most recent release, KOffice 2.0 Alpha 8, achieved that goal by being the first release for all three operating systems simultaneously. Want to try KOffice on Windows? TechWorld has a review (with screenshots) of KOffice on Windows, including the installation process which is as simple as clicking a few buttons (the online installer does the rest). Hopefully it won't be long before KOffice sits alongside OpenOffice.org as a usable cross-platform open source productivity suite."
Related Stories
[+]
KDE Readies KOffice 2.0 As OpenOffice Competitor 337 comments
Da Massive writes in with a link to a story on KOffice 2.0, the next generation of the KDE office suite due sometime next year. In an interview with KDE spokesman Sebastian Kugler, Computerworld reports that KOffice 2.0 will be leaner, faster, and enjoy a cleaner code base than OpenOffice. It will also feature more applications, including an Access-like database creator, a flowcharter, and an image manipulation tool. KOffice is not yet fully compatible with ODF but the claim is that 2.0 will be.
Firehose:Review of KOffice 2.0 Alpha 8 on Windows by Anonymous Coward
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

euch (Score:5, Interesting)
Some people like to start a download then go off and have lunch whilst something downloads, not to come back and find out it wants you to download some more stuff.
Reply to This
Re:euch (Score:5, Interesting)
An online installer shouldn't be 20mb, it should be less than 2mb and pull in just the components necessary to install the rest of the program. The exact size is going to vary from application to application.
The point of online installers is that they are in theory at least going to be downloading just what you're installing. If a program doesn't offer any options in terms of what to install, it shouldn't offer an online installer as there isn't really any benefit to doing so.
Reply to This
Parent
Re:euch (Score:5, Insightful)
i think i heard that kde have a long term plan of being able to run a full KDE desktop session on top of windows - presumably this package manager is the foundation of that ultimate goal.
Reply to This
Parent
Re:euch (Score:5, Informative)
The benefit is that the installer will take care of dependencies, so that the user doesn't have to install a >100 MB package for each program she wants, or to install a huge package of apps if she only wants a few.
I can't think of a reason why this shouldn't be obvious.
Reply to This
Parent
Re:euch (Score:5, Insightful)
Maybe a lot of users don't know what a software dependency is?
It's a valid point - very few people in the real world care or understand about what a shared library is even if you tell them carefully. Let's face it - being into computers is not a majority thing. Most people don't give a stuff. They really just want things to work easily for them.
Reply to This
Parent
Re:euch (Score:5, Insightful)
That's a perfectly valid point, but those people shouldn't pollute Slashdot with their silly complaints. Back in the days, people who self-identified as "nerds" would have endless and pointless discussions of making Linux-powered robots that could brew coffee, or configuring Emacs to do it or whatever (single-threaded coffee, urgh), but these days there's a loud majority of Slashbots who seem to think that market share is the only valid goal and hence the only valid technical goal is that idiots should be able to use it: the idiot as the epitome and endpoint of human technical endeavours.
These people claim the superiority of "it just works" over "how does it work?", and regularly chip in with smug Apple sales pitches, technically and socially impossible suggestions such as that Gnome and KDE should merge, and that software with special dependencies should work just as software without those. The only positive way to deal with these idiots is with sarcasm. I'm sure that if we cared about their views, then we should listen to them, but we shouldn't.
Reply to This
Parent
Why ... (Score:4, Interesting)
Why had this taken so long? KOffice is built with Qt, a robust cross-platform gui toolkit, http://trolltech.com/products/qt/ [trolltech.com].
Being a enterprise developer using Qt, the worse that I've had to deal with is some linking issues with dynamic libraries and GUI adjustments when porting to windows from linux...
Perhaps the "KDE" portion of the code is harder to port than the "Qt" portion?
Reply to This
Re:Why ... (Score:5, Informative)
Because the older versions of Qt that the old KDE was built on was only free/Free on Linux. Windows Qt used to be only available with a expensive commercial license, and nobody from KDE felt like paying for the privilege of supplying free software to Windows users.
Reply to This
Parent
Re:Why ... (Score:5, Informative)
QT was not GPL on windows until version 4
Reply to This
Parent
Re:Why ... (Score:5, Informative)
Reply to This
Parent
Review? Really? (Score:5, Informative)
Reply to This
Unique (Score:4, Interesting)
Reply to This
One slight problem... (Score:4, Insightful)
Reply to This
I'll second that! (Score:5, Interesting)
I routinely have statically linked executables that will just refuse to uninstall and I can't get rid of the entry. Then I'm stuck ripping out shards of the program from every folder structure and the registry... for the next two years. At that point, they're still resident when I blow away my OS partition and steamroller a new Windows install.
People are used to Windows install routines by now; you get the programName-setup.exe or
Full disclosure: I run Slackware and Windows at home (and BSD and Mac) and prefer to compile from source, at work we use RHEL and Windows and if not for the ease of having repositories, I'd take MSI-2/3 over RPM-2/3 any day of the week.
Reply to This
Parent
FLOSS flood (Score:5, Interesting)
Reply to This
1997 called... (Score:5, Funny)
... and they want their UI back.
Reply to This
Re:1997 called... (Score:5, Funny)
MacOSX and Linux called and want their UI back from Vista ....
Oh yeah??
Xerox called, they want their Windowed GUI paradigm back from OSX, X-Window, MS Windows, et all.
Reply to This
Parent
Good Free Software WordPro Recommendation? (Score:4, Interesting)
I've been a TeX user most of my working life. But since becoming a teacher, I've realized that I need a word processor for making pretty handouts. Each one of my handouts is layed out differently, so doing that in TeX was taking too much time.
But, OOWriter is driving me batty. Really, I just need to make numbered paragraphs with numbered points underneath. I need to be able to paste pretty clipart and wrap paragraphs around or through them. I need to be able to write Japanese text. And I need to be able to output PDF (optionally doc file format too).
It shouldn't be too bad. But OOWriter is insane. It keeps renumbering my paragraphs, seemingly randomly (and often between loads and saves). It changes my fonts on me (again often between loads and saves). I've tried to turn off every fricken' "auto" feature I can, but it still insists on guessing what I want (badly). I really do hate it.
So my question is, is there a very simple word processor that I can use to do simple construction and layout that does *nothing* automatically and works *every single time* without fucking up my formatting?
Reply to This
Re:Good Free Software WordPro Recommendation? (Score:5, Interesting)
Reply to This
Parent
Re:Good Free Software WordPro Recommendation? (Score:5, Funny)
Uncheck "Gremlins" on the advanced options tab.
Reply to This
Parent
Re:kwrite? (Score:5, Insightful)
Look, think about it as a positive. Lots of people are testing the same UI on different platforms so any bugs found on Linux will be fixed in Windows too. Also users can move between operating systems without having a radically different interface.
Strategically KOffice matters to the Office File Format debate... OpenDocument (ODF) vs Microsofts OOXML.
Healthy competition in standards is needed like it is in the browser market. KOffice uses ODF (of course it couldn't use OOXML without reverse-engineering) and by being the second most popular implementation it helps keep OpenOffice.org honest (not that there's any sign that they're not honest). When MSOffice support ODF then KOffice will be more important still -- it will help evaluate ODF compliance and interoperability. [softwarefreedom.org]
Microsoft Office earns them 10 billion and a part of that is coming out of your country's economy -- competition in the form of KOffice is very good indeed. It's particularly good that they're embracing Windows -- it worked for Firefox.
Reply to This
Parent
Re:kwrite? (Score:5, Informative)
What does he mean? He means he would like to see Kwrite [kde-apps.org] ported natively to Windows.
The word processing component of Koffice, to which I assume you think he is referring, is called "KWord".
Reply to This
Parent
kwrite via MS Windows version of KDE! (Score:5, Informative)
In which case you should be looking at the KDE install for windows, sorry it's via an easy-as-falling-over installer too.
http://techbase.kde.org/Projects/KDE_on_Windows/Installation [kde.org]
Kwrite IIRC is part of the default installation - it's on my Vista install (I'm not rebooting to check).
More info at http://windows.kde.org/ [kde.org] too.
HTH
Reply to This
Parent
Re:kwrite? (Score:5, Funny)
Reply to This
Parent
Re:Excellent news (Score:5, Informative)
My personal favorite is Krita, which IMHO is surpasses GIMP in many ways. Full CMYK support, much more friendly user interface and better intergration with the Office suite.
Reply to This
Parent