> You need to separate the argument from the actual command like so:
>
> static const char *volinccmd[] = {"/home/olek/.bin/pavolume", "increase",
> NULL};
>
> Otherwise it would try to exec a script named "pavolume increase" in the
> folder "/home/olek/.bin" without any arguments.Mea culpa :) Thank you all it works now!! -- Alexander Tanyukevich [email protected]
