summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: use g_autofree in x_authority_loadmasterKT-lcz2021-06-251-1/+1
| | | add g_autofree before `guint8 *xauth_data;`
* Update CLA check so it can write commentsRobert Ancell2021-06-161-1/+1
|
* Use has-signed-canonical-cla GitHub ActionMarcus Tomlinson2021-03-222-168/+3
|
* Use a size_t to resolve a compile warningRobert Ancell2021-02-164-11/+12
|
* Replace deprecated QAbstractItemModel::setRoleNamesRobert Ancell2021-02-164-18/+26
|
* Stop using deprecated G_PARAM_PRIVATERobert Ancell2021-02-161-1/+1
|
* Fix documentation build warningsRobert Ancell2021-02-161-0/+6
|
* Remove deprecated use of G_TYPE_INSTANCE_GET_PRIVATERobert Ancell2021-02-167-130/+205
|
* ci: Disable flaky testRobert Ancell2021-02-161-1/+1
|
* ci: Remove Travis CIRobert Ancell2021-02-161-19/+0
|
* ci: Upload test logRobert Ancell2021-02-161-4/+9
|
* ci: Install PythonRobert Ancell2021-02-161-2/+2
|
* ci: Install dbus for testsRobert Ancell2021-02-161-2/+2
|
* ci: Ensure all matrix jobs are runRobert Ancell2021-02-161-0/+1
|
* Require python 3 for the testsRobert Ancell2021-02-161-1/+1
|
* Handle Python 3 sort method changesRobert Ancell2021-02-151-8/+1
|
* Handle Python 3 use of bytesRobert Ancell2021-02-151-2/+2
|
* Glibc 2.33 fix.Martin Liska2021-02-151-0/+6
| | | | | | | | | | | | | | | | | | | | | | The library does not declare __fxstatat64 and friends in a header file. Thus the following warning appears: ``` libsystem.c:333:1: error: no previous prototype for '__xstat' [-Werror=missing-prototypes] 333 | __xstat (int version, const char *path, struct stat *buf) | ^~~~~~~ libsystem.c:342:1: error: no previous prototype for '__xstat64' [-Werror=missing-prototypes] 342 | __xstat64 (int version, const char *path, struct stat64 *buf) | ^~~~~~~~~ libsystem.c:351:1: error: no previous prototype for '__fxstatat' [-Werror=missing-prototypes] 351 | __fxstatat(int ver, int dirfd, const char *pathname, struct stat *buf, int flags) | ^~~~~~~~~~ libsystem.c:360:1: error: no previous prototype for '__fxstatat64' [-Werror=missing-prototypes] 360 | __fxstatat64(int ver, int dirfd, const char *pathname, struct stat64 *buf, int flags) | ^~~~~~~~~~~~ ``` Fixed #167.
* Add test GitHub actionRobert Ancell2021-02-121-0/+40
|
* Add CLA checkRobert Ancell2021-02-122-0/+174
|
* Fix: "DesktopManager" -> "DisplayManager"follower2020-12-031-1/+1
| | | | | Based on what worked for me; and, uses within this repo, the correct path seems to include "DisplayManager" not "DesktopManager". Originally added via https://github.com/canonical/lightdm/pull/28 in order to address https://github.com/canonical/lightdm/issues/27.
* Fix Ubuntu CI stalling on debconf promptRobert Ancell2020-08-071-1/+1
|
* Make some private functions staticRobert Ancell2020-08-072-12/+4
|
* Update lightdm-gtk-greeter URLSean Davis2020-06-121-1/+1
|
* Only set LANGUAGE if not in a live sessionGunnar Hjalmarsson2020-02-281-2/+5
| | | | Fixes LP: #1861481
* Determine a session is wayland with a better heuristicworldofpeace2019-12-104-4/+2
| | | | | | | | | Using the compiled in string WAYLAND_SESSIONS_DIR had some problems. In environments like NixOS, which install packages under their own immutable prefix under /nix/store. this assumption that the package would be compiled with `datadir=/usr/share` will break down. Checking if the directory contains the appropriate string is much simpler and will work with platforms like NixOS (or others as this setup popularizes).
* Clean up dbus conf formatCody Garver2019-10-141-7/+16
|
* Drop Qt 4 support, it's been unsupported since 2015Robert Ancell2019-10-1443-331/+2
|
* Update README.mdCézar Augusto2019-09-241-1/+1
| | | Spelling correction
* Move plmouth from depends to recommendsRobert Ancell2019-09-161-2/+2
| | | | Fixes #86
* Update debian/Robert Ancell2019-08-144-5/+20
|
* Update GitHub/Travis linksRobert Ancell2019-08-053-4/+4
|
* Move D-Bus conf file to $(datadir)/dbus-1/system.dSoapux2019-07-311-1/+1
| | | | | | | | Since D-Bus 1.9.18 configuration files installed by third-party should go in $(datadir)/dbus-1/system.d. The old location is for sysadmin overrides. https://lists.freedesktop.org/archives/dbus/2015-July/016746.html
* On systems without clearenv() the environ variable must be imported as ↵Guido Falsi2019-06-101-0/+4
| | | | | | external before it can be manipulated to reset the environment. This is, for example, necessary on FreeBSD, otherwise the effect of "environ = NULL" is a compiler error or in some cases to create a new local variable.
* Releasing 1.30.01.30.0lightdm-1-30Robert Ancell2019-05-172-1/+9
|
* Add missing documentation update for lightdm_user_get_is_locked ()Robert Ancell2019-05-171-0/+1
|
* Add is-blocked property to the User objectCorentin Noël2019-04-096-2/+69
|
* Update elementary and Pantheon Greeter linksCorentin Noël2019-02-201-1/+1
|
* Create CONTRIBUTING.mdRobert Ancell2019-02-181-0/+5
|
* Copy in documentation from old wiki pageRobert Ancell2019-02-181-0/+40
|
* Fix commentZhang Xianwei2018-10-261-1/+1
| | | | Signed-off-by: Zhang Xianwei <zhang.xianwei8@zte.com.cn>
* Use g_autoptr with GVariantIterRobert Ancell2018-08-302-17/+11
|
* Fix double free of GVariantIterRobert Ancell2018-08-301-2/+0
| | | | Bug introduced in a95eded63
* Hide systemd's dynamic usersTomasz Gąsior2018-08-301-1/+1
| | | | | | | | | | | | systemd creates "dynamic users". These accounts should be hidden from login screen. But it's possible that systemd creates them with id > 1000 and shell == "/sbin/nologin". Currently lightdm shows these accounts if AccountService is not installed. See: https://bbs.archlinux.org/viewtopic.php?id=238704 To fix this, add "/sbin/nologin" to ignored shells. Please see: http://0pointer.net/blog/dynamic-users-with-systemd.html
* Remove Unity System Compositor support - it is a dead projectRobert Ancell2018-08-3076-3502/+70
|
* Update debian packagingRobert Ancell2018-08-305-29/+18
|
* Merge in released changesRobert Ancell2018-08-303-0/+34
|
* Releasing 1.28.01.28.0Robert Ancell2018-08-302-1/+14
|
* Use more modern *_get_instance_private() method for storing private dataRobert Ancell2018-08-3065-1683/+2105
|
* Fix small leak in XDMCP serverRobert Ancell2018-08-301-1/+1
|