Version: (using KDE 4.1.1) Firstly, button with caption "kill process" must send SIGKILL, not useless SIGTERM. This is important Linux feature: if user said "kill" it means "kill now, immediately!" Secondly, sometimes is useful ability to quickly stop execution of program and resume later (flash movies/cartoons without pause, etc). I talk about interface to SIGSTOP/SIGCONT. These signals works fine with many applications. I think this is a good idea to add one more button to krunner. Sorry my ugly English.
SVN commit 1082241 by johnflux: Rename Kill Process to End Process BUG:172273 BUG:192232 M +1 -1 ProcessWidgetUI.ui M +7 -7 ksysguardprocesslist.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1082241