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
When I do:
in executable: firejail
and in parameters: --private=/home/user/jail/ --profile=/home/user/jail/.config/firejail/firefox.local /usr/lib/firefox/firefox
it says it cannot open profile.
Edition:
The solution was to run rssguard with noprofile argument (or customise profile for rssguard).
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I run RSS Guard in firejail:
How to properly configure RSS Guard option: open in external browser in the same jail?
I run:
firejail --private=/home/user/jail/ --profile=/home/jail/.config/firejail/firefox.local /usr/lib/firefox/firefox```
parameters:
and it can't open firefox.
When I do:
in executable:
firejail
and in parameters:
--private=/home/user/jail/ --profile=/home/user/jail/.config/firejail/firefox.local /usr/lib/firefox/firefox
it says it cannot open profile.
Edition:
The solution was to run rssguard with noprofile argument (or customise profile for rssguard).
firejail --seccomp --noprofile --private=/home/user/jail/ rssguard
After that in rssguard options:
program:
firejail
arguments:
--private=/home/user/jail/ --profile=/home/jail/.config/firejail/firefox.local /usr/lib/firefox/firefox %1
Beta Was this translation helpful? Give feedback.
All reactions