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!

Hilfe durchsuchen

Vorsicht vor Support-Betrug: Wir fordern Sie niemals auf, eine Telefonnummer anzurufen, eine SMS an eine Telefonnummer zu senden oder persönliche Daten preiszugeben. Bitte melden Sie verdächtige Aktivitäten über die Funktion „Missbrauch melden“.

Learn More

What happened to the Default Profile Directory?

  • 4 Antworten
  • 1 hat dieses Problem
  • 8 Aufrufe
  • Letzte Antwort von 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" } } }

Alle Antworten (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.

Geändert am von Mike86