Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pretraži podršku

Izbjegni prevare podrške. Nikad te nećemo tražiti da nas nazoveš, da nam pošalješ telefonski broj ili da podijeliš osobne podatke. Prijavi sumnjive radnje pomoću opcije „Prijavi zlouporabu”.

Learn More

What happened to the Default Profile Directory?

  • 4 odgovora
  • 1 ima ovaj problem
  • 8 prikaza
  • Posljednji odgovor od Mike86

more options

HI, I have a xulstore.json file with custom settings that are normally copied by Firefox from the directory ".\browser\defaults\profile" to the new created User Profile directories. But this does not work anymore since a Firefox update. :-( Does anyone know how I can implement these settings now from the xulstore.json file? {

 "chrome://browser/content/browser.xul" : {
   "main-window" : {
     "sizemode": "maximized"
   },
   "toolbar-menubar" : {
     "autohide": "true"
   }
 }

}

HI, I have a xulstore.json file with custom settings that are normally copied by Firefox from the directory ".\browser\defaults\profile" to the new created User Profile directories. But this does not work anymore since a Firefox update. :-( Does anyone know how I can implement these settings now from the xulstore.json file? { "chrome://browser/content/browser.xul" : { "main-window" : { "sizemode": "maximized" }, "toolbar-menubar" : { "autohide": "true" } } }

Svi odgovori (4)

more options
more options

I try to hide the Firefox Menu Tool Bar and Maximize the Firefox Main Window by default for all new created User Profile. All this is for an Unattended installation.

more options

Hi, maybe wrong but still think it would have to be done now as usserChrome.

more options

I need to do this settings in Firefox v52 and the userChrome.css option is for Firefox v57+. And even with the userChrome.css file i would be still stuck at the same problem because it wouldn't be copied into the new created User Profiles like the xulstore.json file.

Izmjenjeno od Mike86