Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

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. :)