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.

  • The second question you linked says it is a bug, unless fixed, I am afraid you will have to wait. – jobin Jan 27 '14 at 18:16
  • Why don't you use a more customizable distro instead of getting annoyed? –  Jan 27 '14 at 18:16
  • @vasa1 Chicken before the egg. Getting annoyed comes first, using a different distro comes second. – Douglas B. Staple Jan 27 '14 at 18:23
  • @Jobin You might be right, but that person was asking for something slightly different (separate buttons for each application). Also, that question is from 2011 and might not be accurate any more. – Douglas B. Staple Jan 27 '14 at 18:24

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