diff options
author | George Lebl <jirka@5z.com> | 2001-04-30 09:34:45 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-04-30 09:34:45 +0000 |
commit | dd4f5a2d56bf9c7d664e5952fd9b3d77a47b0a57 (patch) | |
tree | f14c33acd40080aa213be9b3c6ab16e659d6d3ac /TODO | |
parent | ab594d09cb29a7da961b944805a2eefaa0dfa0e6 (diff) | |
download | gdm-dd4f5a2d56bf9c7d664e5952fd9b3d77a47b0a57.tar.gz |
Split up the max sizes into normal and another one for session files for
Mon Apr 30 02:34:37 2001 George Lebl <jirka@5z.com>
* config/gdm.conf.in, deamon/gdm.[ch], daemon/slave.c,
gui/gdmconfig.(c|glade): Split up the max sizes into normal
and another one for session files for which the limit is much
higher. This is because session files are never read into memory,
but rather just scanned.
* daemon/gdm.c, daemon/slave.c: When no session is set browse
through a list of possibles in order to find a good session.
* daemon/slave.c, daemon/Makefile.am: Link the slave to gtk libs,
and in case the session script doesn't exist isn't executable
or isn't readable, display an error instead of the session.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -13,6 +13,3 @@ Expunge explicit imlib usage from gdmlogin/gdmchooser. (This requires gdk-pixbuf support in GnomeIconList to do properly). when installing stuff, overwrite and store old in .orig - -when checking the session file check for number of lines and add a config -options for the max. This is because the filesize might be big. |