diff options
author | George Lebl <jirka@5z.com> | 2002-08-13 19:40:28 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2002-08-13 19:40:28 +0000 |
commit | c65d43733ced84e3b6275b44b0425e13e90229ec (patch) | |
tree | dbc26a6d9eff4b70edaff622d8354c8563a341d5 /TODO | |
parent | fa79bd10b7b7ea94bec89ba2c134e71ae48a6808 (diff) | |
download | gdm-c65d43733ced84e3b6275b44b0425e13e90229ec.tar.gz |
update this, add MinimalUID, add a bunch of comments and reorganize a
Tue Aug 13 12:49:18 2002 George Lebl <jirka@5z.com>
* config/gdm.conf.in: update this, add MinimalUID, add a bunch of
comments and reorganize a little bit to be more logical
* gui/gdmlogin.c: when the gdm.xpm isn't found for icon try gdm.png
to make it easier for transition to the new nicer icon
* gui/gdmphotosetup.c: Don't use gtk_dialog_run, that makes the
main window here modal and we don't want that. Fixes #90613.
* pixmaps/Makefile.am: don't install gdm.xpm anymore
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -1,3 +1,7 @@ +DOCUMENTATION! +DOCUMENTATION! +DOCUMENTATION! + TODO things (some must wait until 2.1): - check for /dev/null and make make sure we do all the open stuff correctly @@ -9,8 +13,6 @@ 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) - - Xnest should be launched with the same fontpath as the current server. - Languages should be read from available locales. Look at source for locale_config. Currently the way we do things is utter shit. |