When using /vsmagent/make_homedir=1, /etc/skel is not copied to the home directory. At Kristinehamn, I solved this by creating a script in xstartup.d: cp -ia --reply=no /etc/skel/.??* /etc/skel/* ${HOME} We should perhaps: * Enhance vsmagent so that it can copy /etc/skel or * Ship a help script, like above. or * Document this problem.
There are also other solutions to creating home directories that's not specific to ThinLinc - pam_mkhomedir comes to mind.