mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2026-02-04 04:06:09 -05:00
Merge branch 'no-xtest' into 'master'
xwayland: Start without XTEST extension. See merge request wlroots/wlroots!5234
This commit is contained in:
commit
fc239bd3a6
1 changed files with 2 additions and 0 deletions
|
|
@ -48,6 +48,8 @@ noreturn static void exec_xwayland(struct wlr_xwayland_server *server,
|
|||
argv[i++] = server->display_name;
|
||||
argv[i++] = "-rootless";
|
||||
argv[i++] = "-core";
|
||||
argv[i++] = "-extension";
|
||||
argv[i++] = "XTEST";
|
||||
|
||||
argv[i++] = "-terminate";
|
||||
#if HAVE_XWAYLAND_TERMINATE_DELAY
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue