Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Sykje yn Support

Mij stipescams. Wy sille jo nea freegje in telefoannûmer te beljen, der in sms nei ta te stjoeren of persoanlike gegevens te dielen. Meld fertochte aktiviteit mei de opsje ‘Misbrûk melde’.

Mear ynfo

Dizze konversaasje is argivearre. Stel in nije fraach as jo help nedich hawwe.

Shared profile between operating systems keeps disabling addons

  • 4 antwurd
  • 7 hawwe dit probleem
  • 2 werjeftes
  • Lêste antwurd fan lazerbrain

more options

So recently I setup a profile in a neutral directory to be accessed by both my Ubuntu and my Windows7 Installation (dual boot).

It kind of works, but everytime I start the Browser the addons are disabled.

Is there an explanation for that?

So recently I setup a profile in a neutral directory to be accessed by both my Ubuntu and my Windows7 Installation (dual boot). It kind of works, but everytime I start the Browser the addons are disabled. Is there an explanation for that?

Keazen oplossing

Well since Firefox sync is a pile of dog excrement I figured out a working solution:

I use a shared profile and run this script on each windows startup and a respective linux variant on Ubuntu startup:

D: cd \AppData\Waterfox\q4805j1x.shared

IF EXIST backup_win\extensions.json (

move extensions.json backup_linux move addonStartup.json.lz4 backup_linux move extension-settings.json backup_linux

move backup_win\extensions.json %cd% move backup_win\addonStartup.json.lz4 %cd% move backup_win\extension-settings.json %cd% )

Dit antwurd yn kontekst lêze 👍 2

Alle antwurden (4)

more options

More accurately: I enable the addons and it's fine until I use the Browser in the other OS.

more options

You shouldn't share profiles because there are links to files in files like extensions.json.

Best would be to use Sync to synchronize your profiles.

more options

Ugh, sync, I hate it. When it it supposed to sync it doesn't do anything and another time it adds existing stuff a second time. I mean how does it even know in which direction I want to sync? Can't it just ask? I know you're probably not the person to address, but...

Anyway, thanks for pointing out the issue with the paths. That's the reason the addons are re-installed each time.

more options

Keazen oplossing

Well since Firefox sync is a pile of dog excrement I figured out a working solution:

I use a shared profile and run this script on each windows startup and a respective linux variant on Ubuntu startup:

D: cd \AppData\Waterfox\q4805j1x.shared

IF EXIST backup_win\extensions.json (

move extensions.json backup_linux move addonStartup.json.lz4 backup_linux move extension-settings.json backup_linux

move backup_win\extensions.json %cd% move backup_win\addonStartup.json.lz4 %cd% move backup_win\extension-settings.json %cd% )