Add $XDG_CONFIG_HOME handling to firefox-profile-js
Categories
(Core :: XPCOM, enhancement)
Tracking
()
People
(Reporter: gerard-majax, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs, )
Details
Before we can land bug 259356, we might need to ensure third-party tooling are updated.
Comment hidden (off-topic) |
Reporter | ||
Updated•2 years ago
|
Reporter | ||
Comment 3•2 years ago
|
||
No.
Fix will be released on version 4.6.0 of firefox-profile-js, but its already available on master. See linked issue https://github.com/saadtazi/firefox-profile-js/issues/136. Feedback and testing are welcome.
Are there relevant components within Firefox's code that need to be updated as well, or just the linked repo is enough?
Reporter | ||
Comment 5•9 months ago
|
||
No, if I am reading right https://github.com/saadtazi/firefox-profile-js/pull/139/files#diff-de699942ceab36681f2eba06c7cbd4ed956ca9291f8761fdedbf7171260d1ba8R36 your fix will make sure we can source data from ~/.config/mozilla/firefox/
, which adding support for into firefox-profile-js
was what this bug was about.
Reporter | ||
Comment 6•9 months ago
|
||
If you can verify that my reading is correct, then we can mark this bug as RESOLVED.
Yes, your reading is correct. The new algorithm searches, in this order, for sandboxed locations (assuming wrongly configured snap/flatpak), then the current dotdir and defaults to the xdg-config dir. (just to be clear, I'm not the author of the PR)
Reporter | ||
Updated•9 months ago
|
Reporter | ||
Updated•9 months ago
|
Reporter | ||
Comment 8•9 months ago
|
||
Thanks!
Description
•