If you, like me, don't need your desktop, you can use it for funnier things - like running a screensaver in the background of your transparent windows. Yes, that's possible. And it's simple.
We need:
keuphoria.kss -window-id $(xwininfo -root -all -int | grep "KDE Desktop" | sed 's/^ *\([0-9]*\) .*/\1/') & |
This little command line will lookup the window id of the KDE Desktop using xwininfo, prepare the id for reuse with grep and sed and then pass it as the desired window id to keuphoria.kss. In the end, it replaced your normal KDE Desktop with the screensaver KEuphoria, thus running that screensaver as your desktop background.