KDE Plugin in the Official OpenOffice.org Packages

A year and a half after launching the KDE.OpenOffice.org Integration Project, the KDE plugin with the Native Widget Framework has become part of the official OpenOffice.org development packages. Developer snapshot m118 is the first of the towards-2.0 milestones that contains it.

Please keep in mind that if you use a Linux distribution with OpenOffice.org packages based on ooo-build (Wiki), you most probably already have this. ooo-build also contains additional KDE integration features like Crystal icons for OOo (big thanks to Nuno Pinheiro and Robert Wadley!), and KDE file dialog.

Dot Categories: 

Comments

by Tim Beaulen (not verified)

That looks very nice.

by cb (not verified)

I agree, but without improving the look of Linux fonts by default, Linux generally gets the "ugly" label. This does not help improve appeal! I always have to download the webfonts.sh script in addition to getting M$ fonts in order to have a somewhat good desktop. I also have to tweak the X11 resolution to get the dots-per-inch right. This is on *all* distros I have tired! Look at my slashdot.org page. We in the Linux world must improve the general appearance of our products in addition to all the technical advantages in order to attract new blood into the community.

by rinse (not verified)

Try SUSE, it downloads the correct fonts during the installation for you

Rinse

by cb (not verified)

That means that I must be online to have a decent looking desktop? Absurd! This is what should be fixed. That reminds me of the requirement that one must be online to have the most "stubborn" dependencies resolved! Absurd too especially when Apple, which is UNIX based, has no trouble with these issues.

by rinse (not verified)

>That means that I must be online to have a decent looking desktop?

Well, the bitstream TTF fonts are also available on the installation disks. Never tried those, but perhaps they can make your desktop decent enough :)

>This is what should be fixed

Go ahead and donate some decent looking TTF fonts.

>That reminds me of the requirement that one must be online to have the most "stubborn" dependencies resolved!

Must be a problem with your configuration. Resolving dependencies via internet is only neccesary if you downloaded applications from internet that require additional packages that are not delivered with your distro.
I guess you should have downloaded more packages before disconnecting from the internet.
Also, dependencies are resolved according to your configuration. If you want to use an offline source, like a directory or cd, you should tell your Linux-distribution to do so.

>Absurd too especially when Apple, which is UNIX based, has no trouble with these issues.

I'm not familliar wit MacOS, but i know that on Windows you would have the same problem.
For instance, if you install Gimp on Windows, you need to GTK as well, or Gimp won't work without this unresolved dependencie. Same goes for Ghostview, if you want to be able to open EPS-files, etc..

And since Microsoft does not include Ghostview and GTK with their Windows-distribution, you probably need an Internet connection to download Gimp's dependencies.

Dunno if macOS ships with GTK, but if not, you would even need to use an internet connection to be able to use gimp on macos.

Same probably counts for Qt-based apps, etc.

by Corbin (not verified)

On Windows and OS X most programs just throw EVERYTHING in with the installation, on OS X they hide in the .app 'file' (folder), on Windows they are either throw into the application directory, a system directory (system32, base windows folder), or vary rarely (only really seen with a GIMP installer), its in its own folder (like \Program Files\GTK, sometimes they let you choose, sometimes they aren't that nice).

Because of that you generally have no clue what is included with your system, and if a common library turns out to have a major vulnerability you have no clue what needs to be upgraded (on Linux and most other *nixs you would simply upgrade the library since things generally aren't statically compiled).

by rinse (not verified)

That reminds me of acrobat reader.
It's about 80-100 MB big when installed!! (on windows/linux)
(but no dependency issues :)

Now, how big is kpdf??

by CJ (not verified)

> Now, how big is kpdf??

Who cares?! You can buy a 300GB disc for $80. I agree that it's better to have one lib for each task but the problem is that Linux cannot handle that!

You (developpers) must understand that INSTALL is NOT about COMPILATION and I (and my mom) should NOT need to get lib_xpto_2.3.2.3.2.4.so that needs the new lib_kernel_x4.3.2-alpha.beta.zeta.so that was compiled with some new gnome_xk2gl.3.2.1.34.2 that, at least, is included in some rpm.
That's good for developpers not users.

by Thiago Macieira (not verified)

The problem is not disk. I have plenty of disk free left, even considering I compile most of the KDE sources with debugging information, and I have lots of stuff installed.

The problem is RAM. You cannot buy 10GB of RAM for $80. Even if you could, most computers simply can't handle them (the slots won't accept).

So, if you load 3 programs, each statically compiled, or with disjoint libraries (like MacOS X), you're kicking into the 300 MB level. Imagine if KDE were made like this.

No, I like telling apt or smart to install a package and downloading as little as 26 kB. As I said, I already have most of the stuff in my computer anyways, so why should I download again and again everything?

And before you whine again, I agree there is room for improvement in the installer area for third-party applications. For distribution-provided applications, I think it's got to as good as it can get.

by rinse (not verified)

>Who cares?!

I do :)

You can buy a 300GB disc for $80.
Not in my country, a 50 GB disc kosts €75
€75 may sound cheap to you, but for me it is quite a lot of money to spent om something i don't need to use if apps were better build (e.g. using shared libraries in stead of static.

Besides, downloading a 2 mb dependencie for kpdf is much easier then downloading acroread, which is about 45 MB!!
So in stead of complaining that you need an internet connection to solve dependencies on Linux, you should complain about de need of having a *broad band* connection for downloading software for windows or macOS

>I agree that it's better to have one lib for each task but the problem is that Linux cannot handle that!

Must be a problem with your configuration, on my machine Linux handles that perfectly.
In fact Linux handles it better then Windows, because you can have several version of the same lib installed side by side, and can use symlinks if an app expects another version, while yours is compatible with it.

>You (developpers) must understand that INSTALL is NOT about COMPILATION
I'm not a developer :)
Bu i don't see much difference, if wether you compile or install new software, you still need to solve the dependencies.

>I (and my mom) should NOT need to get lib_xpto_2.3.2.3.2.4.so that needs the new lib_kernel_x4.3.2-alpha.beta.zeta.so that was compiled with some new gnome_xk2gl.3.2.1.34.2 that, at least, is included in some rpm.
That's good for developpers not users.

I don't see a problem here.
If you or your mom wants to use lets say: kpdf, you just type something like 'apt-get install kpdf' and a moment later (assuming broadband), you have kpdf installed with all it's dependencies.
No need to look for lib-this and lib-that.
All taken care of automaticly.

The only time you get in trouble is when you try to install software like you are used to do on Windows.
E.g. downloading something from whatever site, and then installing it.
Since most of the time you need more then 1 package to get the software working, you'll get into trouble.
But again, if your packagemanager is configured correctly, it is most likely that even then the dependencies are automaticly solved.

by Monte Lin (not verified)

I just downloaded some Windows drivers for my HP nw8240 NB.
You won't believe these:

ATI X700 VGA driver: 24 MB
Broadcom's Gbit Ethernet chip: 24.6 MB
Intel chipset + Pro/Wireless: 10 MB
Synaptics touchpad: 5.3 MB

by blacksheep (not verified)

"OS X most programs just throw EVERYTHING in with the installation"

That's not true. MacOSX does a good job on providing a set of standard libraries that should cover every need while also granting binary compatibility.
The idea is the same behind Java and their Classpath libraries.

If you need extra stuff, you either statically compile it into your application, if it is a small library, say a lisp parser, or provide the libraries in a MacOSX's package fashion.

by ac (not verified)

I don't think that you need to be online to get a decent looking desktop. However, it is a somewhat disturbing trend that you need to go online to get some core functionality for your linux OS, because distributors don't ship it for license reasons. Fonts, audio and video codecs (even standard ones like mp3), graphics card drivers, and this list will probably only get longer as more and more new formats will not be GPL compatible.

I'm not sure what the best solution to this problem is, it might be that the GPL must be adjusted. For example, I think it should be possible for distributors to ship the NVidia graphics drivers, even if their source is not public.

