summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLaurent Bigonville <bigon@bigon.be>2013-11-11 11:31:48 +0100
committerLaurent Bigonville <bigon@bigon.be>2013-11-11 18:10:11 +0100
commitb2fb259e7ba7cb029469c47a93988387349e7b2c (patch)
tree4e8462b73a4edc62dc8d58b4aa5a9b2a5e445944 /data
parentc14b16af23529afb7371890e3c686457c365e8be (diff)
downloadgdm-b2fb259e7ba7cb029469c47a93988387349e7b2c.tar.gz
Add an option to use GDM as a standalone XDMCP server
This patch add an option (xdmcp/ShowLocalGreeter) to disable the local X console and turn GDM into a simple XDMCP server Thanks to Patrick Monnerat and Josselin Mouette for the patch https://bugzilla.gnome.org/show_bug.cgi?id=567522
Diffstat (limited to 'data')
-rw-r--r--data/gdm.schemas.in.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/data/gdm.schemas.in.in b/data/gdm.schemas.in.in
index 3c831258..4278b06d 100644
--- a/data/gdm.schemas.in.in
+++ b/data/gdm.schemas.in.in
@@ -70,6 +70,11 @@
<default>false</default>
</schema>
<schema>
+ <key>xdmcp/ShowLocalGreeter</key>
+ <signature>b</signature>
+ <default>true</default>
+ </schema>
+ <schema>
<key>xdmcp/MaxPending</key>
<signature>i</signature>
<default>4</default>