Increased sleep time after drun launch for better dbus launching
This commit is contained in:
parent
acb335d01b
commit
9d57b9cc5f
@ -408,7 +408,7 @@ void wofi_drun_exec(const gchar* cmd) {
|
|||||||
fprintf(stderr, "%s cannot be executed\n", cmd);
|
fprintf(stderr, "%s cannot be executed\n", cmd);
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
utils_sleep_millis(100);
|
utils_sleep_millis(200);
|
||||||
exit(0);
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user