by Thiago Macieira (not verified)

Most of the problems you're alluding to aren't due to GPL-incompatibilities, but due to vendors not allowing those files to be distributed, or due to patent problems.

Some winmodem driver manufacturers do not allow redistribution, meaning you can only get it from their site. It can't be included in your CD. The MP3 decoder is in a doubtful legal position, so distributions like Red Hat and Debian choose not to include it in order to be on the safe side.

In all of those cases, there is a solution: use Ogg Vorbis and don't buy hardware from vendors who choose to make draconian policies regarding their drivers. I am not even asking for them to open their drivers source code: just allowing redistribution would come a long way already.

by ac (not verified)

> Most of the problems you're alluding to aren't due to GPL-incompatibilities, but due to vendors not allowing those files to be distributed, or due to patent problems.

> Some winmodem driver manufacturers do not allow redistribution, meaning you can only get it from their site. It can't be included in your CD. The MP3 decoder is in a doubtful legal position, so distributions like Red Hat and Debian choose not to include it in order to be on the safe side.

Whatever the reason, fact is that Windows (and probably also OS-X, I don't know) ships with all the drivers/codecs/fonts/whatever a normal user needs. This is not the case for linux distributions, and that's bad (and getting worse).

> In all of those cases, there is a solution: use Ogg Vorbis and don't buy hardware from vendors who choose to make draconian policies regarding their drivers.

This is a nice idea, but not always practical. For example, do you know a laptop where everything works out of the box (WLAN, standby, accelerated 3d gfx, modem) with a standard distribution, and that doesn't cost more than the mass market machines from Acer, Sony and the like?

> I am not even asking for them to open their drivers source code: just allowing redistribution would come a long way already.

I totally agree.

by Raoulduke (not verified)

> For example, do you know a laptop where everything works out of the box (WLAN, standby, accelerated 3d gfx, modem) with a standard distribution, and that doesn't cost more than the mass market machines from Acer, Sony and the like?

Yes, Kubuntu 5.04 works without _any_ problem on my HP / Compaq nx6110 and a HP Pavilion 4300. Everything works, from sound, networking to 3D. So, go ahead and buy one if you want to support a vendor that uses Linux supported hardware.

by Christian Meyer (not verified)

> Whatever the reason, fact is that Windows (and probably also OS-X, I don't know) ships with all the drivers/codecs/fonts/whatever a normal user needs. This is not the case for linux distributions, and that's bad (and getting worse).

This is not exactly true. While Windows ships with quite a broad set of drivers, especially 3D capable graphics drivers you mostly have to worry about yourself. Although most graphic cards ship with Windows drivers, they're often crappy enough that you have to download a newer version yourself. And if you buy a new version of Windows (long ago, wasn't it) you normally have to download quite a lot of drivers - if you're lucky and they exist.

So my point is that the driver problem is quite the same under Windows, although well-covered behind tons of complete systems shipped with Windows and all drivers installed.

by ac (not verified)

> So my point is that the driver problem is quite the same under Windows, although well-covered behind tons of complete systems shipped with Windows and all drivers installed.

Well said. But it seems that even if a vendor wanted to provide a customized version of Linux for a specific machine (like all the Windows OEM versions that ship with almost all new computers) he couldn't do that, because many companies don't allow redistribution of their drivers.

by Christian Meyer (not verified)

> But it seems that even if a vendor wanted to provide a customized version of Linux for a specific machine (like all the Windows OEM versions that ship with almost all new computers) he couldn't do that, because many companies don't allow redistribution of their drivers.

Maybe. But they might want to rethink their policy if they get something like "We want to buy 1000 graphics cards of yours but it must ship with linux drivers". (Yes, I'm an optimist. Sometimes.)

by Philipp (not verified)

>For example, do you know a laptop where everything works out of the box (WLAN, standby, accelerated 3d gfx, modem) with a standard distribution, and that doesn't cost more than the mass market machines from Acer, Sony and the like?

Do you know any where it works on Windows the way you describe it?
I don't!
In every case something is either not working at all, not reliable or not with full functionality.
Damn all drivers you get out of the box with your fresh new model and download the newest and hope the vendor gives you this supports.
E.g. the laptop I'm using has on Win either a not working WLAN driver with WEP (the one shipped with it) or with the new driver one with the wrong language for dialogs (french instead of german, and yes I've choosen the german package).

SuSe 9.2 was a pain to configure, with 9.3 it's easy and works like a charm.

by Uno Engborg (not verified)

>Whatever the reason, fact is that Windows (and probably also OS-X, I don't know) ships with all the drivers/codecs/fonts/whatever a normal user needs. This is not the case for linux distributions, and that's bad (and getting worse).

Fact remains, windows desktop doesn't ship with wordprocessors, spreadsheats and much more essential software. As long as Microsoft doesn't provide that windows have no chance on the desktop.

by Tim (not verified)

> As long as Microsoft doesn't provide that windows have
> no chance on the desktop.

You call 90% market share 'no chance'?

Argh! How can people this stupid exist?

by Troy Unrau (not verified)

I too was born without the sarcasm gene.

by cKahl (not verified)

>Whatever the reason, fact is that Windows (and probably also OS-X, I don't know) ships with all the drivers/codecs/fonts/whatever a normal user needs.

Oh sure it does. Virgin Windows installs are perfect for watching all my dixv, xvid, ogm, DVD, realmedia and quicktime content! Uh, I mean.. WTF were you saying again?

by Bryan Feeney (not verified)

But you pay for Windows. And that's why Microsoft can afford to pay for codecs. TurboLinux paid to license legal DVD codecs (CSS decrypters) and to license the codecs from Micorsoft, which is why they can provide them. The snag is you have to pay TurboLinux in turn.

What's disturbing is that distributions, none of which are particularly cheap any more, are not chasing this up more. How hard would it be to license the MP3 codec from Fraumhofer and create an XMMS compatible, closed source library that could then be legally shipped? Or to license codecs from Microsoft for a media player?

When I pay my €80 to SuSE for the Pro edition, I expect a bit of added value.

by ac (not verified)

It's ironic you mention SuSE Pro, their distro is nearly overkilled by plenty of 'value additions'. And why do you mention XMMS? That's a very outdated non-KDE app...

by blacksheep (not verified)

"For example, I think it should be possible for distributors to ship the NVidia graphics drivers, even if their source is not public."

As a matter of fact, it *is* possible for distributors to bundle their product with nvidia closed drivers, they are redistributable. Distros just won't.
There are two reasons for this -- I'll name them after distros, but they just don't apply to those:
- Debian: wants to keep non-freesoftware away of their distro.
- Mandriva: wants to give more value into their packaged boxes and club versions.

And nvidia doesn't break Linux license: they run in userspace. The same doesn't apply to ATI's.

by zack (not verified)

Bzzt, wrong ;P

zack@gaz ~ =) % lsmod | grep nvidia
nvidia 3923580 12
agpgart 34600 2 nvidia,via_agp

by blacksheep (not verified)

Obviously there is an interface module that is the thing compiled when you run the nvidia installer. This interface is open, not the driver's core that runs in userspace.

by Ingo Klöcker (not verified)

Before making stupid remarks you should probably know the facts. SUSE downloads Microsoft's TrueType fonts Arial, Times New Roman, etc. Downloading those fonts from microsoft.com is allowed but distributing the fonts with the CDs/DVDs is not allowed. So, yes, it means that you must be online to be able to download those fonts.

Apple has no trouble with these issues? Well, doh! Obviously they have enough money to buy licenses for decent fonts. You probably don't have any idea about the price for a license of a high quality font.

Another problem is (or was?) a patent-issue which forced commercial distributors to cripple the font renderers. So even if a good font is installed the font renderer doesn't use all the special hints which make the fonts look better especially in small sizes. Of course, you can compile a not crippled font renderer yourself. So this isn't a technical problem but a patent/license problem.

by ac (not verified)

> So this isn't a technical problem but a patent/license problem.

But it's a problem nevertheless. This might actually be the worst kind of problem, because it can't be overcome with the ingenuity and technical abilities of FOSS writers.

by Cornelius Clemens (not verified)

Linux doesn't need better fonts.
In by far the most cases you need good looking fonts only in the GUI.

by cb (not verified)

I agree, but without improving the look of Linux fonts by default, Linux generally gets the "ugly" label. This percieved ugliness does not help improve appeal! I always have to download the webfonts.sh script in addition to getting M$ fonts in order to have a somewhat good desktop. I also have to tweak the X11 resolution to get the dots-per-inch right. This is on *all* distros I have tired! Look at my slashdot.org page. We in the Linux world must improve the general appearance of our products in addition to all the technical advantages in order to attract new blood into the community.

by Kyle Gordon (not verified)

Well, yours looks butt-ugly because you don't have anti-aliasing turned on :-)
Check out my screenshot from my laptop. My Ubuntu desktop has even nicer fonts and anti-aliasing imho, but I cba getting a screenshot.

Kyle

by Anonymous (not verified)

jpeg format is really not the best to show-off font anti-aliasing

by GuZ (not verified)

At least web pages look pretty good in Konqueror on FreeBSD ;)

by GuZ (not verified)

Attachment got lost after preview...

by Corbin (not verified)

I'm using Gentoo and my fonts look great (see attached slashdot screen grab). The fonts look just as good on Fedora Core 3.

On Gentoo though I had manually enable anti-aliasing (KDE apparently defaults to off), though most distros afaik enable it by default (like Fedora and I think Kubuntu).

The font I'm using in that screenshot is Luxi Sans 10 (Bitstream Vera Serif 10 for the menus).

by cies (not verified)

But i have to say you really did a neat job make that desktop of your really ugly... I see you use many different fonts that don't match. It's a nice piece of FUD[1]. I use many distro's side by side and none of them look this horrible by default. Well you sure made me laugh with that screenshot.

[1]:
http://en.wikipedia.org/wiki/Fud

by Tim (not verified)

WTF? are you still in 1996? I don't know what linux distro you are attempting to use, but all the major ones have this worked out, OK? This is a non-issue.

by jumpy (not verified)

Sexy indeed. Really good stuff.
@emerging openoffice-bin-1.9.118.ebuild now
... will report on that later

by jumpy (not verified)

Done! Great to see the whole suite using my Style theme!
As stated, kde icons and kde file dialog are not included, but existing ones look good too :-)
Here are my screenies:
http://img99.imageshack.us/img99/8149/test7nk.png
http://img347.imageshack.us/img347/5793/test16xs.png

