compositor/main: Extract split/retrieve args
The supplied path for exec'ing contains the executable and potential args supplied, so we need to use the function which splits out and pick-ups the arguments as well, otherwise we won't able to run any application that has arguments, as execve requires the first argument be just the binary itself.
Signed-off-by: Marius Vlad marius.vlad@collabora.com
Edited by Marius Vlad