mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #996] Firefox and libGL problem #677
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#677
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 @curiosity-seeker on GitHub (Dec 22, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/996
I'm testing KDE Neon (based on Ubuntu 16.04) and ran into a strange problem:
Whenever I try to start Firefox (firejailed wit Firejail 09.44.2) for the first time it doesn't launch and I get the error:
Couldn't open libGL.so.1: libGL.so.1: Kann die Shared-Object-Datei nicht öffnen: Datei oder Verzeichnis nicht gefundenIf I start Firefox with
firejail --noprofile firefox... I'm getting the error:
... but Firefox launches without a problem.
Now comes the funny part of the story: If I start Firefox again normally sandboxed with Firejail it launches without any error messages! In other words: Only if I start Firefox with --noprofile first and then normally sandboxed thereafter it launches successfully.
How can this be? Any suggestion how to solve this?
@curiosity-seeker commented on GitHub (Dec 23, 2016):
I found the culprit (which also affected Gwenview): In my adjusted profiles I had uncommented the private-etc line. This had not caused any problems on Fedora 25 but obviously does on Ubuntu.
I'm still puzzled, though, why Firefox reproducibly starts with that option after a preceding start with the --noprofile switch. Very strange ...