Many thanks to Jan Holesovsky! (http://artax.karlin.mff.cuni.cz/~kendy/blog)

by ac (not verified)

"As stated, kde icons and kde file dialog are not included"

What is the reason for this? Especially the file dialogs would be very nice.

Thanks a lot for this amazing effort!

by Anonymous (not verified)

Afaik it's hard to get stuff accepted into the official OOo sources (style emulation existed first and only entered now), hence ooo-build to be able to manage all patches.

by MandrakeUser (not verified)

Out of curiosity, how long does it take you to build OO ? Must be a few hours, even with new hardware right ?

Thanks !

by radfoj (not verified)

In portage there is also precompiled version of openoffice. It takes only few minutes:

Fri Jul 22 09:03:07 2005 >>> app-office/openoffice-bin-1.9.118
merge time: 7 minutes and 41 seconds.

by MandrakeUser (not verified)

So, it gets some sort of a binary delta and merges it ? Cool !

by Corbin (not verified)

Deltas of binary files aren't done, but recently you can do deltas of KDE's source so when there is a change you don't have to download as much (only the difference).

Things like Mozilla, Firefox, and OpenOffice generally have binary packages available (I still prefer source over the bins, even if they take 10 to 100 times longer to install, they just feel more at home then).

by MandrakeUser (not verified)

I see your point. I think I'd use a mixture myself. Anyways, so what does "merge time: 7 minutes and 41 seconds" really mean in the message above ? Time to install the full binary ?