Yup, this made me veeery unhappy too and I thought I made a mistake during the installation, but hey, I wasn't right!
Maybe guys from Mandrakesoft and/or KDE development team will hate me for writting this little HOWTO, but... I really don't like anyone playing the big daddy who doesn't let me do things with my own computer I would like to!
So, here is a short "walkthrough":
At first, delete the directory /root/.kde or move it to another place.
Then edit the file /usr/bin/startkde and find these lines:
-------------- sample begins here -----------------
if [ "`whoami`" = root ] ; then
#xsetroot -cursor_name left_ptr -solid '#B20003'
cd /usr/share/mdk/kde/root-interface/
for i in *; do
if [ ! -e /root/.kde/share/config/$i ]; then
cp -fr $i /root/.kde/share/config/
fi
done
cd -
# if [ ! -d /root/.kde/share/apps/kdisplay/color-schemes/ ] ; then
# mkdir -p /root/.kde/share/apps/kdisplay/color-schemes/
# cp /usr/share/mdk/kde/root-interface/Root_interface.kcsrc /root/.kde/share/apps/kdisplay/color-schemes/
# fi
------------- sample ends here --------------------
and change those lines to look like this:
-------------- sample begins here -----------------
if [ "`whoami`" = root ] ; then
xsetroot -cursor_name left_ptr -solid '#21449c'
# cd /usr/share/mdk/kde/root-interface/
# for i in *; do
# if [ ! -e /root/.kde/share/config/$i ]; then
# cp -fr $i /root/.kde/share/config/
# fi
# done
# cd -
if [ ! -d /root/.kde/share/apps/kdisplay/color-schemes/ ] ; then
mkdir -p /root/.kde/share/apps/kdisplay/color-schemes/
cp /usr/share/mdk/kde/root-interface/Root_interface.kcsrc /root/.kde/share/apps/kdisplay/color-schemes/
fi
------------- sample ends here --------------------
Now you got rid of that silly red background during the KDE startup (setting the color to #21449c) and you should have now the correct user desktop with icons on it.
Actually, I have experienced a little problem. Some of the icons were twice on the desktop, for example the "Trash bin", but it's been caused by the localization. So, maybe if you have english locales set you will not encounter this one. Anyway, if this problem arises, just delete the duplicate icon(s) and it will be fine.