From kde-core-devel Mon Jul 31 20:25:49 2000 From: Simon Hausmann Date: Mon, 31 Jul 2000 20:25:49 +0000 To: kde-core-devel Subject: shutdown signal of kapp <> dcopserver X-MARC-Message: https://marc.info/?l=kde-core-devel&m=96507522013588 Hi, Is it possible that the shutdown signal of KApplication isn't emitted anymore? I do have the impression that when shutting down the X session the dcopserver is the first process who dies. That takes down the ICE connection to the clients and ends up in a call to the default ICE error handler, which exit()'s ... Thus it seems that the X io error handler (for emitting the shutdown() signal) is never reached. Is that possible? (I wondered why kdesky doesn't save the icon position when closing down anymore, and after adding some debug output to the slot connected to the shutdown signal I noticed that the slot is never called...) Can anyone confirm that? Any ideas how to solve this? Define a new ICE error handler which just...does "almost" nothing? Bye, Simon