为Fedora 16窗口添加最大化、最小化、关闭等按钮
来源:岁月联盟
时间:2012-06-20
yum install gconf-editor //然后//1、在程序组 “系统工具” 或快捷键 “alt+ f2” 输入 gconf-editor 打开 gconf-editor程序; www.2cto.com //2、在/desktop/gnome/shell/windows/button_layout 中根据你的需要添加下面的值: minimize,maximize,close; // **其中: minimize=最小化,maximize=最大化,close=关闭。 //**注意:button_layout 值规则为: 以”:“开头,值与值之间用“,"分隔。 //3、再次按住Alt+F2,输入r,重启gnome-shell,效果就会显现; 作者 statdm