summaryrefslogtreecommitdiff
path: root/data/gdm.conf-custom.in
Commit message (Collapse)AuthorAgeFilesLines
* data: correct typo in commentYan Huang2018-05-171-1/+1
| | | | | | | | | | | gdm.conf-custom.in has a comment explaining how to disable wayland and force Xorg. That comment misspells the word "Uncomment". This commit corrects the spelling. https://bugzilla.gnome.org/show_bug.cgi?id=795825
* Remove [greeter] section from custom.confMichael Catanzaro2016-01-131-2/+0
| | | | | | There are no greeter options anymore https://bugzilla.gnome.org/show_bug.cgi?id=760589
* data: correct comment for disabling waylandRay Strode2015-03-201-1/+1
| | | | | | | | | The comment incorrectly says to put WaylandEnable=true to disable wayland. This commit flips it to say WaylandEnable=false https://bugzilla.gnome.org/show_bug.cgi?id=746523
* data: add a couple of tips to custom.confRay Strode2015-03-191-0/+4
| | | | | | | | | | | There are two things that are pretty useful for a user to do when troubleshooting problems: 1) turn on debugging 2) turn of wayland support since it's so new This commit adds comments to custom.conf to give tips on how to do those things.
* Add Include/Exclude/IncludeAll configuration options to GDM. Fixes bugBrian Cameron2009-11-161-2/+4
|
* Fix GDM debugging so that it works. Now debugging is enabled via theBrian Cameron2009-11-091-0/+2
| | | | debug/Enable key in the custom.conf file. See bug #596831.
* Fix the custom.conf file so that it has the sections that GDM actuallyBrian Cameron2009-10-281-1/+2
| | | | supports now.
* By popular demand, add DisallowTCP back.Ray Strode2008-06-251-0/+2
| | | | | | | | | | | | | | | 2008-06-25 Ray Strode <rstrode@redhat.com> By popular demand, add DisallowTCP back. * common/gdm-settings-keys.h: * data/gdm.schemas.in.in: * data/gdm.conf-custom.in Add new setting security/DisallowTCP * daemon/gdm-simple-slave.c (gdm_simple_slave_run): If DisallowTCP is false, then don't pass -nolisten tcp to X svn path=/trunk/; revision=6275
* Move stuff from config to data.William Jon McCann2007-11-011-0/+7
2007-11-01 William Jon McCann <mccann@jhu.edu> * config/Init.in: * config/Makefile.am: * config/PostLogin: * config/PostSession.in: * config/PreSession.in: * config/Xsession.in: * config/gdm: * config/gdm-autologin: * config/gdm.conf-custom.in: * configure.ac: * data/Makefile.am: Move stuff from config to data. svn path=/trunk/; revision=5483