Gnome 3'default behavior suppresses all window buttons but the Close. If you want them back:
- Install gconf-editor: yum install gconf-editor
- Run it and go to desktop --> gnome --> shell --> windows
- Set the value to "menu:minimize:maximize:close"
- Type ALT-F2 then r and enter (reloads the Gnome shell) or you will see the modifications once you log out and then back in.
- You're done!

2 comments:
value is ":minimize,maximize,close" instead of ":minimize:maximize:close"
Actually what worked for me was inserting the following string into button_layout's value field: "menu:minimize,maximize,close"
That's as you said but adding "menu" in front.
Post a Comment