Skip to content

compositor/main: Extract split/retrieve args

Marius Vlad requested to merge mvlad/weston:wip/mvlad/fetch-args into main

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

Merge request reports