mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #375] Arch Linux: firejail --x11 kills X server on exit #270
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#270
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 @fd0 on GitHub (Mar 22, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/375
Hi, thanks for writing firejail!
When using
--x11to start a separate X server for a program, exiting the program also kills the normal X server so my session is terminated. This seems to be a bug.I can reproduce this on Archlinux with firejail compiled from git (
r712.431d39d-1) andxpra-winswitchversion 0.16.2-1.Is there anything I can do to help solving this bug?
@netblue30 commented on GitHub (Mar 22, 2016):
So far I couldn't get it to run at all with xpa-winswitch on my Arch box. I'll try to look into it.
Something to keep in mind: never run xpra as root, it will mess things up big time. After running xpra as root and before you log out from your session, make sure ~/.Xauthority file is still owned by your user. Somehow xpra makes it owned by root, and next time when you start your computer you won't be able to login.
@fd0 commented on GitHub (Mar 22, 2016):
Is there a reason you chose Xpra over Xephyr? Thinking about it, Xephyr seems to be the more obvious choice...
@netblue30 commented on GitHub (Mar 22, 2016):
You can use Xephyr right now:
I am running it on display :22, and I disable display :0 sockets. A nice touch would be to also start a light window manager such as OpenBox on display :22 in order to be able to move and resize the window.
I'll look into bringing Xephyr support in, thanks for the idea.
@netblue30 commented on GitHub (Mar 26, 2016):
I added support for Xephyr (--x11=xephyr)