Comment 2 for bug 47658

Revision history for this message
Jimmy Kloss (phorsyon) wrote : Re: [Bug 47658] Re: OpenOffice doesn't use kprinter in Kubuntu

On Wednesday 07 June 2006 13:49, manu wrote:
> As far as I know, this is hard to accomplish, since OpenOffice has its
> own printing dialogs. It neither uses gnomeprint in GNOME.
>
> Perhaps, DBUS or project Portland can help on this. You may join them.
> Also, you may join the OpenOffice community and promote this idea (which
> I am very much in favour). Meanwhile, the Ubuntu community cannot do
> anything about this, so I will reject the bug.
>
> ** Changed in: Ubuntu
> Sourcepackagename: None => openoffice.org
> Status: Unconfirmed => Rejected

On Gentoo OOo comes with a printer setup tool called 'oopadmin'. It allows
e.g. to switch the command from the 'Generic Printer' from 'lpr'
to 'kprinter'.

This can also be done in Kubuntu by editing '/etc/openoffice/psprint.conf'.

Just add 'kprinter' to line 83

before:
83: Command=

after:
83: Command=kprinter

It isn't the 100% integration but it makes OOo work with 'kprinter' instead
of ''. ;-)