Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firefox cannot open mailto links #2795

Closed
alexandre1985 opened this issue Jun 25, 2019 · 12 comments
Closed

Firefox cannot open mailto links #2795

alexandre1985 opened this issue Jun 25, 2019 · 12 comments
Labels
information_old (Deprecated; use "doc-todo" or "needinfo" instead) Information was/is required

Comments

@alexandre1985
Copy link

My Firefox cannot open mailto: links to my Evolution email client.
Help?

@rusty-snake
Copy link
Collaborator

rusty-snake commented Jun 26, 2019

Try:

cat >> ${HOME}/.config/firejail/firefox.local << EOF
noblacklist /var/mail
noblacklist /var/spool/mail
noblacklist ${HOME}/.bogofilter
noblacklist ${HOME}/.cache/evolution
noblacklist ${HOME}/.config/evolution
noblacklist ${HOME}/.gnupg
noblacklist ${HOME}/.local/share/evolution

whitelist /var/mail
whitelist /var/spool/mail
whitelist ${HOME}/.bogofilter
whitelist ${HOME}/.cache/evolution
whitelist ${HOME}/.config/evolution
whitelist ${HOME}/.gnupg
whitelist ${HOME}/.local/share/evolution
EOF

@rusty-snake rusty-snake added the information_old (Deprecated; use "doc-todo" or "needinfo" instead) Information was/is required label Jun 26, 2019
@SkewedZeppelin
Copy link
Collaborator

or #1718 (comment)

@alexandre1985
Copy link
Author

I test it, and it isn't working still... @rusty-snake

@SkewedZeppelin
Copy link
Collaborator

@alexandre1985 can you fix the typo on the last line and try again?

@alexandre1985
Copy link
Author

Yes, I didn't write the typo on my firefox.local @SkewedZeppelin

@alexandre1985
Copy link
Author

alexandre1985 commented Jun 26, 2019

If you give me the commands to create a firejail config file and test opening firefox and clicking on a mailto: link , I can do that on my system. To see if that makes mailto: links work.

I don't know if you are understanding what I mean

@rusty-snake
Copy link
Collaborator

What is the terminal output?

Have you setup your FF to open in evolution by default or to ask?

@alexandre1985
Copy link
Author

(evolution:312): dconf-WARNING **: 08:14:14.690: failed to commit changes to dconf: impossível ligar: Permission denied

@rusty-snake
Copy link
Collaborator

Try to add ignore nodbus and ignore apparmor to the firefox.local above.

@alexandre1985
Copy link
Author

Try to add ignore nodbus and ignore apparmor to the firefox.local above.

It works now @rusty-snake.
😉

@rusty-snake
Copy link
Collaborator

greate, if you want, you can try to findout if it works with only one ignore (is more secure).

@alexandre1985
Copy link
Author

alexandre1985 commented Jun 26, 2019

I only need ignore nodbus.
Thank you @rusty-snake 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
information_old (Deprecated; use "doc-todo" or "needinfo" instead) Information was/is required
Projects
None yet
Development

No branches or pull requests

3 participants