this post was submitted on 29 Jul 2023
129 points (99.2% liked)

Firefox

17302 readers
443 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

Even after all these years firefox keeps using mozilla hidden directory instead of XDG base directories. For how long will this continue?

Watch https://bugzilla.mozilla.org/show_bug.cgi?id=259356 for updates to this request.

~/.mozilla/firefox/ is a mish-mash of data, config, and cache. It's not simple to unravel that. Beyond that, it would be a breaking change, and that requires more caution.

credit: u/yo_99 on Reddit.

original link: https://old.reddit.com/r/firefox/comments/vkgk78/why_does_firefox_keeps_using_mozilla_directory/

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 10 points 1 year ago* (last edited 1 year ago) (1 children)

This is one of the reasons I use Flatpak whenever I can. I've revoked all Flatpak apps the permission to access the root of my home directory via a global override, so anything they wanted to do in there (e. g. create folders, place malicious code in my ~/.bashrc, etc.), actually happens in ~/.var/app/<appid>/.

[โ€“] [email protected] 3 points 1 year ago

Don't you need to manually configure remapping those folders, or is it automatically done when revoking the prrmission?