mirror of
https://github.com/labwc/labwc.git
synced 2026-04-17 06:46:28 -04:00
add permissions to actions
This commit is contained in:
parent
589ea47920
commit
bed325a7ff
6 changed files with 28 additions and 7 deletions
|
|
@ -153,7 +153,7 @@ idle_callback(void *data)
|
|||
|
||||
session_autostart_init();
|
||||
if (ctx->startup_cmd) {
|
||||
spawn_async_no_shell(ctx->startup_cmd);
|
||||
spawn_async_no_shell(ctx->startup_cmd, -1);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue