aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLibravatar netblue30 <netblue30@yahoo.com>2016-04-10 09:40:03 -0400
committerLibravatar netblue30 <netblue30@yahoo.com>2016-04-10 09:40:03 -0400
commit7ac0980b5298414ccb2d8772f2d82784edcc47dd (patch)
treef7867d19180ea8ad47ad70ee211095ab215891d0 /src
parentnetworking fixes (diff)
downloadfirejail-7ac0980b5298414ccb2d8772f2d82784edcc47dd.tar.gz
firejail-7ac0980b5298414ccb2d8772f2d82784edcc47dd.tar.zst
firejail-7ac0980b5298414ccb2d8772f2d82784edcc47dd.zip
xpra window title
Diffstat (limited to 'src')
-rw-r--r--src/firejail/x11.c2
1 files changed, 1 insertions, 1 deletions
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) {
332 332
333 // build the attach command 333 // build the attach command
334 char *cmd2; 334 char *cmd2;
335 if (asprintf(&cmd2, "xpra attach :%d", display) == -1) 335 if (asprintf(&cmd2, "xpra --title=\"firejail x11 sandbox\" attach :%d", display) == -1)
336 errExit("asprintf"); 336 errExit("asprintf");
337 if (arg_debug) 337 if (arg_debug)
338 printf("xpra client: %s\n", cmd2); 338 printf("xpra client: %s\n", cmd2);