summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
Diffstat (limited to 'TODO')
-rw-r--r--TODO12
1 files changed, 12 insertions, 0 deletions
diff --git a/TODO b/TODO
index b53a0b69..7f6ea26b 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,15 @@
+Postfreeze things:
+ - handle kills of server not working correctly to be more robust
+ we must leave killing to the main daemon since that can more likely kill
+ the server.
+ - DisplayInit in setup_automatic_session should probably be run
+ before the user setup, probably does no harm but anyway.
+ - in the slave child handler check that restart greeter is done with euid
+ and all that set correctly
+ - 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)
+
+
Languages should be read from available locales. Look at source for
locale_config. Currently the way we do things is utter shit.