mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #6684] firedragon: program does not start #3335
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#3335
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 @tetoNidan on GitHub (Mar 16, 2025).
Original GitHub issue: https://github.com/netblue30/firejail/issues/6684
Description
Firedragon does not start under firejail
Steps to Reproduce
Steps to reproduce the behavior
LC_ALL=C firejail /usr/bin/firedragon(LC_ALL=Cto get a consistentoutput in English that can be understood by everybody)
Expected behavior
A web browser to start.
Actual behavior
I get a popup saying something about not finding profile. The terminal output is below.
Behavior without a profile
What changed calling
LC_ALL=C firejail --noprofile /path/to/programin aterminal?
Everything works without a
profile. Starting withfirejail --noprofileandusr/bin/firedragonresult in a fully functional web browser.Additional context
I copied the
/etc/firejail/firedragon.profileto~/.config/firejail/firedragon.profileand edited the suggested forArchusers. Both commented out and uncommented doesnt seem to have a difference.Environment
uname -srm):Linux 6.13.6-arch1-1-surface x86_64Arch: Garudamesa 1:24.3.3-2"):
FireDragon FireDragon 11.24.0-1firejail --version):firejail version 0.9.72was compiled (
git rev-parse HEAD): Not development version. Installed from ArchextraChecklist
/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.: Not sure whatu2fis and I dont want to allowDRM.--profile=PROFILENAMEto set the right profile. (Only relevant for AppImages): Not appimageLog
Output of
LC_ALL=C firejail /path/to/programOutput of
LC_ALL=C firejail --debug /path/to/programhttps://gist.github.com/tetoNidan/0def4e0bdea0cd329d652db0a8bc3b50
Amended: Here is my firedragon.profile
@kmk3 commented on GitHub (Mar 23, 2025):
Does it work with firejail-git?
@tetoNidan commented on GitHub (Mar 23, 2025):
Just tried with building firejsil-git from source, Same error in the console. I didn't know that you could copy the GUI popup error notification box. Here is the Error displayed in the GUI
Your FireDragon profile cannot be loaded. It may be missing or inaccessible.Would you like a new copy of the --debug terminal output? I don't think anything has changed. The standard terminal output is below.
Thought I should mention, thanks for your teams work BTW! It is much appreciated.
Edit: Noticed that the
more infotag was added. How can I help?