summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorGeorge Lebl <jirka@5z.com>2002-08-30 19:11:48 +0000
committerGeorge Lebl <jirka@src.gnome.org>2002-08-30 19:11:48 +0000
commit3a442c894471324aae927fa952422ada7ee19e99 (patch)
tree6fecfc2965944b582b4dd6fc64754a89dcc6d8b9 /TODO
parent4c8e7b1612e58de90dc833c79a7695df8f790d45 (diff)
downloadgdm-3a442c894471324aae927fa952422ada7ee19e99.tar.gz
Fix test on fork to avoid duplicate slave processes. This makes things
Fri Aug 30 12:20:40 2002 George Lebl <jirka@5z.com> * daemon/slave.c, daemon/server.c: Fix test on fork to avoid duplicate slave processes. This makes things actually work on subsequent logins. Also note a timeout of a message in the syslog if we can.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index a308cb35..0e5c587b 100644
--- a/TODO
+++ b/TODO
@@ -16,6 +16,8 @@ TODO things (some must wait until 2.1):
- in slave child handler check that the server dead stuff can actually wipe
cookies (it needs to have the uid of the user) (probably so)
+ - unset signal handlers when going into children
+
Languages should be read from available locales. Look at source for
locale_config. Currently the way we do things is utter shit.