summaryrefslogtreecommitdiff
path: root/data/Init.in
Commit message (Collapse)AuthorAgeFilesLines
* Xinit: Allow for distros to split system config to /usr/etcDominique Leuenberger2021-02-241-2/+10
| | | | | | | | | openSUSE is preparing the system to have /etc as 'administrator config files' with system/package config templates shipped in /usr/etc (similar to the overlay system used by systemd) Have gdm follow this and try to load files from /etc, if not existing, fallback to /usr/etc
* data: Invoke xrdb with -nocppAdam Jackson2021-02-221-1/+1
| | | | | Not sure why this was missed in 22590328. /etc/X11/Xresources (at least on Fedora) only sets the libXft hints and doesn't need cpp to do it.
* Stop hardcoding path to grepJosselin Mouette2011-05-181-1/+1
| | | | | /usr/bin/grep is correct on Solaris but not on Linux/sparc https://bugzilla.gnome.org/show_bug.cgi?id=649415
* 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-4/+4
| | | | | | | | | | | | | | 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
* Move stuff from config to data.William Jon McCann2007-11-011-0/+89
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