Actually, the script is located here: /opt/ltsp/templates/k12linux/reset-all-desktops
This is what I have in Crontab. It runs the reset desktop script once every morning when no one is on it. 0 3 * * * root /opt/ltsp/templates/k12linux/reset-all-desktops So, if dont feel like hacking up kde or gnome maybe it would be safe to run the script between class times. :) Im not sure what happens when you run the script when people are logged in so you might need to test it to see what it does. **************** *Crontab Format* **************** Each entry in Crontab has at least 6 fields separated by a single space. Field 1:: Minute --- Range of Values : 0-59 Field 2:: Hour --- Range of Values : 0-23 Field 3:: Day --- Range of Values : 1-31 Field 4:: Month --- Range of Values : 1-12 Field 5:: Day of week --- Range of Values : 0-6 (Sunday being 0) Field 6:: Command to Execute ----- Original Message ----- From: R. Scott Belford <[EMAIL PROTECTED]> To: LUAU <[email protected]> Sent: Thu, 10 Feb 2005 03:45:13 -1000 Subject: Re: [LUAU] k12ltsp desktop > Ted Kanemori wrote: > > Thanks for the suggestion. > > Where is this script? And how do I get it to run when the user logs on or > > off? > > I'll try it. > > http://hs.riverdale.k12.or.us/terminal/faq.html > > This is the script Wilson referred to. A cron job can be created to > reset the classroom daily, and shortcuts can be created for the > instructor to do it on demand. > > This is from the 4.2 release notes. Perhaps the location has changed. > > ltsp_desktop_reset-0.0.3-1.k12ltsp.4.1 > /etc/X11/gdm/Sessions/Reset your desktop > * GNOME 2.6 uses "Desktop" now instead of ".gnome-desktop" > > > > > Ted > > --scott > _______________________________________________ > [email protected] mailing list > http://lists.hosef.org/cgi-bin/mailman/listinfo/luau >
