|
Thu Aug 15 12:04:24 2002 George Lebl <jirka@5z.com>
* daemon/gdm.c, daemon/slave.c: remove some dead code. Ensure euid's
in more places. open .xsession-errors even on nfs dirs properly.
For the Init/PreSession/PostSession scripts always setup the
GDM_PARENT_* stuff for Xnest displays. Don't use temp files, but
name the temporary auth file by the display name and whack it
on server stop. The Init/PreSession/PostSession scripts now
execute /<displayname>, if not found then /<hostname>, if not
found and XDMCP then /XDMCP, if not found and flexi then /Flexi,
and only if none of those are found then /Default.
* daemon/errorgui.c: show label and entry in the question dialog,
fixes problems when asking for questions during autologin. Also
set cursor to pointer.
* daemon/slave.c: set cursor to pointer after forking slave. This
should fix possible busy cursor stuck after an autologin.
* config/PostSession: spelling fix
* daemon/verify-pam.c: add extra message for automatic login
for standalone conversation thingie. This uses already translated
string.
* daemon/gdm.c: wait 2 seconds between killing local servers,
otherwise things go very very bad on some machines (such as eating
my keyboard on mine)
* configure.in, Makefile.am, gdm-stop.in: new script to just SIGTERM
the gdm binary. Useful for debugging
|