mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #2008] Launching a x11=xephyr Firejail instance to a full monitor instead of a window #1351
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#1351
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 @Futureknows on GitHub (Jun 21, 2018).
Original GitHub issue: https://github.com/netblue30/firejail/issues/2008
Using the following Xephyr command we can launch a Xephyr instance to a full screen of a monitor (DP-4) rather than to a windowed xephyr instance.
Xephyr :1 -output DP-4Is it possible to pass these parameters to a x11=Xephyr firejail so that the output will be a full monitor? I tried adding the
:1 -output DP-4to the# Xephyr command extra parameterssection of firejail.config but it didn't pass the parameters.@netblue30 commented on GitHub (Jun 22, 2018):
I put a fix in git to display the parameters passed to Xephyr at startup. It is passing xephyr-extra-params, however it complains about DP-4:
@Futureknows commented on GitHub (Jul 3, 2018):
Is it possible to pass Xephyr parameters (such as the resolution and screen) directly from the Firejail command line, overriding the firejail.config?
@chiraag-nataraj commented on GitHub (Aug 21, 2018):
@Futureknows You can pass the resolution (
--xephyr-screen), but I don't think anything else can be passed through the command line.@rusty-snake commented on GitHub (Jun 26, 2019):
Should we implement this?
@jonleivent commented on GitHub (Jan 29, 2020):
I added my + to the request to be able to pass Xephyr parameters directly from the Firejail command line or profile. Others are very useful: -title, -resizeable, -no-host-grab, etc. I would like to start multiple Xephyr'ed firejails each with a different title, and can't do that now easily (I need to wrap launch of the jail in a script, determine the window it creates, and run xdotool).
@Futureknows commented on GitHub (Jan 31, 2020):
A better solution then Xephyr might be functioning x11 security extensions. I never have been able to get x11 security extensions working under Fedora, but some report that they work under Debian.
The problem is discussed at https://github.com/netblue30/firejail/issues/1197
Has anyone had success with xorg security extensions working with firejails?