[GH-ISSUE #271] Allow Spaces in Directory Paths #189

Closed
opened 2026-05-05 05:16:48 -06:00 by gitea-mirror · 4 comments
Owner

Originally created by @ilikenwf on GitHub (Jan 29, 2016).
Original GitHub issue: https://github.com/netblue30/firejail/issues/271

I have already tried escaping , as well as encapsulating with both single and double quotes, but due to the fact that Pale Moon's developer thought using "~/.moonchild productions" was ok for the browser's directory, firejail doesn't play nice with it.

Currently I'm using a copy of my firefox.profile for palemoon, modified with ~/.palemoon as the directory, with a custom built version of Pale Moon configured to use ~/.palemoon instead (this isn't JUST because of firejail, I like building this myself)...

Because we like standardization, it would be nice if you could either add space functionality for paths, or educate me if there is one already so we can have a default profile for pale moon as well - it is gaining in popularity as Firefox bloats and adds privacy intrusive features.

Originally created by @ilikenwf on GitHub (Jan 29, 2016). Original GitHub issue: https://github.com/netblue30/firejail/issues/271 I have already tried escaping \, as well as encapsulating with both single and double quotes, but due to the fact that Pale Moon's developer thought using "~/.moonchild productions" was ok for the browser's directory, firejail doesn't play nice with it. Currently I'm using a copy of my firefox.profile for palemoon, modified with ~/.palemoon as the directory, with a custom built version of Pale Moon configured to use ~/.palemoon instead (this isn't JUST because of firejail, I like building this myself)... Because we like standardization, it would be nice if you could either add space functionality for paths, or educate me if there is one already so we can have a default profile for pale moon as well - it is gaining in popularity as Firefox bloats and adds privacy intrusive features.
gitea-mirror 2026-05-05 05:16:48 -06:00
Author
Owner

@dshmgh commented on GitHub (Jan 29, 2016):

Just put the path in verbatim with the spaces and no type of quoting. The path parsing is not standard unix shell. This fooled me too until I accidentally tried without any quoting. Perhaps the profile man page needs a mention?

<!-- gh-comment-id:176895112 --> @dshmgh commented on GitHub (Jan 29, 2016): Just put the path in verbatim with the spaces and no type of quoting. The path parsing is not standard unix shell. This fooled me too until I accidentally tried without any quoting. Perhaps the profile man page needs a mention?
Author
Owner

@ilikenwf commented on GitHub (Jan 30, 2016):

Ah, that makes sense. It would be extremely helpful if someone would add an example to the manpages.

<!-- gh-comment-id:177052565 --> @ilikenwf commented on GitHub (Jan 30, 2016): Ah, that makes sense. It would be extremely helpful if someone would add an example to the manpages.
Author
Owner

@netblue30 commented on GitHub (Jan 30, 2016):

I'll try to bring in a Pale Moon profile.

<!-- gh-comment-id:177213778 --> @netblue30 commented on GitHub (Jan 30, 2016): I'll try to bring in a Pale Moon profile.
Author
Owner

@netblue30 commented on GitHub (Feb 1, 2016):

Added it to my list of things to do/

<!-- gh-comment-id:177989210 --> @netblue30 commented on GitHub (Feb 1, 2016): Added it to my list of things to do/
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#189
No description provided.