Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

Shared profile between operating systems keeps disabling addons

  • 4 отговора
  • 7 имат този проблем
  • 4 изгледи
  • Последен отговор от 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?

Избрано решение

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% )

Прочетете този отговор в контекста 👍 2

Всички отговори (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

Избрано решение

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% )