<DIV>Robert,</DIV>  <DIV> </DIV>  <DIV>2 questions </DIV>  <DIV> </DIV>  <DIV>Is this still the method you would recommend to make icewm the only option for all users?</DIV>  <DIV><A href="https://listman.redhat.com/archives/k12osn/2005-August/msg00645.html" target=_blank><FONT color=#003399>https://listman.redhat.com/archives/k12osn/2005-August/msg00645.html</FONT></A><BR><BR>...And...</DIV>  <DIV> </DIV>  <DIV>Will the script you sent (below) work with those changes to give only a specific UID access to Gnome?</DIV>  <DIV> </DIV>  <DIV> </DIV>  <DIV>Thanks,</DIV>  <DIV> </DIV>  <DIV>Nick<BR><BR><B><I>Robert Arkiletian <robark@gmail.com></I></B> wrote:</DIV>  <BLOCKQUOTE class=replbq style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #1010ff 2px solid">On 8/25/05, David Trask <DTRASK@VCSVIKINGS.ORG>wrote:<BR>> Hey folks,<BR>> <BR>> I still need some help with the whole IceWM as the default in gdm on<BR>> K12LTSP 4.4 (FC !
4).
 Things have changed and you can't simply go into the<BR>> config file and set DefaultDesktop=icewm.desktop as it won't really be the<BR>> System Default. I've followed a couple of the suggestions earlier, but<BR>> they either take everything away except IceWM...(I'd still like to be able<BR>> to get to Gnome for some management stuff) <BR><BR>if you followed my previous post you can block everything except icewm. Hence <BR>/etc/X11/gdm/Sessions/IceWM<BR>will be executed for everyone.<BR>Now all you need to do is figure out your UID. Lets pretend your UID<BR>is 500. Stick this<BR><BR>if [ $UID -eq 500 ];then<BR>exec /usr/bin/gnome-session<BR>exit 0<BR>fi<BR><BR>at the beginning of etc/X11/gdm/Sessions/IceWM so you will be the only<BR>one who gets in using GNOME.<BR><BR><BR>-- <BR>Robert Arkiletian<BR>C++ GUI tutorial http://fltk.org/links.php?V19<BR><BR>_______________________________________________<BR>K12OSN mailing
 list<BR>K12OSN@redhat.com<BR>https://www.redhat.com/mailman/listinfo/k12osn<BR>For more info see <HTTP: www.k12os.org><BR></BLOCKQUOTE>  <DIV><BR></DIV>