[GH-ISSUE #7056] firefox: cannot find existing firefox profiles #3469

Closed
opened 2026-05-05 10:01:02 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @Nokia808 on GitHub (Feb 7, 2026).
Original GitHub issue: https://github.com/netblue30/firejail/issues/7056

Hello !

I has multiple profiles for my firefox browser. I like to run my firefox sandbox by firejail, but like to do this with a specific already created profile. For that I was using the following command:

$ firejail firefox -P foo

where foo is name of the selected firefox profile. But, now this not working & instead firefox open on it's profile manager UI which being EMPTY without any profile !!

To be ohnest, I did not run my firefox using this command since long time .... Is there something changed or it is a bug ?

I'm on Fedora 43 X 64 bit XFCE edition. My firejail version is 0.9.78

Regards.

Originally created by @Nokia808 on GitHub (Feb 7, 2026). Original GitHub issue: https://github.com/netblue30/firejail/issues/7056 Hello ! I has multiple profiles for my firefox browser. I like to run my firefox sandbox by firejail, but like to do this with a specific already created profile. For that I was using the following command: $ firejail firefox -P foo where foo is name of the selected firefox profile. But, now this not working & instead firefox open on it's profile manager UI which being EMPTY without any profile !! To be ohnest, I did not run my firefox using this command since long time .... Is there something changed or it is a bug ? I'm on Fedora 43 X 64 bit XFCE edition. My firejail version is 0.9.78 Regards.
gitea-mirror 2026-05-05 10:01:02 -06:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@kmk3 commented on GitHub (Feb 10, 2026):

Basic debugging information is missing; please follow the bug report template:

<!-- gh-comment-id:3879594422 --> @kmk3 commented on GitHub (Feb 10, 2026): Basic debugging information is missing; please follow the bug report template: * <https://github.com/netblue30/firejail/issues/new?template=bug_report.md>
Author
Owner

@kmk3 commented on GitHub (Feb 10, 2026):

Possibly related:

<!-- gh-comment-id:3879601107 --> @kmk3 commented on GitHub (Feb 10, 2026): Possibly related: * #7040
Author
Owner

@kmk3 commented on GitHub (Feb 15, 2026):

Should be fixed in:

Do all of the following directories exist?

  • ~/.cache/mozilla
  • ~/.config/mozilla
  • ~/.mozilla

Does it work with the following lines in ~/.config/firejail/firefox.local?

ignore read-only ${HOME}/.config/mozilla/firefox/profiles.ini
noblacklist ${HOME}/.config/mozilla
mkdir ${HOME}/.config/mozilla
whitelist ${HOME}/.config/mozilla
<!-- gh-comment-id:3903332644 --> @kmk3 commented on GitHub (Feb 15, 2026): Should be fixed in: * #7061 Do all of the following directories exist? * ~/.cache/mozilla * ~/.config/mozilla * ~/.mozilla Does it work with the following lines in ~/.config/firejail/firefox.local? ``` ignore read-only ${HOME}/.config/mozilla/firefox/profiles.ini noblacklist ${HOME}/.config/mozilla mkdir ${HOME}/.config/mozilla whitelist ${HOME}/.config/mozilla ```
Author
Owner

@kmk3 commented on GitHub (Feb 23, 2026):

Closing as fixed by:

<!-- gh-comment-id:3944851258 --> @kmk3 commented on GitHub (Feb 23, 2026): Closing as fixed by: * #7061
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#3469
No description provided.