为了学习Hadoop,今天把Window系统格了,安装了Ubuntu,用习惯了Windows,刚开始有点不习惯Ubuntu系统,第一个就是最小化、最大化和关闭按钮都在左边,于是到网上找资料,把它改回到右边;

 

1、首先安装gconf-editor: sudo apt-get install gconf-editor

 

2、Ctrl+Alt+T调出终端,运行:gconf-editor

 

3、此时会打开“配置编辑器”,找到“/apps/metacity/general”选项,把“button_layout”的值修改为“menu:minimize,maximize,close”

 

4、运行:metacity --replace

 

看看效果吧,是不是OK了~~~

原文地址:http://obullxl.iteye.com/blog/1266644