[EMAIL PROTECTED] wrote:I second the Icewm suggestion. Very easy to configure and low overhead wm.
As far as your autologin is concerned, I went down the KDE/KDM path as well before finding IceWM/GDM was a much better solution.
I have several K12LTSP terminals in early elementary rooms running IceWM/GDM. How or where can I find out how to setup an autologin?
gdm.conf has some options:
#cat /etc/X11/gdm/gdm.conf . . . [daemon] AutomaticLoginEnable=true AutomaticLogin=/usr/local/sbin/gdm-auto-login %h| TimedLoginEnable=true TimedLogin=/usr/local/sbin/gdm-auto-login %h| TimedLoginDelay=30 . . . [security]
AllowRemoteAutoLogin=true
.
.
.
where AutomaticLogin and TimedLogin can simply be a username, or a script like I use to tag users to particular workstations (suggested on this list - search for it).
------------------------------------------------------- This SF.net email is sponsored by: IBM Linux Tutorials. Become an expert in LINUX or just sharpen your skills. Sign up for IBM's Free Linux Tutorials. Learn everything from the bash shell to sys admin. Click now! http://ads.osdn.com/?ad_id=1278&alloc_id=3371&op=click _____________________________________________________________________ Ltsp-discuss mailing list. To un-subscribe, or change prefs, goto: https://lists.sourceforge.net/lists/listinfo/ltsp-discuss For additional LTSP help, try #ltsp channel on irc.freenode.net
