On Wed, 2 Apr 2025 08:23:41 -0400 bill-auger wrote:
> ~/.local/iceweasel/

typo: ~/.local/share/iceweasel/ actually

just FWIW, via XDG env vars, that is:

  $XDG_DATA_HOME/iceweasel/

i think mozilla should have implemented like:

  ${XDG_DATA_HOME:-$HOME/.local}/$APP_BASENAME/

to do it right though, the contents of the .mozilla directory should be
separated and moved to several semantic directories:

  ~/.cache/iceweasel/        # cache
  ~/.config/iceweasel/       # prefs
  ~/.local/lib/iceweasel/    # add-ons
  ~/.local/share/iceweasel/  # other local storage
_______________________________________________
Dev mailing list
[email protected]
https://lists.parabola.nu/mailman/listinfo/dev

Reply via email to