Avatar for Username

ძიება მხარდაჭერაში

ნუ გაებმებით თაღლითების მახეში მხარდაჭერის საიტზე. აქ არასდროს მოგთხოვენ სატელეფონო ნომერზე დარეკვას, შეტყობინების გამოგზავნას ან პირადი მონაცემების გაზიარებას. გთხოვთ, გვაცნობოთ რამე საეჭვოს შემჩნევისას „დარღვევაზე მოხსენების“ მეშვეობით.

Learn More

Any way to NOT snyc the home page on diffrent computers? I use to be able to do this but something has changed.

  • 2 პასუხი
  • 1 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 2 ნახვა
  • ბოლოს გამოეხმაურა Red Raspberry

I have three pages set up for home on my desktop but only want two of those pages on my laptop. This use to be the way it was. But I got a new computer and it will sync all three pages to both computers.

I have three pages set up for home on my desktop but only want two of those pages on my laptop. This use to be the way it was. But I got a new computer and it will sync all three pages to both computers.

გადაწყვეტა შერჩეულია

The homepages are set via this pref:

  • browser.startup.homepage

There is a corresponding services.sync.prefs.sync pref that determines whether to include this pref in syncing preferences.You can set this pref to false to exclude syncing the homepage.

  • services.sync.prefs.sync.browser.startup.homepage = false

Maybe also exclude this pref that sets the startup behavior:

  • services.sync.prefs.sync.browser.startup.page = false
პასუხის ნახვა სრულად 👍 1

ყველა პასუხი (2)

შერჩეული გადაწყვეტა

The homepages are set via this pref:

  • browser.startup.homepage

There is a corresponding services.sync.prefs.sync pref that determines whether to include this pref in syncing preferences.You can set this pref to false to exclude syncing the homepage.

  • services.sync.prefs.sync.browser.startup.homepage = false

Maybe also exclude this pref that sets the startup behavior:

  • services.sync.prefs.sync.browser.startup.page = false

Yes this appears to have worked.