[GH-ISSUE #1038] Profiles: QuiteRSS is unable to start browser #703

Closed
opened 2026-05-05 06:28:53 -06:00 by gitea-mirror · 6 comments
Owner

Originally created by @genodeftest on GitHub (Jan 10, 2017).
Original GitHub issue: https://github.com/netblue30/firejail/issues/1038

Steps to reproduce:

  1. install firejail 0.9.45 from git master
  2. run firecfg as root to create symlinks in /usr/local/bin, including the one for quiterss
  3. run quiterss
  4. in QuiteRSS, try to open any URL in your browser

What happens:
URL doesn't open

What should happen:
URL should open in browser. Works fine if you run /usr/bin/quiterss instead of /usr/local/bin/quiterss.

You might have to run unset SESSION_MANAGER to get quiterss running at all, but that is a different bug.

Originally created by @genodeftest on GitHub (Jan 10, 2017). Original GitHub issue: https://github.com/netblue30/firejail/issues/1038 Steps to reproduce: 1. install firejail 0.9.45 from git master 2. run firecfg as root to create symlinks in `/usr/local/bin`, including the one for quiterss 3. run quiterss 4. in QuiteRSS, try to open any URL in your browser What happens: URL doesn't open What should happen: URL should open in browser. Works fine if you run `/usr/bin/quiterss` instead of `/usr/local/bin/quiterss`. You might have to run `unset SESSION_MANAGER` to get quiterss running at all, but that is a [different bug](https://bugzilla.redhat.com/show_bug.cgi?id=1411492).
Author
Owner

@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.profile in ~/.config/firejail with the following entries:

ignore private-bin
include /etc/firejail/quiterss.profile
<!-- gh-comment-id:271643509 --> @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.profile` in ~/.config/firejail with the following entries: ``` ignore private-bin include /etc/firejail/quiterss.profile ```
Author
Owner

@genodeftest commented on GitHub (Jan 12, 2017):

Thanks @curiosity-seeker , your workaround works for me ;)

<!-- gh-comment-id:272247297 --> @genodeftest commented on GitHub (Jan 12, 2017): Thanks @curiosity-seeker , your workaround works for me ;)
Author
Owner

@chiraag-nataraj commented on GitHub (Feb 5, 2017):

Another fix might be blacklisting /usr/local/bin so that it's forced to run /usr/bin/quiterss?

<!-- gh-comment-id:277535854 --> @chiraag-nataraj commented on GitHub (Feb 5, 2017): Another fix might be blacklisting `/usr/local/bin` so that it's forced to run `/usr/bin/quiterss`?
Author
Owner

@gasull commented on GitHub (Jan 5, 2019):

Why was this closed if it is still an issue? Why not removing private-bin quiterss from the profile?

<!-- gh-comment-id:451636245 --> @gasull commented on GitHub (Jan 5, 2019): Why was this closed if it is still an issue? Why not removing [`private-bin quiterss` from the profile](https://github.com/netblue30/firejail/blob/master/etc/quiterss.profile#L48)?
Author
Owner

@SkewedZeppelin commented on GitHub (Jan 5, 2019):

@gasull see https://github.com/netblue30/firejail/issues/1718#issuecomment-406819438

<!-- gh-comment-id:451692522 --> @SkewedZeppelin commented on GitHub (Jan 5, 2019): @gasull see https://github.com/netblue30/firejail/issues/1718#issuecomment-406819438
Author
Owner

@gasull commented on GitHub (Nov 15, 2021):

A more recent solution.

<!-- gh-comment-id:968583994 --> @gasull commented on GitHub (Nov 15, 2021): A [more recent solution](https://github.com/netblue30/firejail/issues/3308#issuecomment-968583131).
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github-starred/firejail#703
No description provided.