mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6774] zeal: program does not start #3367
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#3367
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 @marek22k on GitHub (Jun 10, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6774
Description
Zeal, an offline document reader, does not work.
Steps to Reproduce
LC_ALL=C firejail /usr/bin/zealExpected behavior
Zeal start.
Actual behavior
Zeal doesn't start / is "hanging" in the console:
Behavior without a profile
Zeal starts:
Environment
uname -srm):Linux 6.14.9-hardened1-1-hardened x86_64Arch Linuxmesa 1:24.3.3-2"):
firejail --version):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/program(No GUI opens)
Output of
LC_ALL=C firejail --debug /path/to/programdebug.txt
@kmk3 commented on GitHub (Jun 10, 2025):
Does it work with the following in ~/.config/firejail/zeal.local?
If so, which lines are needed?
If not, you can try commenting lines in the profile until it works to find
which ones are causing issues.
@marek22k commented on GitHub (Jun 10, 2025):
results in another error message:
Works with the following:
So commenting out
no3d,seccomp,seccomp.block-secondaryandprivate-etc @tls-ca,@x11,host.conf,mime.types,rpc,services.@rusty-snake commented on GitHub (Jun 11, 2025):
Can you try to change
seccomptoseccomp !chroot(rest remains commented).@marek22k commented on GitHub (Jun 11, 2025):
My original bug report was apparently not quite complete. zeal sometimes crashes, independent of
seccomp:Zeal also starts with
seccompandseccomp !chrootand withseccompcommented out sometimes (in most cases) and sometimes not.When I tried to start zeal with various things commented out, it must have been one of the non-started cases.
@kmk3 commented on GitHub (Jun 11, 2025):
What is the content of foo.profile with the following?
@marek22k commented on GitHub (Jun 12, 2025):
Zeal doesn't start.
@kmk3 commented on GitHub (Jun 12, 2025):
Any idea why it tries to access ~/.config/chromium?
Does it use electron or something similar?
Edit: I see now that it uses Qt WebEngine.
What is the content of trace.txt with the following?
@marek22k commented on GitHub (Jun 12, 2025):
A built-in web browser is used to view the documentation. (Zeal starts a server on localhost and this browser then opens the corresponding page there).
Decommented with all again:
(it hangs, I press Ctrl+C)
trace.txt