xwayland: Make failing to exec a fatal error
This commit is contained in:
parent
c4c0b5f0ab
commit
2a7d12ba14
@ -398,8 +398,7 @@ meta_xwayland_start (MetaXWaylandManager *manager,
|
|||||||
"-nolisten", "all",
|
"-nolisten", "all",
|
||||||
NULL) < 0)
|
NULL) < 0)
|
||||||
{
|
{
|
||||||
g_warning ("Failed to spawn XWayland: %m");
|
g_error ("Failed to spawn XWayland: %m");
|
||||||
exit (EXIT_FAILURE);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else if (manager->pid == -1)
|
else if (manager->pid == -1)
|
||||||
|
Loading…
Reference in New Issue
Block a user