Created attachment 112675 [details] kolourpaint report Error on close application. See attachment report
I somehow understand what happens here: kolourpaint has an image content in the X-clipboard. When kolourpaint quits, Qt (in the destructor of QXcbClipboard) tries to pass the clipboard to a clipboard manager. In this case it seems the image in the clipboard has an EPS mimeType, therefore it tries to QImage::save() the image in EPS format and therefore it needs the KDE EPS imageformat plugin, which in EPSHandler::write() creates a QPrinter which fails since there no longer is a QApplication instance, since all this happens in the destructor. What I have no idea about is: how can I put an image into the X-clipboard in the EPS format ? Ricardo, any idea what you did when the crash happened ? I'd like a way to reproduce this.