summaryrefslogtreecommitdiff
path: root/daemon/gdm-legacy-display.h
Commit message (Collapse)AuthorAgeFilesLines
* legacy-display: use G_DECLARE_FINAL_TYPENiels De Graef2018-12-231-21/+2
|
* session: start login screen using session wrappersRay Strode2015-02-181-0/+57
Since we have the wrappers, let's use them for the login screen, too, when we can. This commit removes GdmServer from GdmLocalDisplay, since starting the X server should be handled implicitly by gdm-x-session, now. All the old logic is now in a new GdmLegacyDisplay object, that will remain for cases where gdm-x-session doesn't work. (ConsoleKit systems, non-seat0 displays, etc) https://bugzilla.gnome.org/show_bug.cgi?id=744764