mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1016] firejail --x11=xpra doesn't attach with firefox #692
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#692
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 @l29ah on GitHub (Dec 31, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1016
Works after attaching manually with
xpra attach.@valoq commented on GitHub (Dec 31, 2016):
What distribution are you using?
Try installing ffmpeg, as there is an error about missing it.
@l29ah commented on GitHub (Jan 1, 2017):
Gentoo.
It works for other programs despite the ffmpeg whining.
@valoq commented on GitHub (Jan 1, 2017):
Did you try again with ffmpeg installed?
@l29ah commented on GitHub (Jan 2, 2017):
I don't really know how as i have ffmpeg installed already.
@netblue30 commented on GitHub (Jan 3, 2017):
Try the version in git. A few weeks ago a similar bug was fixed, I had to put in a 1 second delay after starting xpra server just before we attempt to attach.
@l29ah commented on GitHub (Jan 4, 2017):
https://xpra.org/trac/ticket/1389#comment:5 :/
@netblue30 commented on GitHub (Jan 5, 2017):
I'll make the delay configurable, the 10 sec delay they suggest would be overkill.
@l29ah commented on GitHub (Jan 5, 2017):
They suggest to touch a flag.
@netblue30 commented on GitHub (Jan 5, 2017):
found it, thanks.
@chiraag-nataraj commented on GitHub (Jul 26, 2017):
I'm actually having the same problem now, after upgrading xpra. Is there a configurable delay that I can mess with (maybe in
firejail.config)? I've gotten around it for now by setting up a shell script that waits forxpra startto finish before runningxpra attach.@chiraag-nataraj commented on GitHub (Jul 22, 2018):
For newer versions, you can set
xpra-attach yesinfirejail.config, which should use the--attachparameter toxpra.