~rhansen/lightdm/+git/main:main

Last commit made on 2024-12-12
Get this branch:
git clone -b main https://git.launchpad.net/~rhansen/lightdm/+git/main

Branch merges

Branch information

Name:
main
Repository:
lp:~rhansen/lightdm/+git/main

Recent commits

f043bfd... by KT-lcz <email address hidden>

fix: fix some memory leak in session_child_run

The memory requested using g_strdup_printf is not released. Use g_autofree to release the memory.

3abc9fb... by Gliese852 <email address hidden>

Update link to the KDE greeter

The repository was recently restored and is currently maintained.

f50ba25... by William Allen <email address hidden>

Only making success handler act if a restore file exists

f58ca1f... by William Allen <email address hidden>

Update lightdm-success-handler.service in the event issue.restore doesn't exist

655a5b2... by William Allen <email address hidden>

Update lightdm.service RestartSec

99d542c... by William Allen <email address hidden>

Update lightdm.service

0d514ab... by William Allen <email address hidden>

Create lightdm-success-handler.service

d133cc3... by William Allen <email address hidden>

Create lightdm-failure-handler.service

0304450... by William Allen <email address hidden>

Update lightdm.service

8c22a51... by Robert Ancell

Fix tests failing on 32 bit architectures using 64 bit time handling.

open/creat/stat are aliases to the 64 bit versions when this is enabled and
LightDM was therefore defining them twice.

Fixes https://github.com/canonical/lightdm/issues/352