0

How can I allways show the menu-bar (File, Edit...) of every application? not only when I move the pointer to the top, that is cumbersome.

edit: But now I (also) have to move the pointer to the top of the window to show the menu-bar. I want that the menu-bar is allways shown, not when I move the pointer.

Thanks.

1 Answers1

0

If you prefer CLI method than run following command in terminal:

gsettings set com.canonical.Unity integrated-menus true

If you prefer GUI method than,

Goto System-settings>Appearance in Behavior and change settings for Menu bar as Following screen-shot:

screen

Now Menu-bar Separately available on each window's Title bar.

Pandya
  • 35,771
  • 44
  • 128
  • 188
  • 1
    Okay, that's good. But now I (also) have to move the pointer to the top of the window to show the menu-bar. I want that the menu-bar is allways shown, not when I move the pointer. – Michael Schmitz Jul 15 '14 at 17:57