You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not running Firefox inside firejail. But I want to be able to click on links in other programs that are running inside a firejail jail. However it does not work. Just starting a shell in a jail with the default profile can reproduce the issue:
$ firejail
$ xdg-open https://example.com
Gives me an error dialogue saying:
Your Firefox profile cannot be loaded. It may be missing or inaccessible.
With --noprofilexdg-open does work. I'm pretty sure it's the blocked access to ~/.mozilla that is the problem here. Is there maybe a way to make xdg-open work without letting the jail access my firefox config folder? Even if this is unfixable the issue can be something people find when they try to search online for this problem.
Environment
Fedora 33 Workstation
Firejail 0.9.64
The text was updated successfully, but these errors were encountered:
I'm not running Firefox inside firejail. But I want to be able to click on links in other programs that are running inside a firejail jail. However it does not work. Just starting a shell in a jail with the default profile can reproduce the issue:
Gives me an error dialogue saying:
With
--noprofile
xdg-open
does work. I'm pretty sure it's the blocked access to~/.mozilla
that is the problem here. Is there maybe a way to makexdg-open
work without letting the jail access my firefox config folder? Even if this is unfixable the issue can be something people find when they try to search online for this problem.Environment
The text was updated successfully, but these errors were encountered: