Migration from K12LTSP to Edubuntu for Thin Client Services - Solved
R. Scott Belford
scott at hosef.org
Thu Oct 11 04:09:59 BST 2007
R. Scott Belford wrote:
>
> I am wondering if any of you have encountered some of the issues we are
> seeing and can point me to a prior post or some existing documentation
> that will help. Specifically, the edubuntu clients load the desktop,
> with wallpaper, but no applications, documents, etc. A newly created
> user works great, and extracting a newly created users' settings into an
> existing user's home folder works too. (if you wipe all existing hidden
> files first in the existing users home folder)
Syntax and permissions seem to have solved this issue. We have now,
with only some pain, migrated the desktop settings from one variance of
gnome to another in a thin-client environment. Given the superhuman
work Eric does to make the k12ltsp so easy, one may wonder, for good
reason, why. That's just the fun of fiddling, I guess. We are also
integrating edubuntu stand-alone workstations into the school.
We made a new user with the smbldap-adduser command. Peter, the
teacher, tweaked and refined its desktop and menus. We tarred this
template user's home directory as template.tar.gz. Its gconf and gnome
settings were appropriately tuned for the edubuntu variance of gnome.
We extracted the template.tar.gz file in the home/user directories of a
few students previously booting a fedora-specific gnome environment.
After appropriately chown'ing the users' hidden and visible files, the
edubuntu menus and complete desktop load. Prior to the extraction, only
the wallpaper would load. Documents and application-specific hidden
files are still present.
From the 'template' user's directory
tar -cvzf template.tar.gz * .[a-zA-Z0-9]*
we then copied this to the /home/{user}
tar -xvzf template.tar.gz
then, change permissions
chown -fR user:Domain\ Users * .[^.]*
or, as I was told, it could have been
chown -R user:Domain\ Users ~user
Now to script this for all the users. Any insight is welcome.
We still have to make all the clients automagically use 1024x768 as they
did before with the k12ltsp. Knowing that muekow is bringing edubuntu
and the k12ltsp together into a package, I hope that this noisy post has
been a little helpful. Ensuing wiki entries to come.
--scott
More information about the edubuntu-users
mailing list