mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #3428] Zoom does not work with zoom.profile; stuck at "connecting" #2155
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#2155
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 @educanorama on GitHub (May 22, 2020).
Original GitHub issue: https://github.com/netblue30/firejail/issues/3428
Zoom's Linux app will open with the standard profile in /etc/firejail, and will let me log in to zoom, but is thereafter non-functional. "Connecting ..." shows at the top of the app screen. I am unable to access or start the Zoom meetings I host. The Linux zoom app works fine if run outside of firejail.
Firejail --version: 0.9.62, installed from the openSUSE Tumbleweed repositories
openSUSE Tumbleweed 20200519
I have attached the output of firejail --debug zoom and the existing firejail zoom profile in /etc/firejail. I apologize if I have omitted anything. I rarely use github.
firejail_debug.txt
firejail.profile.txt
@ghost commented on GitHub (May 22, 2020):
Might be #3272, which is fixed in master but not in 0.9.62. You can try adding the below to a zoom.local override file:
@educanorama commented on GitHub (May 22, 2020):
Fixed! I created the zoom.local file in ~/.config/firejail, tried again. Problem solved. Thank you!!!