summaryrefslogtreecommitdiff
path: root/data/lightdm.conf
diff options
context:
space:
mode:
authorRobert Ancell <robert.ancell@canonical.com>2011-07-21 12:45:39 +1000
committerRobert Ancell <robert.ancell@canonical.com>2011-07-21 12:45:39 +1000
commit7e838447b44efb441f41e1d28932e0da478d1b49 (patch)
tree33a0fe403e4c77cd49699826cf63a57a38cce4b5 /data/lightdm.conf
parent6f0a3bf07b0f0356e1e46883079f52fc62c6346f (diff)
downloadlightdm-7e838447b44efb441f41e1d28932e0da478d1b49.tar.gz
Load default seats by scanning for [Seat:<name>] sections in lightdm.conf
Diffstat (limited to 'data/lightdm.conf')
-rw-r--r--data/lightdm.conf9
1 files changed, 5 insertions, 4 deletions
diff --git a/data/lightdm.conf b/data/lightdm.conf
index c864f03b..ea935af6 100644
--- a/data/lightdm.conf
+++ b/data/lightdm.conf
@@ -1,6 +1,7 @@
#
# General configuration
#
+# start-default-seat = TRUE to always start one seat if none are defined in the configuration
# greeter-user = User to run greeter as
# minimum-display-number = Minimum display number to use for X servers
# minimum-vt = First VT to run displays on
@@ -8,9 +9,9 @@
# log-directory = Directory to log information to
# run-directory = Directory to put running state in
# cache-directory = Directory to cache to
-# seats = list of seats to start displays on
#
[LightDM]
+#start-default-seat=true
#greeter-user=lightdm
#minimum-display-number=0
#minimum-vt=7
@@ -18,7 +19,6 @@
#log-directory=/var/log/lightdm
#run-directory=/var/run/lightdm
#cache-directory=/var/cache/lightdm
-seats=Seat0
#
# Seat defaults
@@ -60,9 +60,10 @@ seats=Seat0
#
# Seat configuration
#
-# Can override any of the options from defaults e.g. greeter-theme=kde
+# Each seat must start with "Seat:".
+# Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
#
-#[Seat0]
+#[Seat:0]
#
# Guest account configuration