众所周知,Ubuntu有很多版本的
例如比较出名的Kubuntu和Xubuntu
Ubuntu本身是用Gnome的
但一样可以通过apt安装KDE或Xfce
当然也可以安装Gnome
在Ubuntu中安装KDE就用
sudo apt-get install kubuntu-desktop
Gnome是?
sudo apt-get install ubuntu-desktop
但要注意
安装完后开机画面都会改变的
若从Ubuntu换到Kubuntu ,又想换回原来的Ubuntu开机画面
sudo aptitude --purge remove usplash
sudo aptitude install usplash-theme-ubuntu
而装会连同KDM(或GDM)一起安装
期间会询问使用者选择KDM还是GDM
如果日后想更改用GDM还是KDM的话,可以用dpkg-reconfig
sudo dpkg-reconfigure kdm
or
sudo dpkg-reconfigure gdm
jagub 于 2009-06-22 10:51:59发表:
GNOME Display Manager
KDE Display Manager
shirley1987 于 2009-06-22 10:47:11发表:
受教了,弱问GDM和KDM到底有什么区别?它们的全名是什么呢?