From a08d989d09ef1d39a4e5fa41a06f8008fe06315c Mon Sep 17 00:00:00 2001 From: Aleksey Manevich Date: Tue, 6 Sep 2016 20:06:21 +0300 Subject: xpra fix --- src/firejail/x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/x11.c b/src/firejail/x11.c index 9a59b873b..5c6f045e7 100644 --- a/src/firejail/x11.c +++ b/src/firejail/x11.c @@ -436,7 +436,7 @@ void x11_start_xpra(int argc, char **argv) { } // build attach command - char *attach_argv[] = { "xpra", "--title=\"firejail x11 sandbox\"", "attach", display_str }; + char *attach_argv[] = { "xpra", "--title=\"firejail x11 sandbox\"", "attach", display_str, NULL }; // run attach command client = fork(); -- cgit v1.2.3-54-g00ecf