------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. http://bugs.kde.org/show_bug.cgi?id=64785 ------- Additional Comments From tk@Genetik.Uni-Bielefeld.DE 2003-11-12 08:59 ------- Trying to investigate this furhter, I replaced the "iceauth" command with the following shell script: --- snip --- #!/bin/sh LOG=/tmp/iceauth.log date >> $LOG echo iceauth "$*" >> $LOG /usr/openwin/bin/iceauth $* date >> $LOG echo >> $LOG --- snip --- which produced the following output: --- snip --- Wed Nov 12 08:50:51 MET 2003 iceauth source /tmp/dcopAAAlBaqP4 Wed Nov 12 08:50:51 MET 2003 Wed Nov 12 08:50:59 MET 2003 iceauth source /tmp/kde-juser/ksmservergVbaaa.tmp Wed Nov 12 08:50:59 MET 2003 Wed Nov 12 08:51:20 MET 2003 iceauth source /tmp/kde-juser/ksmserverdfeaaa.tmp Wed Nov 12 08:51:20 MET 2003 Wed Nov 12 08:51:52 MET 2003 iceauth remove netid=local/murph:/tmp/.ICE-unix/dcop29002-1068623451 Wed Nov 12 08:51:52 MET 2003 --- snip --- The first two "iceauth" calls appeared after logging in, the third after selecting "log out" from the desktop's context menu. The last one after sending the ksmserver process (running w/o krwapper) a SIGTERM twice (after the first signal nothing seemed to have happened).