~rhansen/lightdm/+git/main:lightdm-1-18

Last commit made on 2019-07-29
Get this branch:
git clone -b lightdm-1-18 https://git.launchpad.net/~rhansen/lightdm/+git/main

Branch merges

Branch information

Name:
lightdm-1-18
Repository:
lp:~rhansen/lightdm/+git/main

Recent commits

e5e9b04... by Robert Ancell

Retry VT_WAITACTIVE if we get EINT

86999c6... by Ivan Zakharyaschev

in Remove X authority: Ignore any error & don't exit, continue closing the session

591fe11... by Robert Ancell

Set XDG_SEAT env variable in script hooks

5b7fb6c... by Robert Ancell

Fix small leak in XDMCP server

295d1d9... by Robert Ancell

Fix qt5 test being run instead of qt4 one

de67fcb... by Robert Ancell

Fix incorrect use of ConsoleKit CanSuspend/Hibernate API

71984a4... by Robert Ancell

Releasing 1.18.4

7dcb96a... by Robert Ancell

Ensure XDMP X sever shuts down when session closes

Previously we were attempting to reconnect a greeter, however we can't trust
the X server after the session is run, so we should instead close the connection.
The XDMCP client is expected to reconnect again.

https://bugs.launchpad.net/bugs/1739787

47998ee... by Robert Ancell

Fix LightDM failing to start greeters on remote X servers.

This change caused the VNC support to break, so contains some logic
fixes for that.

3f2ae0e... by Robert Ancell

Ensure only one Xvnc server is run.

We only have one VNC connection - so make sure we don't try and use it twice.