diff options
author | George Lebl <jirka@5z.com> | 2001-04-30 05:45:31 +0000 |
---|---|---|
committer | George Lebl <jirka@src.gnome.org> | 2001-04-30 05:45:31 +0000 |
commit | efec4814a8e2b2cb11e2003ea0ffaa9140f4b384 (patch) | |
tree | 14486d83dc4b09939f88ac4f54d0a858df365a3b /NEWS | |
parent | 1e1383b7a72756d7c91111b5437c4c05b28e5bf5 (diff) | |
download | gdm-efec4814a8e2b2cb11e2003ea0ffaa9140f4b384.tar.gz |
Add running of the configurator from the slave rather then the login which
Sun Apr 29 22:46:12 2001 George Lebl <jirka@5z.com>
* daemon/gdm.[ch], daemon/slave.c, gui/gdmlogin.c: Add running of
the configurator from the slave rather then the login which
doesn't work. There is a special session setup for this so that
the user gets prompted for the root password first.
* daemon/gdm.c, daemon/slave.c, gui/gdmlogin.c, daemon/server.c:
Only do the timed logins on the first local display just like
autologin. We don't want to do simultaneous logins of the same
user on different screens really, that's usually bad.
* daemon/gdm.c: Increase general paranoia and don't trust the greeter
and only allow reboots/config/halts when they are actually allowed
in the config file and only for local.
* gui/gdmconfig.glade, gui/gdmconfig.c: Add a bunch of tooltips,
and add the configuration stuff for the timed logins
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 12 insertions, 2 deletions
@@ -14,6 +14,11 @@ Ahh news... - Ability to choose a specific GNOME session +- Ability to run the configurator directly on the login screen, + which requires a root password of course (Disabled by default) + +- An editor for the Sessions directory in gdmconfig (Lee) + - Title bar can be hidden by configuration - The icon entry is now sane with the panel icon entry hack @@ -26,11 +31,16 @@ Ahh news... - For consistency AllowRoot now works on pam setups as well. +- Timed login, you can set up gdm to log in a certain user on the + first local display after a specified timeout if no one logs in + (me, Jim Bray) + - Bunch of other fixes (me, Ryan Murray) -- Security and crash fixes (me, Ryan Murray) +- Security fixes, crash fixes and an increase in general paranoia + (me, Ryan Murray) -- Translation updates: (FIXME: fill in names from ChangeLog) +- Translation updates: (FIXME: fill in names from ChangeLog before release) 2.2.0 stuff: |