summaryrefslogtreecommitdiff
path: root/daemon/gdm-session-settings.h
Commit message (Collapse)AuthorAgeFilesLines
* gdm-session-settings: Use G_DECLARE_FINAL_TYPEAlessandro Bono2022-09-271-23/+2
|
* session: support new accountsservice Session and SessionType propsRay Strode2021-07-221-0/+3
| | | | | | | | | | At the moment the user's session is stored in a property called "XSession". This is pretty weird if the user is using wayland. AccountService now supports a more generic property "Session" and a related "SessionType" property to replace "XSession". This commit switches GDM over to use the new properties.
* Trivial: Update FSF Address.Dominique Leuenberger2012-09-061-2/+2
| | | | Fix bug 683383.
* daemon: switch to using accounts service for language and sessionRay Strode2011-02-011-4/+2
| | | | Control center now uses accounts service, so we should, too.
* daemon,greeter: drop support for keyboard layout selectionRay Strode2011-01-311-3/+0
| | | | | It's no longer exposed in the UI, and it never really worked well, so drop it for now.
* Store the face and dmrc files in a cache. Refer to bug #565151.Brian Cameron2009-09-111-1/+1
|
* Add a keyboard chooserMatthias Clasen2008-05-051-0/+3
| | | | svn path=/trunk/; revision=6212
* Make language and session setters non-static functions so there's a way toRay Strode2008-02-261-0/+5
| | | | | | | | | | 2008-02-26 Ray Strode <rstrode@redhat.com> * daemon/gdm-session-settings.[ch]: Make language and session setters non-static functions so there's a way to change the settings. svn path=/trunk/; revision=5879
* Add save support to GdmSessionSettings object, so ~/.dmrc changes can beRay Strode2008-02-261-0/+3
| | | | | | | | | | | 2008-02-26 Ray Strode <rstrode@redhat.com> * daemon/gdm-session-settings.[ch]: (gdm_session_settings_save): Add save support to GdmSessionSettings object, so ~/.dmrc changes can be saved out. svn path=/trunk/; revision=5878
* New class for reading settings from ~/.dmrcRay Strode2008-02-161-0/+63
2008-02-15 Ray Strode <rstrode@redhat.com> * daemon/gdm-session-settings.[ch]: New class for reading settings from ~/.dmrc svn path=/trunk/; revision=5773