#!/bin/bash
#
# KDE           : KDE Desktop,  tested with fedora  - should work with most distros
# Verison       : 1
#
#


cd $HOME
startkde

 

# Important, wait for all my child process (the desktop) to exit before I exit
wait


