-
Notifications
You must be signed in to change notification settings - Fork 567
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
add element-desktop redirect profile #3517
Conversation
How are you escaping the "(...)" in pathname? |
Why escaping? |
Profile doesn't work in 0.9.62 was support included in 0.9.63? |
() is allowed since #3156. |
@kortewegdevries The name change was only introduced a few days ago, on July 15, so it's normal that you don't have this profile in 0.9.62. As @rusty-snake pointed out, there have been other changes that might explain why you can't run this in 0.9.62. Or are you testing with firejail from git and are experiencing issues? |
No thanks, it works under current git. I was building a profile myself and I wasn't able to figure out how special characters were included in pathname. |
I tried this with 0.9.62, and got: $ /usr/bin/firejail /opt/Element/element-desktop
Reading profile /etc/firejail/element-desktop.profile
Error: "/.config/Element (Riot)" is an invalid filename
$ sed -i 's,\${HOME},/home/eighthave,g' /etc/firejail/element-desktop.profile
$ /usr/bin/firejail /opt/Element/element-desktop
Reading profile /etc/firejail/element-desktop.profile
Error: "/home/eighthave/.config/Element (Riot)" is an invalid filename
$ This seems to be triggered by |
@eighthave this is not supported in 0.9.62. Read the comments above. |
Note that this folder: |
@kortewegdevries Thanks for the info. I'll check what's used on other OS'es and will drop it accordingly. If you want to get rid of it right now, you can always |
Cfr. #3517 (comment): element-desktop no longer uses ${HOME}/.config/Element (Riot).
This PR accomodates the name change from Riot to Element.