Why was the close button moved to the left side in Ubuntu?

12

2

I was using Ubuntu 9. After automatically updating it to 10, the minimize, maximize and close buttons that used to be on top right were moved to the top left. Among the three buttons, close was moved to the far left. Close is below Applications and above File. You have to look to the close button to close windows now. Why?

Delirium tremens

Posted 2010-05-07T19:11:23.307

Reputation: 489

Answers

14

Mark Shuttleworth explains the reasoning behind this change on his blog.

The Ubuntu team wanted to gut the notification area (a.k.a. system tray) and add notification indicator menus instead. They also added window indicators which function similarly to notification indicators, but for windows. In order to add window indicators on the right side of the window bar, mirroring the notification indicator location, they needed to move the close/restore/minimize buttons to the left. The plan is that by Ubuntu 11.04 the notification area will be completely phased out.

There is an API available so applications may start using the indicators soon. If you can't stand this change, the buttons can be moved back by following tutorials online.

Trey Hunner

Posted 2010-05-07T19:11:23.307

Reputation: 1 825

5

To switch it back follow these directions:

Press Alt+F2, then type gconf-editor and press enter. That’s for opening the configuration editor.

Once on this editor, in the item tree at the left, you have to look for this path app -> metacity -> general and you doubleclick on the field named button_layout.

Then, you have only to change the value field and put this:

menu:minimize,maximize,close

Edit: As far as "why?", see Trey's Answer.

Jarvin

Posted 2010-05-07T19:11:23.307

Reputation: 6 712

1

If you want to change it, go to System -> Preferences -> Appearance and select a different theme

bryan

Posted 2010-05-07T19:11:23.307

Reputation: 7 848

Which theme was the original? – Delirium tremens – 2010-05-13T00:03:21.240

Try Clearlooks. – bryan – 2010-05-13T04:21:52.427

Tried, but it was Ambience. – Delirium tremens – 2010-07-29T21:10:09.910

1

If you want to keep using this theme there's a solution here: http://www.junauza.com/2010/05/move-ubuntu-1004-window-buttons-from.html

I tried and worked fine here. Not sure how to move then back tough.

Felipe Butcher

Posted 2010-05-07T19:11:23.307

Reputation: 11