Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Avatar for Username

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

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

ვრცლად

Turn on menu bar automatically

  • 3 პასუხი
  • 2 მომხმარებელი წააწყდა მსგავს სიძნელეს
  • 8 ნახვა
  • ბოლოს გამოეხმაურა jscher2000 - Support Volunteer

I'm doing mass rollouts of Firefox, so I'm trying to do everything either from a command line or programatically so I have the same setup for each install regardless of the person that did the install.

I want to have the Menu bar turned on by default, and although I see how to turn it on manually, there must be some way to turn it on as part of the install which I'm missing. How would I do this?

I'm doing mass rollouts of Firefox, so I'm trying to do everything either from a command line or programatically so I have the same setup for each install regardless of the person that did the install. I want to have the Menu bar turned on by default, and although I see how to turn it on manually, there must be some way to turn it on as part of the install which I'm missing. How would I do this?

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

Toolbar customizations are stored in the localstore.rdf file in the individual user's profile. However, someone might know of another way (other than bundling in a modified localstore.rdf file) to trigger that change.

Is there a way to programmatic-ally change the localstore.rdf?

I'm I right in thinking that the line

<RDF:Description RDF:about="chrome://browser/content/browser.xul#toolbar-menubar"
                   autohide="false" />

Is the one I need to change?

Thanks!

ჩასწორების თარიღი: , ავტორი: cor-el

I think you are correct, when I show/hide the menu bar, the autohide parameter is what is changed.

I think the menu bar state is set dynamically either during install or first start up, because (at least around the time of Firefox 4) Windows XP gets the menu bar while Windows Vista and later get the orange Firefox button.

Not sure how best to override that. An extension??