
Install first Gconf-Editor with this command:
sudo apt-get install gconf-editor
Then run this command from the terminal:
gconftool-2 -s -t string /desktop/gnome/shell/windows/button_layout ":minimize,maximize,close"
You can also enable them manually with these steps:
1. Open the gconf-editor and browse to this path:
desktop > gnome > shell > windows
2. On the right pane of the window, change the "button_layout" entry from:
:close
to
:minimize,maximize,close
3. Close gconf-editor and log out the current session and log back in. Open any window and you will notice that the maximize and minimize buttons are now visible:
That's it!
Post a Comment