Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Learn More

What happened to the Default Profile Directory?

  • 4 отговора
  • 1 има този проблем
  • 8 изгледи
  • Последен отговор от 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" } } }

Всички отговори (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.

Променено на от Mike86