Increased sleep time after drun launch for better dbus launching

This commit is contained in:
Scoopta 2020-11-02 18:14:27 -08:00
parent acb335d01b
commit 9d57b9cc5f

View File

@ -408,7 +408,7 @@ void wofi_drun_exec(const gchar* cmd) {
fprintf(stderr, "%s cannot be executed\n", cmd);
exit(1);
}
utils_sleep_millis(100);
utils_sleep_millis(200);
exit(0);
}