diff options
author | George Lebl <jirka@src.gnome.org> | 2002-06-05 03:41:07 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-06-05 03:41:07 +0000 |
commit | b1d926040cc50034e4b770087231a02ab8941161 (patch) | |
tree | 4164178b4299649276a635e1d7fc5fc5dee00926 /TODO | |
parent | 614107679cc8d3ed57c0e7ce8d655c8ceab31dab (diff) | |
download | gdm-b1d926040cc50034e4b770087231a02ab8941161.tar.gz |
Just adding some notes to myself about what to check/hack on after we
unfreeze.
- George
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |