mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #5008] akregator: program does not start #2853
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#2853
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 @freedom4JA on GitHub (Mar 4, 2022).
Original GitHub issue: https://github.com/netblue30/firejail/issues/5008
Way to reproduce:
Downloading akregator but after firecfg the preset profile doesn't work with Linux Mint.
After reboot it still doesn't want to open.
I couldn't find a remedy so I'm glad to know if someone knows a workaround.
Edit by @kmk3: Fix formatting.
@smitsohu commented on GitHub (Mar 4, 2022):
The first thing to try is always Firejail's
--noprofileoption:firejail --noprofile akregator. Does that work?If yes, how about
firejail --ignore=whitelist akregator?@freedom4JA commented on GitHub (Mar 4, 2022):
With --noprofile it works, but I was hoping that I can use the profile for it.
Unfortunately --ignore=whitelist didn't seemed to work for me.
So is there an attribute which I have to ignore so that it would work also on my system?
So I can try it myself with things I find in /etc/firejail/akregator.profile ?
like --ignore=include disable-common.inc, ignore=caps.drop all ..... till it's starting and I could allocate the problem?
@rusty-snake commented on GitHub (Mar 4, 2022):
You can comment command. Just copy
/etc/firejail/akregator.profileto~/.config/firejail/akregator.profileand start commenting/uncommenting lines (and don't forget to save it before testing).@rusty-snake commented on GitHub (Mar 4, 2022):
Maybe try to
ignore no3d?@rusty-snake commented on GitHub (Jun 8, 2022):
I'm closing here due to inactivity, please fell free to request to reopen if you still have this issue.