mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #676] Closing Xephyr window when exiting? #464
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#464
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 @vn971 on GitHub (Aug 1, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/676
Should firejail close its Xephyr window when exiting? The current version of firejail does NOT close the window (for me).
Behavior in question:
firejail --noprofile --x11=xephyr xtermexit)/tmp/.X11-unixanymore.@manevich commented on GitHub (Aug 1, 2016):
-terminateoption ofXephyrsolves this problem.But, for some reason
-noreset(opposite of it) was added by default.Here is quick fix.
I don't see negative consequences of this patch.
Please check it, and I will send pull request to upstream.
@vn971 commented on GitHub (Aug 1, 2016):
BTW, since we already raised a question on Xephyr parameters. May it make sense to add a possibility to override firejail Xephyr parameters? Like
xephyr-params-override -fullscreen -terminateinfirejail.config.@manevich commented on GitHub (Aug 1, 2016):
We can just change order of arguments to make
xephyr-extra-paramsbe last arg before display number, and they will override hardcoded. See531c3401e4.@netblue30 commented on GitHub (Aug 2, 2016):
all merged in, thanks.