About a year ago, Frederick Polgardy (apologies) posted a bug report about PyKDE apps segfaulting at exit when using KApplication.quit (). Closing the window using the title bar button has always worked correctly (and still does).
In the original thread, Phil suggested the same method he used with QApplication.quit(), which works, but "disables" the KMainWindow.queryClose and KMainWindow.queryExit methods. The fix I've implemented is in Python (in kdecore.py) rather than C++, but should work correctly. A C++ implementation is possible, but likely to be extremely difficult to get working. The fix will be in 3.8 - looks like that will be available early next week. Jim _______________________________________________ PyKDE mailing list [EMAIL PROTECTED] http://mats.imk.fraunhofer.de/mailman/listinfo/pykde
