summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
...
* manager: update session-id property when reusing displayRay Strode2017-05-041-4/+8
* session: update session type when session is readRay Strode2017-05-041-7/+9
* manager: fix crash if session fails to startRay Strode2017-04-171-1/+2
* manager: stop transient greeter session when done with itRay Strode2017-04-121-0/+20
* manager: make sure we end up on a login screenRay Strode2017-04-121-0/+128
* launch-environment: Don't set DCONF_PROFILE for gnome-initial-setupDaniel Drake2017-04-041-2/+6
* local-display-factory: add missing comma to fix user switchingRay Strode2017-04-031-1/+1
* Revert "launch-environment: Don't set DCONF_PROFILE for gnome-initial-setup"Mario Sanchez Prada2017-04-031-6/+2
* launch-environment: Don't set DCONF_PROFILE for gnome-initial-setupDaniel Drake2017-04-031-2/+6
* manager: add #ifdef HAVE_LIBXDMCP in a couple placesRay Strode2017-04-011-4/+11
* xdmcp-display-factory: explicitly stop greeter session on disconnectRay Strode2017-03-311-0/+1
* xdmcp-display-factory: fix signal prototypeRay Strode2017-03-311-1/+2
* xdmcp-display: don't set MANAGED until we've connectedRay Strode2017-03-311-2/+1
* manager: fix up support for chooserRay Strode2017-03-311-9/+53
* launch-environment: implement hostname-selected signalRay Strode2017-03-312-0/+29
* manager: drop some erroneous codeRay Strode2017-03-311-18/+0
* launch-environment: fix crasher when session-mode isn't setRay Strode2017-03-271-6/+7
* session: update session search dirs when ignore-wayland changesRay Strode2017-03-251-13/+21
* manager: if falling back to X11 retry autologinRay Strode2017-03-251-3/+8
* manager: be more robust against autologin having an invalid userMichael Catanzaro2017-03-101-30/+85
* manager: don't try to activate session if session not on seatRay Strode2017-03-031-4/+6
* manager: handle session failing to startRay Strode2017-03-031-0/+13
* worker: run PostLogin/PreSession scripts laterRay Strode2017-03-031-16/+18
* session-worker: always set XDG_VTNR for seat0Ray Strode2017-03-031-0/+43
* session: honor ignore-wayland flagRay Strode2017-03-031-2/+4
* daemon: add knob to disable starting X server as userRay Strode2017-02-272-1/+29
* gdm-session: change how session search path is computedRay Strode2017-02-271-8/+13
* gdm-{wayland,x}-session: fix empty string check on import environmentRay Strode2017-02-212-2/+2
* slave: kill off clients from display when finishedRay Strode2016-12-131-0/+29
* worker: kill process group when session exitsRay Strode2016-12-131-0/+2
* xdmcp-display-factory: notify remote display when session endedRay Strode2016-12-131-1/+14
* display: port GdmDisplay to xcbRay Strode2016-12-131-97/+120
* display: close X11 connectionRay Strode2016-12-131-0/+8
* manager: make sure we retain ignore-wayland on second loginRay Strode2016-12-051-29/+14
* daemon: update X11DisplayName on register displayMathias Reck2016-11-102-2/+4
* wayland-session: don't start new session with stale session env varsRay Strode2016-09-211-0/+7
* gdm-{wayland,x}-session: import environment from systemd managerRay Strode2016-08-312-0/+115
* gdm-wayland-session: keep connection to session bus aliveRay Strode2016-08-311-3/+20
* gdm-{x,wayland}-session: drop dependency on DBUS_SESSION_BUS_ADDRESSRay Strode2016-08-292-28/+42
* gdm-x-session: use cancellable in UpdateActivationEnvironment callRay Strode2016-08-291-1/+1
* local-display-factory: disconnect signal handlers when factory is disposedRay Strode2016-06-221-11/+15
* daemon: import DISPLAY into user busRay Strode2016-05-041-40/+62
* gdm-session: require a password for for remote loginsTim Lunn2016-04-131-0/+2
* gdm-session: set PAM_TTY when initialising pamTim Lunn2016-04-131-7/+33
* manager: fix small leakMichael Catanzaro2016-03-021-0/+1
* manager: make sure timed login conversation is startedRay Strode2016-02-241-0/+3
* gdm-{x,wayland}-session: add newlines to g_printerrRay Strode2016-02-232-9/+9
* gdm-session: update session type when the session defaults changeRay Strode2016-02-091-2/+2
* gdm-x-session: fix pointer confusion in UpdateActivationEnv callRay Strode2016-02-091-1/+1
* gdm-x-session: fix tiny leak in error pathRay Strode2016-02-051-1/+1