summaryrefslogtreecommitdiff
path: root/data/PreSession.in
Commit message (Collapse)AuthorAgeFilesLines
* Run PostLogin script as normal userBrian Cameron2010-01-131-1/+1
| | | | | | | | | | | | | | | | | 1) In daemon/gdm-slave.c it now sets PATH to GDM_SESSION_DEFAULT_PATH so that the scripts have the system normal PATH when run. This is much better than hardcoding the PATH in the scripts themselves, especially since the Init, PreSession, PostSession, and PostLogin scripts are designed to run per-display and it makes things just complicated if users need to add the common system path to any per-display script they might want to use. 2) The Init and PreSession scripts are fixed to set the PATH to "@X_PATH:$PATH" and not add "/bin:/usr/bin" since this isn't neeed since PATH is already set to GDM_SESSION_DEFAULT_PATH before running the script. See https://bugzilla.gnome.org/show_bug.cgi?id=602403
* gut functions, since they were redundant with what we do in code now (bugRay Strode2008-12-081-31/+0
| | | | | | | | | | | | | | 2008-12-08 Ray Strode <rstrode@redhat.com> * data/{PreSession,PostSession}.in: gut functions, since they were redundant with what we do in code now (bug 563550) * data/Init.in: apply patch from Pacho Ramos to quote shell conditionals better (bug 563550). svn path=/trunk/; revision=6625
* Don't set the background color in the presession script. Spotted by OwenWilliam Jon McCann2008-09-081-44/+0
| | | | | | | | | | | 2008-09-08 William Jon McCann <jmccann@redhat.com> * data/PreSession.in: Don't set the background color in the presession script. Spotted by Owen Taylor. Fixes #545337. svn path=/trunk/; revision=6480
* Move stuff from config to data.William Jon McCann2007-11-011-0/+84
2007-11-01 William Jon McCann <mccann@jhu.edu> * config/Init.in: * config/Makefile.am: * config/PostLogin: * config/PostSession.in: * config/PreSession.in: * config/Xsession.in: * config/gdm: * config/gdm-autologin: * config/gdm.conf-custom.in: * configure.ac: * data/Makefile.am: Move stuff from config to data. svn path=/trunk/; revision=5483