mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1350] Don't overwrite window title when attaching to xpra display #929
Labels
No labels
LTS merge
LTS merge
bug
bug
converted-to-discussion
doc-todo
documentation
duplicate
enhancement
file-transfer
firecfg
firejail-in-firejail
firetools
graphics
help wanted
information_old
installation
invalid
modif
moved
needinfo
networking
notabug
notourbug
old-version
overlayfs
packaging
profile-request
pull-request
question
question_old
removal
runtime-permissions
sandbox-ipc
security
stale
wiki
wiki
wontfix
wordpress
workaround
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github-starred/firejail#929
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @cryzed on GitHub (Jun 26, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1350
Currently when firejail attaches to the created xpra display it overwrites the window title with
"firejail x11 sandbox". I realize that it's important for users to know if the window is X11 sandboxed or not, but using a xpra string-template that preserves the window title would be much nicer (e.g.@title@ (Firejail X11 Sandbox)), or alternatively, not messing with the window title at all and let users customize this option either in/etc/xpra/xpra.confor usingxpra-extra-paramsin/etc/firejail/firejail.config. At the moment any custom setting is simply overriden, resulting in basically useless window titles.@netblue30 commented on GitHub (Jun 27, 2017):
I'll put something in to fix it. We already have this feature for Xephyr in /etc/firejail/firejail.config
@rusty-snake commented on GitHub (Aug 4, 2021):
Backlink #3331