SUMMARY I wish I could right-click a process in the System Monitor process viewer and be able to change its priority and (optionally?) its process group. This is for when I set off a long-running CPU-intensive process but forget to prefix it with 'nice 19'. I currently do it by looking up its PID and issuing 'renice 19 -g <PID>'
*** This bug has been marked as a duplicate of bug 457237 ***