Bug 1447 - add kill/delete to procpop right click process menu
Summary: add kill/delete to procpop right click process menu
Status: ASSIGNED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P3 enhancement
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on: 1612 1613
Blocks: 1632
  Show dependency treegraph
 
Reported: 2005-10-09 14:37 UTC by Andrew Cagney
Modified: 2008-01-09 13:28 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2005-10-09 14:37:06 UTC
Every time I start procpop I discover a stray process, my instinct is to use
right click on the process to delete it.
Comment 1 Phil Muldoon 2005-10-11 16:19:30 UTC
We could do this. The question we have to answer is, do we want to the gui to do
the kill system call, or have an api exposed into the core to do it? I prefer
the latter as it offloads all state/process operations of to the core (as it is
now), and leaves the gui free of those. However, the former is also an option.
Comment 2 Phil Muldoon 2006-02-21 20:37:40 UTC
Changing to enchancement and downgrading priority
Comment 3 Phil Muldoon 2006-11-28 15:39:32 UTC
Is there a core based api available for this?