Desktop

Budgie 10.2.5 released – How To Install Budgie Desktop

An elegant slide-in animation now used for the first launch of the panel, ensuring its only shown when the panel is fully loaded, and while loading the applets will show up in their correct order Increased the spacing between panel applets. Stylish animations for revealing or hiding icons added, and you will notice that application icons remain consistent, whether or not the application is running. Introduced a new applet for managing Bluetooth devices, including setting Bluetooth to “Airplane mode”.

Install Xfce desktop environment on CentOS/RHEL 6

[code language=”js”]# yum install wget[/code] [code language=”js”] # wget http://download.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm [/code] [code language=”js”] # wget http://download.fedoraproject.org/pub/epel/6/i386/epel-release-6-8.noarch.rpm # rpm -ivh epel-release-6-8.noarch.rpm [/code] [code language=”js”]# yum -y groupinstall Xfce[/code]  [code language=”js”]# yum -y install xorg-x11-fonts-Type1 xorg-x11-fonts-misc[/code] [code language=”js”]# /sbin/telinit 5[/code] [code language=”js”]startxfce4[/code]

Set KDE as CentOS 6.5 default desktop

[code language=”js”]# vi /etc/sysconfig/desktop[/code] [code language=”js”]DESKTOP=“KDE” DISPLAYMANAGER=“KDE”[/code]

Install K Desktop Environment on CentOS 6.5

[code language=”js”]# yum -y groupinstall “KDE desktop” “X Window System” “Fonts”[/code] [code language=”js”]# vi /etc/inittab[/code] [code language=”js”]# init 6[/code]

Installing GNOME GUI on CentOS 6.5

 <pre># yum -y groupinstall "FTP server"</pre> <p> <em><span style="color: #000080;">Any questions, please feel free to ask 🙂</span></em> </p>