View Single Post
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#7
Originally Posted by tuminoid View Post
Actually its not systemui that kills the task (its run as user, it doesn't have privileges to do it), but window manager. Why it takes so long to kill something (and some cases fail) is it plays ping-pong with target app with WM_PINGs and only non responding apps get booted.
Systemui sends a _NET_CLOSE_WINDOW request to the toplevel window.

Although you do raise a good point about being root... Maybe I should make top_killa setuid...

Last edited by qwerty12; 2009-12-20 at 17:16.