[SHR-testing] where to get the 'nice' binary

Joachim Ott jo.omsl at googlemail.com
Fri Apr 10 11:45:56 CEST 2009


2009/4/8 Konstantin <Chaosspawn23 at gmx.net>:
> Hi there,
>
> I hope someone can help me with that. I'd love to raise the nice-value of apps I
> start (for example mplayer), but I can't find the nice binary on SHR testing.
> Any hints as to where to get it? In Ubuntu/Debian, it's in the package
> coreutils, if that helps, but I didn't find a similar package in the SHR
> repositories...

Start the mplayer thru a shellscript, like this:

#!/bin/sh

renice -20 $$
exec mplayer



More information about the support mailing list