mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6800] librewolf: cannot open flatpak Zoom via gio #3378
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#3378
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 @kmk3 on GitHub (Jul 6, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6800
Discussed in https://github.com/netblue30/firejail/discussions/6799
Originally posted by algor512 July 6, 2025
I run LibreWolf in Firejail using the following command:
firejail --whitelist=$XDG_RUNTIME_DIR --appimage librewolf.AppImagewith this profile:However, I cannot open links like zoommtg://; Zoom fails to start, probably because it is being blocked by Firejail:
(I use flatpak version of Zoom)
Is there any way to fix this?
@kmk3 commented on GitHub (Jul 6, 2025):
Basic debugging information is missing; please follow the bug report template:
@kmk3 commented on GitHub (Jul 6, 2025):
Note that firejail does not support running flatpak programs.
I don't know how
giotries to execute zoom, but it may work if librewolf cancall zoom via dbus.
You can use something like
busctl --userord-feetto check if zoom has adbus command to open it then post it in here.
@algor512 commented on GitHub (Jul 6, 2025):
I use Void Linux (Linux 6.12.35_1 x86_64, glibc), firejail:
@algor512 commented on GitHub (Jul 7, 2025):
It seems that it doesn't have, unfortunately.
However, I think I got an answer to my question: I could create a wrapper that opens Zoom on command in dbus. Thank you!