4

In Unity I have to mouse over the top-left to see the close, minimize, and maximize buttons. For some reason, this is really annoying to me. How can I make those buttons always visible?

This doesn't do what I want (it just permanently shows File, Edit, ... menus).

This is closely related, but not the same, and does not have a solution.

I'm using Ubuntu Desktop 12.04.3 LTS.

1 Answers1

0

Well I managed to solve this only because of lucky.

I was searching for the same answer. First I disabled the menus from the windows doing the commands:

sudo apt-get autoremove appmenu-gtk appmenu-gtk3 appmenu-qt indicator-appmenu

Then I restarted the pc and then I went to Appearance Configuration > Behavior (I am using portuguese version so I dont know if this is the correct translation). And then there is a check box "Show menus" on "the title bar".

That solved the problem for me.

Ben
  • 1