From 7ac0980b5298414ccb2d8772f2d82784edcc47dd Mon Sep 17 00:00:00 2001 From: netblue30 Date: Sun, 10 Apr 2016 09:40:03 -0400 Subject: xpra window title --- src/firejail/x11.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/firejail/x11.c b/src/firejail/x11.c index d6bb605d2..5fb6845aa 100644 --- a/src/firejail/x11.c +++ b/src/firejail/x11.c @@ -332,7 +332,7 @@ void x11_start_xpra(int argc, char **argv) { // build the attach command char *cmd2; - if (asprintf(&cmd2, "xpra attach :%d", display) == -1) + if (asprintf(&cmd2, "xpra --title=\"firejail x11 sandbox\" attach :%d", display) == -1) errExit("asprintf"); if (arg_debug) printf("xpra client: %s\n", cmd2); -- cgit v1.2.3-54-g00ecf