Re: [gdm-list] gdm multiseat



sorry,I am a beginner.
I see comment 13 from Bernt,but i do not found a daemon/gdm.c file
I am using ubuntu feisty

guy


Op maandag 26 maart 2007 13:26, schreef u:
> Guy:
>
> Sorry, I was confused.  I think the following bug needs to be fixed.
> It has a patch in the works if you want to try to finish it:
>
> http://bugzilla.gnome.org/show_bug.cgi?id=336174
>
> Brian
>
> > Op maandag 26 maart 2007 13:07, schreef guy duportail:
> >> we sell multiseat systems(www.multiseatcomputer.be) and I wonder if
> >> there is a solution for autologin multiple users with gdm.Short:a six
> >> seat configuration; i need to autologin six users at startup,for example
> >> needed in libraries or schools.
> >> Seems that gdm only autologin one user.
> >>
> >> thanks,
> >> guy
> >> _______________________________________________
> >> gdm-list mailing list
> >> gdm-list gnome org
> >> http://mail.gnome.org/mailman/listinfo/gdm-list
> >
> > this was my last attempt but did not work:
> > also tried with timed login.
> >
> > In gdm.conf:
> >
> > AutomaticLoginEnable=true
> > AutomaticLogin=/usr/local/sbin/AutoLoginUser.sh %d |
> >
> > script AutoLoginUser.sh called
> > with parameter display name
> >
> >
> > #!/bin/bash
> >
> > if [ "$#" != "1" ] ; then
> >         exit
> > fi
> >
> > DISPLAY="$1"
> >
> > if [ "$DISPLAY" = ":1" ] ; then
> >         echo "username1" # login name user first Xgl server
> > fi
> >
> > if [ "$DISPLAY" = ":2" ] ; then
> >          echo "username2" # login name user second Xgl server
> > fi
> >
> > if [ "$DISPLAY" = ":3" ] ; then
> >          echo "username3" # login name user third Xgl server
> >
> > if [ "$DISPLAY" = ":4" ] ; then
> >          echo "username4" # login name user fourth Xgl server
> > fi
> > _______________________________________________
> > gdm-list mailing list
> > gdm-list gnome org
> > http://mail.gnome.org/mailman/listinfo/gdm-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]