I think we've been over this, if not I'm sorry but I'm pretty sure I
have told this too multiple people.
http://groups.google.com/group/ul-developers/msg/fbab7bb4fa9038d3?
You're making this way too hard. KDE doesn't use the .skel folder,
.skel should not be used for any DE as anything that gets placed in
the .skel folder will not get updated with the DE, that's bad, or
unistnalled if the DE gets uninstalled, that's bad too. For KDE the
default files that get copied over to a new users folder is found in
/etc/kde4/ as etc is the default folder for system configuration
files. Also a lot is now done by scripting in the initial first time
user script is in /usr/share/kde4/env/ to setup the default
environment is in /usr/share/apps/plasma and
/usr/share/apps/plasma-deskop eventually the goal is to have
everything done by Javascript and bash scripts. If you look at the
spec for the kdebase4-Unity package in SVN it will tell you where the
files are being installed.
Jeremiah