summaryrefslogtreecommitdiff
path: root/src/session-config.c
Commit message (Collapse)AuthorAgeFilesLines
* Refactor DesktopNames support to be less confusingRobert Ancell2014-10-201-14/+17
|
* session-config: fix DesktopNamesAlberts Muktupāvels2014-10-171-1/+8
|
* Remove unnecessary branchRobert Ancell2014-09-121-2/+1
|
* Add a new session type 'mir-container' that allows the session to run inside ↵Robert Ancell2014-08-211-0/+13
| | | | a custom system compositor
* Promote X-LightDM-DesktopName to DesktopNamesLars Uebernickel2014-04-031-1/+4
| | | | | | | | | XDG_CURRENT_SESSION is specified in freedesktop's desktop entry spec now. 'DesktopNames' will also be supported by other display managers, so we can drop the 'X-LightDM'. DesktopNames is pluralized because it allows a colon-separated list of desktop names.
* Set $XDG_CURRENT_DESKTOP if specified in the xsession fileRobert Ancell2013-08-191-0/+12
|
* Load and use session typesRobert Ancell2013-07-241-1/+4
|
* Don't subclass session - we don't know the session type until after ↵Robert Ancell2013-07-231-1/+12
| | | | authentication
* Use a SessionConfig class for the session .desktop fileRobert Ancell2013-07-231-0/+81