skyoo2007 发表于 2013-1-15 13:33:42

Ubuntu 11.10 把最小化、最大化和关闭按钮放到右边

今天把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了~~~
页: [1]
查看完整版本: Ubuntu 11.10 把最小化、最大化和关闭按钮放到右边