Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Learn More

Sync doesn't include settings in about:config

  • 2 trả lời
  • 1 gặp vấn đề này
  • 174 lượt xem
  • Trả lời mới nhất được viết bởi Glen.Ford

more options

I set "browser.tabs.closeWindowWithLastTab" to false on one PC to prevent exit when the last tab is closed. It remains true on the other PC even after syncing. I have to manually change that setting on the other PC.

It appears that config data is not included in sync.

I set "browser.tabs.closeWindowWithLastTab" to false on one PC to prevent exit when the last tab is closed. It remains true on the other PC even after syncing. I have to manually change that setting on the other PC. It appears that config data is not included in sync.

Giải pháp được chọn

You can add virtually any preference to Firefox Sync. Not all are included by default, since that would be a massive amount of data to sync.

To add a preference to the Firefox Sync service, you need to create a new boolean preference that is services.sync.prefs.sync.PREFERENCE and set that to true. This needs to be done on all systems that you want to sync this setting with, including systems that you add to Firefox Sync in the future.

For example, in this case you want to add a preference called services.sync.prefs.sync.browser.tabs.closeWindowWithLastTab and set that to true.

To add a new preference, right click one of the preferences. Then select New and then Boolean from the context menu.

Hope this helps.

NOTE: I've found that when you add a preference to the Firefox Sync setting it often resets the original setting and you need to change the setting back again.
Đọc câu trả lời này trong ngữ cảnh 👍 0

Tất cả các câu trả lời (2)

more options

Giải pháp được chọn

You can add virtually any preference to Firefox Sync. Not all are included by default, since that would be a massive amount of data to sync.

To add a preference to the Firefox Sync service, you need to create a new boolean preference that is services.sync.prefs.sync.PREFERENCE and set that to true. This needs to be done on all systems that you want to sync this setting with, including systems that you add to Firefox Sync in the future.

For example, in this case you want to add a preference called services.sync.prefs.sync.browser.tabs.closeWindowWithLastTab and set that to true.

To add a new preference, right click one of the preferences. Then select New and then Boolean from the context menu.

Hope this helps.

NOTE: I've found that when you add a preference to the Firefox Sync setting it often resets the original setting and you need to change the setting back again.
more options

Glen.Ford said

I set "browser.tabs.closeWindowWithLastTab" to false on one PC to prevent exit when the last tab is closed. It remains true on the other PC even after syncing. I have to manually change that setting on the other PC. It appears that config data is not included in sync.

Thanks. I consider the question answered.

It makes no sense to sync all of the about:config settings.

However, it would be nice if the non-default settings could all be synced to avoid what could eventually be a laborious process.