0

Possible Duplicate:
Does Unity support disabling the global application menu?

The title is the question. I need these characters to post.

  • 2
    http://askubuntu.com/questions/10481/does-unity-support-disabling-the-global-application-menu – Uri Herrera Jun 04 '11 at 23:33
  • Could you rephrase your question? I am not sure what you are asking. Also, would you provide some details (e.g., Ubuntu 10.10)? – Kory Wnuk Jun 04 '11 at 23:34

1 Answers1

0

If you want to remove the global menu and use the menus directly in the windows, like in previous Ubuntu versions, assuming you are using 11.04, you just need to remove the package indicator-appmenu by typing

sudo apt-get remove indicator-appmenu

into a console (and probably reentering your session).

BehEh
  • 346