printer-applet in kdeutils

Jonathan Riddell jriddell at ubuntu.com
Thu May 1 13:15:06 CEST 2008


On Thu, May 01, 2008 at 12:57:52PM +0200, Friedrich W. H. Kossebau wrote:
> Am Donnerstag, 1. Mai 2008, um 10:07 Uhr, schrieb Jonathan Riddell:
> > I've moved it in.  The pykde dependency is optional, if you don't have
> > it installed at compile time it won't install kde-utils-devel, or you
> > can set -DINSTALL_PRINTER_APPLET=TRUE to tell it to install anyway
> > (since pykde is a runtime dep not a compile time one).
> 
> Some questions:
> 
> Is this text from the README still valid, then?
> 	"Unfortunately it does not currently use PyKDE4 because KApplication loads
>  	QtDbus which freezes when we use python-dbus."

No, fixed.

> You did not add it to the kdeutils/CMakeLists.txt. Was that done on purpose?

No, added.

> If I do I get while configuring:
> --- 8< ---
> Traceback (most recent call last):
>   
> File "/home/koder/Kode/kdesvn/trunk/KDE/kdeutils/printer-applet/cmake-modules/FindPyQt.py", 
> line 9, in <module>
>     import PyQt4.pyqtconfig
> ImportError: No module named PyQt4.pyqtconfig
> --- 8< ---
> Could that be silenced perhaps, by catching stderr or such? 

I'm afraid I don't know how to do that in cmake, I just copied the FindPyQt
module from kdebindings.  It seems like a useful error though.

> Are there no docs?

No, it's just an applet.  Anne-Marie looked at it and said it didn't
need documentation.

> Please also add a description to kdeutils/README.

Done.

Jonathan


More information about the Kde-utils-devel mailing list