132
Why does firefox keeps using ~/.mozilla directory?
(lemmy.world)
A place to discuss the news and latest developments on the open-source browser Firefox
I 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?I know, it's not a complete solution, but it would at least serve as a stop gap to clean the mess out of the home folder, before the actually compliant implementation is made, XDG_DATA_HOME should always be saved as it contains the user generated data of an app (that isn't documents)