How to Switch from GNOME to KDE Desktop

The majority of our Desktop/VNC templates have the GNOME Desktop pre-installed, however it is possible (and easy) to switch to KDE, if that is your preference. To switch to KDE, you will first need to download the desktop environment:

# yum install kdebase (CentOS/Fedora)

# apt-get install kde-core kde (Debian/Ubuntu)

Next, you will need to edit the closing line of the ~/.vnc/xstartup file:

# vi ~/.vnc/xstartup

Replace "gnome-session &" with:

startkde &

Kill any VNC desktop you may have running, then start one again to load KDE:

tightvncserver -kill :1

tightvncserver -geometry 1024x768 :1

 

  • payment
  • 0 Users Found This Useful
Was this answer helpful?

Related Articles

How to Setup Desktop/VNC Templates + Basic Usage

After receiving your Desktop/VNC VPS or installing a Desktop/VNC template, there are a few steps...

How to Change/Modify VNC Password

To change your VNC password, simply run the following command via SSH: # vncpasswd

How to Access VNC Desktop

To access the Desktop GUI from your home pc via VNC, you will need a desktop VNC client like...

Powered by WHMCompleteSolution