this post was submitted on 29 Jul 2023
128 points (99.2% liked)
Firefox
17910 readers
243 users here now
A place to discuss the news and latest developments on the open-source browser Firefox
founded 4 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Many rather treat standards as suggestions ๐.
Jokes aside, I have wondered what prevents them from doing it too, I guess they probably don't think it's important enough to really work out how to split up the files.
Then again, moving the whole folder to
~/.local/share/mozilla
would have been decent enough as a temporary solutionI think moving the folder under
~/.local
before splitting the cache folders out is a bad idea. Many people will have specific backup or sync solutions in place that want to include config, recreate data, and exclude cache, so the XDG spec has separate locations for them.There exists
~/.cache/mozilla
(also~/.cache/thunderbird
), so I assume the cache is already separated?