diff options
author | George Lebl <jirka@5z.com> | 2001-07-05 03:57:43 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-07-05 03:57:43 +0000 |
commit | a277ba17bf69aa34f7f077b4ed3d0f30852db0f3 (patch) | |
tree | a755af0af512deeca37ffb50cb7dc92b106b528e /TODO | |
parent | 0fb36737a60a830d040a4f1d62df1fab6395109d (diff) | |
download | gdm-a277ba17bf69aa34f7f077b4ed3d0f30852db0f3.tar.gz |
The fifo is not only for chooser now, it is a general protocol to control
Wed Jul 04 20:58:31 2001 George Lebl <jirka@5z.com>
* gdm-safe-restart.in, Makefile.am, configure.in, daemon/choose.[ch],
daemon/gdm.[ch], daemon/slave.c, daemon/xdmcp.c, gui/gdmconfig.c:
The fifo is not only for chooser now, it is a general protocol to
control some gdm things, more to come. It's writing direct binary
structs, but then again this is only a fifo and you should only be
able to write to it from gdm and root account on the same machine.
The daemon now knows when a user is logged in on a display and
there is a safe restart option with SIGUSR1 to the daemon. Also
the daemon knows the x pids now and can whack the X server when
the slave crashes, so that we don't get busy hanging server.
* daemon/misc.c: fails are LOG_CRIT not LOG_ERR (I hope this is
correct)
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -16,3 +16,8 @@ xsri like logo functionality the photosetup proggie should be put into some sort of crapplet and there should be other settings in the crapplet as well. + +Version /var/run/gdm.version, and check this on gdm-safe-restart, and +do safe restart in spec file + +Make sure that greeter whacks all on SIGPIPE (X connection fail) |