OpenOffice.org Built with KDE and GNOME Support
ks writes "Novell hacker Jan Holesovsky has released a build of OOo 1.1.3 that integrates with either KDE or GNOME depending on the environment it's running in. The build features KDE/GNOME look and feel, KDE/GNOME file dialogs and the Crystal icons. If you're running NLD, you have this already." Update: 11/27 18:13 GMT by T : Also on the OpenOffice.org front, the OO.o front page links to this interview with Debian ARM developer Peter Naulls, who has ported the suite to ARM processors. Hint: they're everywhere.
I think this is a great idea, one of hte reasons I had trouble with OOo in KDE3.X was its lack of smoothness. now if only someone will do the same for Abiword
OpenOffice.org Built with KDE and GNOME Support
finally
This should help with either GNOME or KDE adoption in office environments since the user interface looks more streamlined.
I'm sure "SlashdotMedia" will improve on all the wonders that Dice Holdings blessed us all with
wtf is NLD?
n+1th POST!!! irc.chatnplay.net #miket
here
got sig?
Why would anyone give 2 shits about this? If I install Office on my XP laptop, it knows what environment I'm in without even having to check and the LAF is already set. I can't believe anyone would waste their time writing code for an obviously inferior tool that relatively few (alleged) people would use. Jan, like so many of the slashdot groupthink, needs to get a life or at least an XP laptop.
I just started playing with the Novell Linux Desktop and it looks really nice. After having Novell removed for Windows AD at work, it was nice to see the big N on a screen again. ;)
It's basically Suse with some tweaks, but it's got a very professional look and feel about it with everything nicely integrated.
OpenOffice.org 1.1.3 with KDE integration is now available for download. It also features a lot of other improvements over the stock OOo (including the GNOME integration bits; but do not be afraid, it does not link against Gtk+ in KDE, and vice versa), because it is built from the ooo-build codebase.
Download: Installation set for Linux i386 (~80MB).
Features:
Known problems:
The project's homepage http://kde.openoffice.org is a bit outdated at the moment, but the work still continues. The main concern is OOo 2.0 now, see the ooo-build ChangeLog. Help of an artist is needed for OOo 2.0: It contains a lot of new icons, the default ones are not acceptable for modern KDE desktop. Please drop me a mail if you are able (and willing) to draw some of them. :-)
This is a great move, generating momentum towards a real superior Linux desktop architecture. Any well designed app should be split into Data, Business and Presentation layers, independent/interdependent of one another across a clear, well defined API. This new build can be optimized by another programmer to actually separate the Business (OO.o) and Presentation (KDE/GNOME) layers, because the source is open. Refactor OO.o as an object that can run separate from its UI, and all its features are available to *any* calling program, reusable without having to write spellcheckers again, or text edit panels, or .DOC readers. In fact, the next great move will be to refactor the OO.o data layer, so it can run not only on any FS, like ext3, ReiserFS, SMB, NFS, but interchangeably across networks as straight sockets, or SQL DB tables, or RDF streams, or any data source that's adapted to the data API. Let's get it on!
--
make install -not war
Does anyone know if this is going to be integrated back into the OOo trunk?
Poof... Good old mirrordot to the rescue...
Have a clue. Here, take two, they're free: rather than spend the time posting a question that you can easily answer yourself with Google, use Google. It will inform you, save the time of the rest of us posting, save you the posting time, and help rehabilitate your lazy mind that demands to be served by others who do their own thinking, just so you can be buzzword compliant.
--
make install -not war
Something similar for Mozilla and Linux:
The Mozilla integration project for Linux desktops
The IT section color scheme sucks.
What if I'm running it _in_ NLD? 'Cause I'm there already.
This is a good thing. One of the reasons that Java never took off from the desktop was that it didn't integrate with the native GUI. Nice to see OpenOffice not making the same mistake.
Too many linux applications still have horrible, unusable file selectors. It will never take off as long as such monstrosities are present everywhere.
This is one of the reasons why Windows is used by so many people. They do provide a more or less monotone interface. Even if the interface is horrible (like personalized menu's) it's horrible all over the place.
Does this actually use GTK and Qt? Or is it just simulating them?
If it actually uses them then that would be great! Otherwise I'll take a pass.
Having a drop-in replacement for Office is critical to attacking their core replacement parts business.
Kudos by the way to AbiWord and Gnumeric, two excellent programs that are native GNOME apps today.
dot.kde is slashdotted to become dot/.kde
Oh please, let's do this for Mac OS X!
Now some requesters changed and some icons chanced as well. How about porting it throughly that is getting rid of the old Toolkit that OOo still depends on. Right now these efforts look more like cheap patchwork than real solution.
The old OOo was build upon it's own Framework and Toolkit. Now with adding KDE and GNOME support to it developers have add another overkill and resource eater to OOo making it bulkier and bloddier than before.
OOo native KDE or GNOME is the right solution but this should be done untils it is done and then being announced.
In the link provided, only KDE icons are provided, though GTK+ is used when run in GNOME, and you need the NLD version for the full GNOME look. So the best bet for GNOME-only using folk like me is still the build tool itself.
"Backups are for wimps. Real men upload their data to an FTP site and have everyone else mirror it." -- Linus Torvalds
Have a clue (link to Google results for nld gnome kde openoffice.org)
Thanks for putting an actual query in your clue; it looks a lot more useful than the much-less-useful link to Google's front page that some whiners supply, and it demonstrates techniques useful to others learning to search.
Does this mean I can now get openoffice with JFC/swing widgets instead, to get an all java desktop??
Why not use Qt/Aqua on MacOS X instead of the incredibly clumsy X11 interface, then?
As a state gets corrupt, its laws multiply; the most corrupt states have the most numerous laws. (Tacitus, Annales 3:27)
So, now that they're concentrating so much effort on the look and feel it must be really solid on the core functionality, like opening a simple MSWord file, making a simple text edit, and saving it back to the same format (so you can return it to the MS person who sent it to you).
Argh! Great, keep unifying with desktops, but it's still pretty restricted in its ability to interoperate with an existing base of Windows office users. (or at least give a hint as to what "attributes and information" are causing trouble so people can avoid using them)
WTF? Does this bit of "news" actually mean anything to anybody??
Download OOo_1.1.3-kde_LinuxIntel_install.tar.gz
If I need a database, I'll use Mysql (Or PostgresSQL, etc)
And what frontend? The point of database software is that they provide graphical tools for generating forms and reports, which use MySQL, PostgreSQL, Jet, etc. as backends.
I just began developing an GUI-based application for KDE/Gnome, my major obstacle being the window "managers". It goes something like this:
Developer: OK, put this window here.
KDE/Kwin: Actually it's better over here.
Developer: No! I'll need that space later for another window.
Gnome/MetaCity: I know, I know! How about here?
Developer: Christ! No not there either.
Developer: OK, how about you both put it here? that makes sense.
KDE/Kwin: That's great, but I'll just shift up a bit, and flip your directions horizontally.
Gnome/MetaCity: Ignore KDE, it's perfect! But I think it would be even more perfect over here.
Developer: Jesus Christ!
It's usually possible to get what you want, but often involves hacks, redundant code, and forking.
I realise this is intentional and in the interests of usability and consistency, but more often than not the it's counter productive to the cause, since frequently a human knows better than a computer when it comes to usability.
Well, it uses GTK and KDELIBS if that's what you mean.
The OSX ports of OOo have always had difficulties due to the limited number of developers available. Since KDE and GNOME already run under OSX - parts of the former natively without X11 - could this be a porting short-cut to a fully functional OSX build?
I have been a user for about 10 years. This ends Feb 2014. The site's been ruined. I'm off. Dice, FU
It also removes macros. Sometimes it is a pain, because those macros are needed in an MS Office document, particularly in Excel. But if those macros are either corrupt or infected with a Macro Virus, losing the macros is actually A Good Thing. (tm)
.XLS. I sent it back to Joe and Chris, and voila! They could open it too!
Last year, the All Tomorrow's Parties music festival sent the band Saccharine Trust an elaborate Excel spreadsheet which provided an overview of the schedule for the entire weekend's performances at Camber Sands in the UK.
Joe Baiza had Office 98 for Mac running on his iMac. No joy opening the spreadsheet. He then sent the spreadsheet to Chris Stein, the band's bassist, (No, not the Blondie guitarist! Same name, different guy...) who tried to open it in Office XP. Again, no joy.
I get the spreadsheet sent to me. I open it in OO.o. Success! I saved the document first as an OO.o native format file, then resaved the native OO.o file as an
I'll have you know that NOTHING got screwed up in the formatting. Maybe a few weird calculations used by the ATP folks got messed up, but the guys in ST didn't need them. All they needed was the time that ST needed to go on, and also the times for some of the other bands on the schedule the guys wanted to see. OO.o rules.
Knowledge is power. Knowledge shared is power multiplied.
I have installed Suse 9.2, and the OOo 1.1.3 looks pretty standard on it. I assume the next Suse is going to come with this? Is there an easy way to install this new OOo in Suse 9.2 without breaking everything? This is something Linux needs, badly. OOo is a great system but obviously it's not well integrated with the rest of KDE. If they can really get it integrated with KDE it will be a major step forward for the Linux Desktop.
woohoo! OpenOffice DS!
Although I applaud the move, this will be somewhat outdone in a few months when openoffice 2.0 is released. 2.0 will support better native integration anyway, including look-and-feel.
You can lead a horse to water, but you can't make it dissolve.
I hope you then explained to the band members why you were able to open the file.
FC2/FC3 RPM packages.
That's all. On one hand, I like the way RPM works and what it does for the user. On the other hand, I can never seem to get the most up-to-date packages. It's terribly unfortunate and is always a balancing act between installing from tarball and maintaining RPM integrity. I suspect there are ways of handling it better and further that someone might even volunteer these better ways right here in response to this.
But if someone out there loves to build useful RPMs and has already built RPMS suitable for FC2 and/or FC3, please let me know where they are! I know I can't be the only one wanting them.
Disclaimer: I'm an OOo advocate, as you can see from this Computerworld article (http://www.computerworld.com/softwaretopics/softw are/apps/story/0,10801,92195,00.html?SKC=software- 92195) that I published last Spring.
I used OOo since the days of StarOffice. I managed to write two books, many presentations, spreadsheets, and countless business documents in it. OOo is probably one of the best office applications and it's cross-platform.
I had quasi undying loyalty to OOo until I decided to go to OS X. While the feature set is almost identical to other versions of OOo, the GUI is one of the ugliest. OOo also lacks compatibility with Exchange servers, which I'm forced to use for work (yuck!). For these two reasons, I had to cave in and return to Office:Mac.
The efforts to tightly couple OOo with KDE or Gnome are important and interesting but far from the marketing win that OOo needs. An OOo version that supports the native OS X look and feel would probably win lots of support from Apple's user base because it would be, in most cases, a drop-in, free replacement for Office:Mac.
I interact now with quite a few Mac users on regular basis; most, if not all, would love to ditch Office:Mac in favour of OOo if the GUI and other system integration issues were resolved. I believe that an OS X/Aqua version of OOo is more strategically important than one for Gnome or KDE because it would generate instant press outside the early-adopter, Linux world.
A strategic marketing win could result in additional funding/participation/donations to OOo to carry on with other projects that, although important, lack the visibility that the Mac has or could bring to OOo.
Cheers,
Eugenehttp://eugeneciurana.com | http://ciurana.eu
I used OO in Windows XP (I know... I know, it's not by choice, the XP, that is.) Anyway, I think that anyone who uses OO in Windows recognizes it's mass shortcomings (which makes it difficult for me to recommend to others.) If they made OO integrate properly with Windows Widgets... then I'll be impressed... and excited.
If I was using kde I might be inclined to use this... but I'm not.
I'm a Mac user, I know squat about developing/codeing, I don't like Microsoft
I NEED Open Office
If any of you can help develop the native port of OOo to Mac PLease Please Please Help
http://porting.openoffice.org/mac/
GW
What more do you want this to do?? Java scripting (or your choice of languages) incredible DB support, a great text editor, cool drawing proggie and more, what more do you want?? No really, I would like to know.
Slashdot, where armchair scientists get shouted down and armchair theologians get modded up.
2. You seem to mix up TeX and LaTeX. Plain TeX is the typesetting system with which the expert can do everything. LaTeX is a set of macros and document types and classes which allows less experienced users to get near perfect results for a restricted set of cases.
3. If you want to make signs for a garage sale, look for the appropriate package. For a start, I would recommend "slides" or "foils". On the other hand, I will be the first to admit that a standard WYSIWYG word processor might be a better tool for this job (if you don't care, e.g., for proper kerning of the letters).
This the type of "feature" for which so many /.'ers criticize Micro$loth.
The early bird may get the worm, but the second mouse gets the cheese!
I've noticed that my local mirrors are taking between 4 to 80 hours to download. I'm going to place it on my site temporarily to help out with the downloads.
Check out here to download.
Now I can write documents up on my Nintendo DS :)
Ubuntu- Linux for human beings.
here and here
my blog
More importantly, he or she should explain to the people who sent the document why MS Office formats are poor document exchange formats, and encourage them to use a format that:
1. Anyone can view without expensive software.
2. Doesn't commonly contain malicious code.
3. Is reliable (problems openning MS Office files under different versions or even the same version are all too common).
4. Is open and documented. This helps ensure 1, and allows for the possibility of recovering data if the file is corrupted in some way, or if software designed specifically for accessing the data is not readily available for some reason. Example: I could extract the text and images from a OOo file using just a few standard tools if I needed to.
I use Abiword because I hate it when OO's writer turns my fairly fast computer into a stuttering idoit everytime I use the spellcheck (except for in Mandrake for some reason). Will this make that stop? I hope so, because I am getting tired of the bug in Abiword that keeps things you deleted on the screen. It confuses me, but it is still not worse than my system locking up everytime I need spell checking.
Open Source Sushi
I did! They were suitably impressed.
Knowledge is power. Knowledge shared is power multiplied.
If you need someone for end-users to access, then you need to write something.
The point of things like Microsoft Access and its StarOffice counterpart is so that end-users can "write something". If you made a decent PHP/MySQL code generator that duplicated much of the functionality of Access, and you pimped it in your Slashdot signature, then people wouldn't have as much room to complain.
is a site on Nonverbal Learning Disorder (NLD). How approrpiate :-)
Actually, Novell did similar work for Mozilla (well, actually for Firefox) in the NLD development. Firefox under NLD actually utilizes the CUPS printer list and settings - a vast improvement over the older "just-dump-postscript-to-lpr-and-use-the-default-p rinter" option. Additionally, Firefox under NLD will take it's proxy settings from the GNOME user proxy settings. I believe both features have already been contributed back to the community already.
I've been using beta versions of NLD for several months now, and I have been very impressed with the work that Novell has put into intergrating the desktop components. This was a big sore spot for Linux on the desktop, and NLD is an excellent first step. There may still be a lot of work to be done, but kudos to Novell for realizing the issues and beginning to adddress them.
"Adventure? Excitement? A Jedi craves not these things."
Comment removed based on user account deletion
Having everybody search for it is inefficient. I think that search skills are overrated. If people spent more time answering the question and less time complaining about it, then the community would save time as a whole.
I think that independence is overrated.
testing out my trending skills
And while they're at it they should make it integrate *prefectly* (file dialogs, UI conventions, drag'n'drop and all!) with different Window managers, desktops and OSes. (OpenOffice on MacOS X, for example, is quite horrible at the moment!)
So, how about it then? Bring on OfficeFox! :P
I checked on a Suse 9.2 system, and OpenOffice on that system does use KDE file dialogs. Cool. Much nicer than what they had before. I guess OOo 2.0 is going to be even better in this respect.
A fifth reason to call Microsoft M$ is to claim that Microsoft should have stuck to programming language tools (such as for the BASIC language, some dialects of which require names of string variables to end in $). The following is a valid program for the "Applesoft" BASIC interpreter in the ROM of the Apple II+ through IIGS:
10 LET M$ = "Microsoft": REM Comment subject line has limited length
Fuck [people with vision disabilities]. They're a tiny minority.
Companies that adopt such policies are in violation of Section 508 of the Rehabilitation Act, and they quickly lose their lucrative U.S. Government contracts. Even some companies with no U.S Government contracts may still be subject to the Americans with Disabilities Act.
I can go faster in Word then the time it takes you to setup TeX.
If you're taking setup time into account, I can play along too. I put in a CD, unzip a LaTeX or distribution, and start LyX, and I'm in a WYSIWYM (what you see is what you mean) environment that's a hybrid between a text editor with TeX macros and a word processor. For commercial proprietary software, on the other hand, the time of installation includes the time it takes to flip burgers to earn money for a license. Your method can compete only if you choose OpenOffice.org Writer instead of Microsoft Word. Or did you count on having Microsoft Word in a bundle with the PC?
I don't communicate with a single person that doesn't have MS Word (or at least WordPad).
I don't have Microsoft Word on my computer. I have Microsoft WordPad 2000, but WordPad doesn't support style sheets, which are the topic of this subthread. Has this changed in Windows XP SP2?
Let's not forget that if you are running Linux, you have made a choice to use something that has different features and limitations than the software that 90+% of the world uses.
Did I make that choice to buy a computer without buying a one-seat home user license of Microsoft Word, or did the person who bought my computer make that choice?
It is not the obligation of the vast majority to facilitate the minority
Yes it is. People with any given disability are a minority, but Section 508 of the Rehabilitation Act, requires the U.S. Government and U.S. Government contractors to create accessible systems. How is "bold" accessible to a speech reader or a Braille terminal?
Plain text does not allow formatting, and PDF does not allow editing.
But do you always want the readers of your copyrighted document to have easy access to preparing a derivative work of your document?
That entire article was written on the basis of the fact that most people incorrectly use word processors!
Either that, or that word processors' tutorials encourage users to use them incorrectly. In addition, many users of Microsoft Word for Windows are upgrading from WordPad bundled in Windows 2000, which doesn't seem to expose any GUI for style sheets, and carrying their learned anti-patterns with them.
If I sent my Dad a Tex document, he'd be pissed off that he had to read all of that \section{} crap along with the text, because we both know he isn't going to have anything that will render Tex.
If he's coming from a fresh install of Windows, we both know that he may not have anything that will reliably read Microsoft Word documents either, as not all PC vendors bundle a Microsoft Word license, and WordPad can't read everything that Microsoft Word can put into a .doc file. You need to negotiate a common format, and if you use LaTeX, then such formats include HTML, which a standard web browser can read.
The major problem I STILL have with OO is that I often need to copy and paste from it into a text editor like vi or joe. This never works, usually you end up with a small random portion of what you are trying to copy. Truly annoying. I really don't understand why this little discrepancy hasn't been taken care of a long time ago.
Meh.
They already did this. You obviously have never used the first versions of openoffice/staroffice when it opened up it's own desktop environment. I hated OO back then.
Meh.
All it now needs is a decent name, compatible with normal human speech.
Si tacuisses philosophus mansisses. If you had kept quiet, you would have remained a philosopher.
I don't have much experience with this, but I thought there were options that allow OpenOffice to simply pass the macros along unchanged. Don't they work?
Don't forget:
5. Isn't bandwidth wasting, bloated, crap.
I had to write a term paper in OpenOffice. It had a bug that caused me to lose numbering on the pages. Since I only had Linux at home and was hard-pressed with the deadline, I had to deliver it like that...that cost me something in my grade, let me tell you.
Just yesterday I booted a Ubuntu live CD. I checked OO.org. Guess what: I can't write "~", as in São Paulo. This renders it useless for Portuguese (my native language).
I don't know how these guys think they have production software. As far as i'm concerned, it's *beta software*. Don't let anyone lie to you.
All those governments saying they'll swap MS Word for OO.org (hello, Brazil!) *be warned!*
And please, don't flame me. I don't care about your opinion about how "OpenOffice rulez, dude!" I've used, I've pushed it to its limits, and it failed me miserably.
I switched to AppleWorks not long ago because OOo using X was so bad, so I agree there needs to be a change.
I've checked out Camino, which is a Mozilla branch with Aqua UI, but it gets less development time and less features. The costs seems to outweight the benefits when development effort is split up like this.
So why not stick with one solution for all platforms? I'm thinking XUL or SWT, like Firefox or Azurues.
Personally, I find Acronym Finder to be most effective for looking up acronyms.
This signature used to contain a cute kitty virus with ansii art. Please set the slashdot editors on fire. Thank you