summaryrefslogtreecommitdiff
path: root/src/seat.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor DesktopNames support to be less confusingRobert Ancell2014-10-201-4/+9
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-14/+14
* Remove trailing whitespaceRobert Ancell2014-09-191-13/+13
* Remove old manual way of creating seats. The xdg-seat option and the AddSeat(...Robert Ancell2014-08-271-14/+8
* Add a new session type 'mir-container' that allows the session to run inside ...Robert Ancell2014-08-211-17/+17
* Refactor XDMCP client code so it's not hardcoded to use X in seat.cRobert Ancell2014-08-211-31/+7
* Fix commentRobert Ancell2014-07-311-1/+1
* Add a seat option 'allow-user-switching' that can disable all user switching ...Robert Ancell2014-07-311-10/+8
* Return correct errors for D-Bus callsRobert Ancell2014-07-311-5/+2
* Make PAM services configurableRobert Ancell2014-07-251-11/+8
* Do timed autologin each time you are returned to the greeterRobert Ancell2014-06-301-13/+22
* When looking for an existing greeter, make sure it's a resettable oneMichael Terry2014-04-281-7/+21
* Small nits from reviewMichael Terry2014-04-281-5/+5
* Support Mir greeters too by waiting to send IDLE until after we're done handl...Michael Terry2014-04-251-2/+13
* Add a bunch of tests; fix some small bugsMichael Terry2014-04-241-3/+7
* First pass at reset supportMichael Terry2014-04-241-60/+134
* Set XDG_SESSION_TYPE and XDG_SESSION_DESKTOP as used by systemdRobert Ancell2014-04-081-0/+1
|\
| * Set XDG_SESSION_DESKTOP, this is used by pam_systemdRobert Ancell2014-04-041-0/+1
* | Fix logging when failing to find sessionRobert Ancell2014-04-081-3/+3
|/
* Always re-activate, whether new session is marked as active or not, since Con...Michael Terry2014-03-171-1/+1
* Override logind's or consolekit's decision to automatically change active ses...Michael Terry2014-03-171-0/+11
* Flesh out support for activating sessions with CK or logind to be more explicitMichael Terry2014-03-171-0/+2
* Merge in guest session type branchRobert Ancell2014-03-121-6/+7
|\
| * Honour session type requested by greeter for guest sessionsRobert Ancell2014-03-121-6/+7
* | Implement guest-session config optionRobert Ancell2014-03-121-1/+3
|/
* Be extra careful not to call any non thread safe function after a forkRobert Ancell2014-02-261-1/+1
* Make xdg-seat a core property of a seat and always pass it to X serversRobert Ancell2014-02-051-0/+12
* Make sure sessions are associated with the display server before starting them.Michael Terry2013-11-251-8/+3
|\
| * One moreMichael Terry2013-11-251-2/+1
| * When locking, start display server after connecting it to a sessionMichael Terry2013-11-251-6/+2
* | And allow duplicate types in type fieldMichael Terry2013-11-251-24/+0
* | When a seat stops, try the next seat type if one is definedMichael Terry2013-11-181-0/+31
|/
* Fix crash if switching to greeter and it isn't installedRobert Ancell2013-10-301-2/+13
* Merge with trunkRobert Ancell2013-10-301-1/+7
|\
| * Correctly set user in session setup scriptRobert Ancell2013-10-301-1/+1
| * Add testcase for display-stopped-script and document itAlberto Milone2013-10-291-1/+1
| * Add support for a "display-stopped-script" field in lightdm.confAlberto Milone2013-10-251-0/+6
* | Don't override guest session properties when logging in via greeterRobert Ancell2013-10-271-44/+48
* | Whitespace changesRobert Ancell2013-10-271-1/+0
* | Don't get argv twiceRobert Ancell2013-10-271-1/+0
* | Allow guest-wrapper to be setRobert Ancell2013-10-271-18/+29
|/
* Remove some codeRobert Ancell2013-10-221-1/+1
* Correctly set $XDG_SESSION_CLASS for greeters. This was regressed in 1.7.5 fo...Robert Ancell2013-10-221-0/+1
* Set session environment variables for guest sessionsRobert Ancell2013-10-041-29/+26
* Fix test-mode not working, don't try and run the greeter as the greeter userRobert Ancell2013-09-191-4/+12
* Set XDG_CURRENT_DESKTOP for login sessionsRobert Ancell2013-09-091-1/+4
* Drop create-session username/session argument, we'll do it via active-usernam...Michael Terry2013-08-251-16/+12
* Merge from trunkMichael Terry2013-08-251-94/+165
|\
| * Don't try and switch if already activeRobert Ancell2013-08-251-0/+5
| * Fix some testsRobert Ancell2013-08-251-1/+1