mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1331] Firefox crash #910
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#910
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 @qazip on GitHub (Jun 10, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1331
Hello,
Running firefox with firejail (firejail firefox) makes it crash:
Firejail version:
firejail version 0.9.46@netblue30 commented on GitHub (Jun 10, 2017):
Are you using Arch Linux?
This is a problem with newer versions of GTK3 library. We have a fix on mainline, or you can still use 0.9.46 and modify some of your profile files in /etc/firejail directory. As root user, open /etc/firejail/firefox.profile file in a text editor and comment out ipc-namespace line (add a #, like this:
3d828459a1).There are some other programs with the same problem. The fix is the same for all of them: comment out ipc-namespace in the profile file. I'll have a new release out shortly.
@qazip commented on GitHub (Jun 10, 2017):
No, I'm using Xubuntu 16.04. Commenting ipc-namespace fixed my issue. Waiting for the new release, thank you.