mirror of
https://github.com/netblue30/firejail.git
synced 2026-05-15 14:16:14 -06:00
[GH-ISSUE #1038] Profiles: QuiteRSS is unable to start browser #703
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#703
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 @genodeftest on GitHub (Jan 10, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1038
Steps to reproduce:
/usr/local/bin, including the one for quiterssWhat happens:
URL doesn't open
What should happen:
URL should open in browser. Works fine if you run
/usr/bin/quiterssinstead of/usr/local/bin/quiterss.You might have to run
unset SESSION_MANAGERto get quiterss running at all, but that is a different bug.@curiosity-seeker commented on GitHub (Jan 10, 2017):
Yes, you're right. The culprit is the private-bin line in the profile. I've tried to add other binaries from /usr/bin which could qualify - but so far to no avail. As a workaround I suggest that you create
quiterss.profilein ~/.config/firejail with the following entries:@genodeftest commented on GitHub (Jan 12, 2017):
Thanks @curiosity-seeker , your workaround works for me ;)
@chiraag-nataraj commented on GitHub (Feb 5, 2017):
Another fix might be blacklisting
/usr/local/binso that it's forced to run/usr/bin/quiterss?@gasull commented on GitHub (Jan 5, 2019):
Why was this closed if it is still an issue? Why not removing
private-bin quiterssfrom the profile?@SkewedZeppelin commented on GitHub (Jan 5, 2019):
@gasull see https://github.com/netblue30/firejail/issues/1718#issuecomment-406819438
@gasull commented on GitHub (Nov 15, 2021):
A more recent solution.