Fedora 20
Sponsored Link

MATE Desktop Environment2013/12/30

 
Desktop Environment is not neccessary for Server usage, though. But Sometimes installation or using an application requires Desktop Environment, then build Desktop Environment as follwos. This example shows to install MATE Desktop.
[1] Install MATE packages.
[root@dlp ~]#
yum -y groups install "MATE Desktop"

[2] After installation, set config to boot MATE and execute startx like follows.
[root@dlp ~]#
echo "exec /usr/bin/mate-session" >> ~/.xinitrc

[root@dlp ~]#
[3] MATE Desktop Environment starts like follows.
Matched Content