雪糕 2010-07-26
GNOME3离我们越来越近了,今天在自己的机器上尝试了以下gnomeshell,把过程记录下来。
Gnomeshell的网址:http://live.gnome.org/GnomeShell/
安装:http://live.gnome.org/GnomeShell/DistributionPackages
现在官方的还不稳定,所以选择了Ubuntudeveloper的版本,运行命令:
$sudoadd-apt-repositoryppa:ricotz/testing
$sudoapt-getupdate
$sudoapt-getinstallgnome-shell
这样就装好了,运行下面命令替换:
$gnome-shell--replace
结果报错,如下:
ERROR:girffi.c:85:_gi_type_tag_get_ffi_type:codeshouldnotbereached
Shellkilledwithsignal6
b456@b456:~$Cannotregisterthepanelshell:thereisalreadyonerunning.
/usr/bin/compiz(cube)-Warn:Failedtoloadslide:/usr/share/gdm/themes/Human/ubuntu.png
Google了一下,终于找到了如下解决办法(顺便鄙视一下百度,在baidu找不到任何有价值资料)
运行命令:
sudoapt-getinstallppa-purge
sudoppa-purge-ptestingricotz
然后重新运行:
gnome-shell--replace
搞定~
gnome3用起来还不太习惯,适应中。。。期待官方正式版本发布,呵呵~