Re: [gdm-list] gdm multiseat
- From: Brian Cameron <Brian Cameron Sun COM>
- To: guy duportail <guy linux-service be>
- Cc: gdm-list gnome org
- Subject: Re: [gdm-list] gdm multiseat
- Date: Mon, 26 Mar 2007 19:26:10 +0800
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]