5 ms·
Looking at the full diff[0] it certainly looks like it's using ~/.cache (and has been for some time), but I cannot see anything about ~/.local/share, no. [0] h
by KwanEsq 10mo ago
Looking at the full diff[0] it certainly looks like it's using ~/.cache (and has been for some time), but I cannot see anything about ~/.local/share, no.
[0] https://hg-edge.mozilla.org/integration/autoland/rev/8a6d6c094cb5a842d415c60bb8395db03b36e531 https://hg-edge.mozilla.org/integration/autoland/rev/8a6d6c0...
- shmerl 10mo agoNope, they just moved $HOME/.mozilla to $HOME/.config/mozilla it seems. Which already is a huge improvement and better than bikeshedding for decades that they also should use $HOME/.local/share/mozilla in addition.
- sph 10mo agoWhich means my .config directory, which is under backup, is gonna be spammed with temporary and cache files. Though not XDG-compliant, at least ~/.mozilla was in place for decades and it’s already being excluded in my backup set on my machines. Either they adopt XDG fully, putting cache files where they belong, or don’t just change things haphazardly for little benefit.
- shmerl 10mo agoNot cache files if I understand correctly, they are using $HOME/.cache/mozilla for a long time already. You can exclude $HOME/.config/mozilla from your back up all the same anyway if that causes you some issues. I personally appreciate them not cluttering $HOME with this move. It is better than waiting another 21 years for them to support XDG spec fully by splitting share and config.
- ac29 10mo agoabout:cache says my firefox is using ~/.cache for cache. This is on version 144
- shmerl 10mo agoWhich is what I expect, yes.