Can I change the Firefox menu to look like the Firefox menu in Windows?

11,632

Solution 1

Right Click to the right of the menu and untick Menu Bar.

enter image description here

Now it will have a win7 type menu.

enter image description here

Solution 2

To activate the new Firefox 4 layout with the "Firefox" button replacing the menu bar, uncheck View ---> Toolbars ---> Menubar.

But in Linux you will get just a plain grey button instead a orange one like in Windows. But there are several fixes:

Solution 3

#appmenu-toolbar-button {
  list-style-image: url("chrome://branding/content/icon16.png");
}
#appmenu-toolbar-button > .toolbarbutton-text,
#appmenu-toolbar-button > .toolbarbutton-menu-dropmarker {
  display: none !important;
}

This trick is for Ubuntu only (because that is all I have tested it out on, you can try other linux distributions but will not work on Windows):

  • When you hide the menu bar as suggested by M. Night Shyamalan, you can have just the firefox icon in its place instead of the "Firefox" that's default for Ubuntu like the picture attached below.
  • Paste the above code into your chrome file that is located in your firefox profile folder; if no such file exists you'll have to create it. Location "/home/USER/.mozilla/firefox/PROFILE-NAME/chrome/userChrome.css", open it with a text-editor, the paste the above mentioned code and save, and restart firefox.

enter image description here

Solution 4

You can go further than just unchecking the Menu Bar (though this is the first step). Simply install the Movable Firefox Button extension and you get a nicer button that you can move all over the place.

I stick mine on the right of the tabs because I only use it very rarely

Solution 5

In Ubuntu 13.4 you must first disable the Global Menu Bar Integration extension. It's found under Tools -> Addons -> Extensions. After restarting Firefox you must disable the Menu Bar under View -> Toolbars.

Share:
11,632

Related videos on Youtube

qpidity
Author by

qpidity

profile for Vassilis at Ubuntu, Q&A for Ubuntu users and developers http://askubuntu.com/users/flair/3872.png

Updated on September 18, 2022

Comments

  • qpidity
    qpidity over 1 year

    Why Firefox's main menu is different in Ubuntu (10.04) and windows 7 ? Is different main theme?.

    Can I change the Ubuntu Firefox menu to look like windows 7 menu?

    enter image description here

    enter image description here

  • MestreLion
    MestreLion almost 13 years
    That is nice, but... is there any way to also load the FF button and its tabs in the title bar? This way you save 1 more bar.
  • Lincity
    Lincity almost 13 years
    @MestreLion webupd8.org/2011/03/firefox-4-get-tabs-in-title-bar-like.htm‌​l
  • Ross Fleming
    Ross Fleming almost 12 years
    This doesn't work anymore :(
  • amc
    amc almost 11 years
    how does this answer the question?