Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

Move mozilla data folder ~/.mozilla on Linux

  • 3 Antworten
  • 1 hat dieses Problem
  • 611 Aufrufe
  • Letzte Antwort von Kevin

more options

I'm trying to move the ~/.mozilla folder to an arbitrary location on my system. I have seen ways to relocate profiles data (with the "--profile" parameter), but firefox keeps creating the ~/.mozilla folder. How can I give firefox a diferent path and avoid haveing ~/.mozilla on my home? I'm using Firefox ESR 68.7 on GNU/Linux Thank you.

I'm trying to move the ~/.mozilla folder to an arbitrary location on my system. I have seen ways to relocate profiles data (with the "--profile" parameter), but firefox keeps creating the ~/.mozilla folder. How can I give firefox a diferent path and avoid haveing ~/.mozilla on my home? I'm using Firefox ESR 68.7 on GNU/Linux Thank you.

Ausgewählte Lösung

Firefox uses profiles.ini (and installs.ini) in the default ~/.mozilla location to find all registered profiles.

Did you try to create a symlink ?

Diese Antwort im Kontext lesen 👍 2

Alle Antworten (3)

more options

As far as I know, that folder will always be created (regardless of where your profile folder is actually located). This is because Firefox stores a file in that directory with a list of profiles and where they are located.

more options

Ausgewählte Lösung

Firefox uses profiles.ini (and installs.ini) in the default ~/.mozilla location to find all registered profiles.

Did you try to create a symlink ?

more options

I would have prefered to remove the entry entierly. But as Wesley Branton pointed out, I now see that is not going to be possible.
However, I have created a symlink and it works fine, thanks cor-el.