summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Disable user switching if logind says it isn't supportedRichard Hansen2023-04-281-5/+3
* Move supports_multi_session initialization to initRichard Hansen2023-04-283-17/+3
* Consolidate Seat.setup and Seat.start for readabilityRichard Hansen2023-04-285-25/+11
* Try activating an existing greeter before checking for switch supportRichard Hansen2023-04-281-6/+6
* Improve debug logging when seat_switch_to_greeter failsRichard Hansen2023-04-281-1/+14
* Use systemd-logind to discover active session on non-seat0 seatsRichard Hansen2023-04-281-0/+18
* Initialize WaylandSessionPrivate.vt to -1Richard Hansen2023-04-281-0/+2
* Delete redundant cleanup codeRichard Hansen2023-04-281-5/+2
* x-server: Avoid reusing the local X server if the hostname has changedCorentin Noël2023-04-266-17/+34
* Fix: Don't disconnect signals on cancel before the session actually endsPaul Wolneykien2022-11-211-1/+14
* x-server-xvnc: Adjust default color depth to match upstream TigerVNC.Maxim Cournoyer2022-08-261-1/+1
* x-server-local: Correctly order command line arguments.Maxim Cournoyer2022-08-261-1/+13
* lightdm: Honor VNCServer's command in sanity check.Maxim Cournoyer2022-08-261-14/+29
* Fix crash due to using wrong method to set configurationRobert Ancell2022-07-111-1/+1
* Work around a race with password-less logins and double clicksEdgar Fuß2022-07-041-0/+17
* config: set `logind-check-graphical=True` per defaultsilvan2022-06-291-0/+2
* Don't call setenv with a NULL value - the behaviour is undefined.Robert Ancell2022-06-271-1/+7
* Update x-authority.csinirajapan2022-04-261-1/+1
* Use a size_t to resolve a compile warningRobert Ancell2021-02-164-11/+12
* Make some private functions staticRobert Ancell2020-08-072-12/+4
* Determine a session is wayland with a better heuristicworldofpeace2019-12-102-2/+1
* On systems without clearenv() the environ variable must be imported as extern...Guido Falsi2019-06-101-0/+4
* Use g_autoptr with GVariantIterRobert Ancell2018-08-301-8/+4
* Fix double free of GVariantIterRobert Ancell2018-08-301-2/+0
* Remove Unity System Compositor support - it is a dead projectRobert Ancell2018-08-3010-1430/+19
* Use more modern *_get_instance_private() method for storing private dataRobert Ancell2018-08-3059-1576/+1964
* Fix small leak in XDMCP serverRobert Ancell2018-08-301-1/+1
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-3028-83/+30
* Set XDG_SEAT env variable in script hooksRobert Ancell2018-08-211-0/+2
* Fix compile warning and unfreed GError from 733d175Robert Ancell2018-05-111-1/+2
* in Remove X authority: Ignore any error & don't exit, continue closing the se...Ivan Zakharyaschev2018-03-261-2/+1
* x-authority: Remove incorrect use of constBjörn Esser2018-01-191-1/+1
* Move variable declarations from the start of function blocks.Robert Ancell2018-01-1241-2003/+1219
* Ensure XDMP X sever shuts down when session closesRobert Ancell2018-01-122-8/+15
* Fix LightDM failing to start greeters on remote X servers.Robert Ancell2018-01-111-6/+5
* Ensure only one Xvnc server is run.Robert Ancell2018-01-111-2/+18
* Set names for XDMCP and VNC seatsRobert Ancell2018-01-113-13/+37
* Fix warnings with new g_object_ref type checking in GLibRobert Ancell2017-12-113-7/+7
* Remove incorrect use of constRobert Ancell2017-12-111-1/+1
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-1138-40/+40
* Fix VNC connection not being closed on session exitRobert Ancell2017-12-081-1/+1
* Fix GError being overwrittenRobert Ancell2017-12-081-0/+3
* Fix typos in code commentsRobert Ancell2017-11-222-2/+2
* Use g_auto to automatically free memoryRobert Ancell2017-09-2738-879/+604
* Fix timed autologins not using autologin-session when no session specifiedRobert Ancell2017-09-211-0/+7
* Expose autologin-session as a hint to the greeterRobert Ancell2017-09-211-0/+6
* Fix logic that checked if a session was being stoppedRobert Ancell2017-02-221-4/+4
* Retry VT_WAITACTIVE if we get EINTRobert Ancell2017-02-131-2/+11
* Update code commentRobert Ancell2017-01-271-1/+2
* Ignore SIGHUP by default and use SA_RESTART with SIGPIPERobert Ancell2017-01-272-2/+6