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.
1. Adhere to the instance rules
2. Be kind to one another
3. Communicate in a civil manner
If you would like to bring an issue to the moderators attention, please use the "Create Report" feature on the offending comment or post and it will be reviewed as time allows.
They could do what Steam does in the short term, which is to move the folder to ~/.local/share/mozilla/* and symlink to ~/.mozilla/*
The reason for doing that instead of symlinking the whole folder is so the configuration could later be moved to ~/.config/mozilla down the line.