launcher: make launcher context seat aware

This commit is contained in:
Ronan Pigott 2022-11-30 11:54:15 -07:00
parent 842609da64
commit dbc1eec850
3 changed files with 68 additions and 21 deletions

View file

@ -63,7 +63,7 @@ struct cmd_results *cmd_exec_process(int argc, char **argv) {
}
pid_t pid, child;
struct launcher_ctx *ctx = launcher_ctx_create();
struct launcher_ctx *ctx = launcher_ctx_create_internal();
// Fork process
if ((pid = fork()) == 0) {
// Fork child process again