mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6634] zoom: program does not start (nvidia) #3317
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#3317
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 @WPettersson on GitHub (Jan 27, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6634
Description
Zoom won't launch under firejail with Nvidia drivers, but launches fine without firejail. Zoom output suggests issues with OpenGL initialisation but I could be wrong.
Steps to Reproduce
Steps to reproduce the behavior
firejail --noprofile /opt/zoom/ZoomLauncherorfirejail --profile=/etc/firejail/zoom.profile /opt/zoom/ZoomLauncher.Expected behavior
Zoom launches
Actual behavior
A zoom window briefly appears, then disappears.
Behavior without a profile
Even with "--noprofile" the zoom window only briefly appears and then disappears.
Additional context
The last lines from the logs from zoom when run within firejail are:
If I run zoom without firejail, instead I see
The log file does continue past these
qt.scenegraphlines, the next one lists GL_EXTENSIONS and is a very long line so I just trimmed it here. This feels like somehow zoom within firejail cannot quite access OpenGL things but I could be wrong. It could be related to #6175 since the errors are almost identical, except that in that issue, the application in question (linphone) starts if the users uses--noprofilebut the same is not true for Zoom.Environment
~amd64which roughly translates as "testing", as are all Zoom versions)Compile time support:
- always force nonewprivs support is disabled
- AppArmor support is disabled
- AppImage support is enabled
- chroot support is enabled
- D-BUS proxy support is enabled
- file transfer support is enabled
- firetunnel support is disabled
- IDS support is disabled
- networking support is enabled
- output logging is enabled
- overlayfs support is disabled
- private-home support is enabled
- private-cache and tmpfs as user enabled
- SELinux support is disabled
- user namespace support is enabled
- X11 sandboxing support is enabled
Checklist
/usr/bin/vlc) "fixes" it).https://github.com/netblue30/firejail/issues/1139)browser-allow-drm yes/browser-disable-u2f noinfirejail.configto allow DRM/U2F in browsers.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages)Log
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/program@kmk3 commented on GitHub (Jan 28, 2025):
Might be a duplicate of:
Does it work with firejail-git?
@WPettersson commented on GitHub (Jan 28, 2025):
Can confirm that the fix in #6372 works for me, as does the default zoom profile with firejail-git. Thanks :)