Bug 172273 - buttons "kill" and "pause/resume"in system activity window
Summary: buttons "kill" and "pause/resume"in system activity window
Status: RESOLVED FIXED
Alias: None
Product: ksysguard
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: unspecified
Platform: unspecified Unspecified
: NOR wishlist
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-06 14:32 UTC by Osipov Oleg
Modified: 2010-01-30 08:39 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Osipov Oleg 2008-10-06 14:32:23 UTC
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.
Comment 1 John Tapsell 2010-01-30 08:39:19 UTC
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