Fedora 软件仓库中现在有 Gnome-shell 的早期开发版本,Gnome-shell 是 Gnome 3.0 的关键部分,目前正在由 Fedora 开发者和交互设计师一起经络密鼓的开发中,在 Fedora 12 下尝试 Gnome-shell 最简单的办法就是安装 desktop-effects 软件包。
yum install desktop-effects gnome-shell
安装完成之后进入 系统/首选项/桌面特效
如果你想手动设置 Gnome-shell ,执行下列命令:
mkdir ~/.config/autostart ln -s /usr/share/applications/gnome-shell.desktop ~/.config/autostart
你也可以直接执行下列命令
gnome-shell --replace &
原文地址: http://icewalkerz.blogspot.com/2009/12/how-to-gnome-shell-preview-of-gnome-30.html


