搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Firefox Sync doesn't sync all settings

  • 4 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 XC-SE

more options

Just set the firefox sync up to sync firefox between my Win7-laptop and Win8-tablet, most of the firefox-settings* seem to sync and all of the extensions but none of the settings related to the extensions is present on the win8-tablet.

Is that how it should be? Reconfigure every extension installed (and to be installed)?

  • ) Not my pinned sites at the built-in New Tab-page or toolbar and firefox-menu however.
Just set the firefox sync up to sync firefox between my Win7-laptop and Win8-tablet, most of the firefox-settings* seem to sync and all of the extensions but none of the settings related to the extensions is present on the win8-tablet. Is that how it should be? Reconfigure every extension installed (and to be installed)? *) Not my pinned sites at the built-in New Tab-page or toolbar and firefox-menu however.

被采纳的解决方案

You can copy the related lines of prefs that belong to an extension from the prefs.js file on one computer to the prefs.js file on the other computer. You need to do this while Firefox is closed.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)
定位到答案原位置 👍 2

所有回复 (4)

more options

Only prefs that have a corresponding services.sync.prefs.sync.* pref that is set to true will be synced to other devices.

So you would have to create such a Boolean pref for each of the prefs that you want to sync to the other computer.

more options

Thank you for the explanation, that seem logical.

Sadly however I was unable to get it to work when I tested it on one of the extensions. I added an entry in about.config (on both computers), but settings were not sync:ed.

Guess I have to settle for a manual config.

more options

选择的解决方案

You can copy the related lines of prefs that belong to an extension from the prefs.js file on one computer to the prefs.js file on the other computer. You need to do this while Firefox is closed.

You can use this button to go to the currently used Firefox profile folder:

  • Help > Troubleshooting Information > Profile Directory: Show Folder (Linux: Open Directory; Mac: Show in Finder)

由cor-el于修改

more options

Thank you. That was just what I did. :)