summaryrefslogtreecommitdiff
path: root/daemon/gdm-welcome-session.c
Commit message (Expand)AuthorAgeFilesLines
* slave: pass seat id from product/simple slave to worker, via the direct sessionLennart Poettering2012-02-071-0/+1
* welcome-session: get rid of register-ck-session property since it is unusedLennart Poettering2012-02-071-24/+1
* daemon: stop greeter session not greeter workerRay Strode2011-09-091-8/+36
* daemon: don't forcible kill pam after 3 secondsRay Strode2011-09-091-2/+15
* daemon: run greeter in its own distinct sessionRay Strode2011-08-301-318/+165
* daemon: use gnome-session session files instead of autostartRay Strode2011-06-201-2/+11
* daemon: drop if 0'd codeRay Strode2011-06-201-5/+0
* daemon: drop some fluff codeRay Strode2011-06-151-16/+0
* daemon: move WINDOWPATH setting up top of get_welcome_environmentRay Strode2011-05-201-7/+1
* Do not set WINDOWPATH if it is NULL.Brian Cameron2011-05-191-1/+8
* greeter: frob session defaults in gsettings worldRay Strode2010-12-171-0/+1
* Don’t use --exit-with-session for greeter dbus-launch callJosselin Mouette2010-09-151-1/+1
* Wrap getpw* calls to retry in EINTRWilliam Jon McCann2010-08-171-3/+3
* Fix various compiler warningsWilliam Jon McCann2010-06-171-6/+18
* Various memory leak fixesWang Xin2010-06-171-1/+11
* Reapply a better fix for bug #594818 that addresses the problem with theBrian Cameron2010-05-191-3/+63
* Revert fix for bug #594818 since it breaks the build.Brian Cameron2010-05-191-39/+3
* Fix bug #594818 so that each GDM session has separate GConf settings.Brian Cameron2010-05-111-3/+39
* Set WINDOWPATH for user session. Fixes bug #609272.Brian Cameron2010-04-211-1/+1
* Bug 609179 — Date translation and duplicated stringsPhilip Withnall2010-04-211-1/+1
* Fix bug #607738 since Vincent confirmed the fix for #607658 is going intoBrian Cameron2010-03-081-1/+1
* Reload i18n file automaticallyTakao Fujiwara2009-12-211-0/+103
* Fix bug #603756, ensure runtime dir is always set.Brian Cameron2009-12-041-0/+3
* Create screenshot dir at runtime if not availableRay Strode2009-11-051-0/+32
* Use O_APPEND when opening log files.Ray Strode2009-03-161-1/+1
* Use the same log rotation for slave and greeter.William Jon McCann2008-09-081-8/+30
* Allow the gdm greeter username to be configured at build time. Patch fromWilliam Jon McCann2008-08-201-2/+2
* Set up the ConsoleKit session before starting dbus so it will get theWilliam Jon McCann2008-07-311-4/+4
* Save one old copy of greeter log file. Helps to keep messages from beforeWilliam Jon McCann2008-07-221-0/+9
* Fix some build warnings GCC 4.3.0 Patch from Cosimo CecchiWilliam Jon McCann2008-07-121-1/+1
* Log greeter output to a file in /var/log/gdm.William Jon McCann2008-04-021-0/+30
* Move wait_on_child to common. Always check return value of gdm_signal_pid.William Jon McCann2008-03-171-24/+16
* Set an environment variable to disable fuse mounts in gvfs. From: MatthiasWilliam Jon McCann2008-03-171-0/+1
* Fix a bunch of compiler warnings and remove unused code. Patch from:William Jon McCann2008-02-191-6/+3
* Make sure slaves respond to exit of welcome session.William Jon McCann2008-02-011-13/+13
* Add a base class to share code between chooser and greeter sessions.William Jon McCann2008-02-011-0/+1228