On Wed, 2003-03-12 at 13:08, Justin Haaheim wrote:
> The probelm is that /sbin/reboot or /sbin/halt doesn't let kde do all of 
> its loggin out properly.

Using script, lets call it "killitall", that contains:
#!/bin/bash
kdeinit_shutdown
/sbin/reboot

Couldn't you:
$su -
#nohup killitall

nohup will not stop executing when your kde session ends, so the next
line of the script would still be executed.  And depending on your
security you might not need to be root either.

Is this what your looking for?
-- 
Chris Frederick <cdf123 at cdf123.com>

_______________________________________________
Twin Cities Linux Users Group Mailing List - Minneapolis/St. Paul, Minnesota
http://www.mn-linux.org tclug-list at mn-linux.org
https://mailman.real-time.com/mailman/listinfo/tclug-list