]> git.somenet.org - root/pub/somesible.git/blob - roles/client/kiosk_mode/files/default/lightdm.conf
[roles/client/kiosk_mode] borgcube like kiosk mode
[root/pub/somesible.git] / roles / client / kiosk_mode / files / default / lightdm.conf
1 #
2 ################################################
3 ### Managed by someone's ansible provisioner ###
4 ################################################
5 # Part of: https://git.somenet.org/root/pub/somesible.git
6 # 2017-2024 by someone <someone@somenet.org>
7 #
8
9 #
10 # General configuration
11 #
12 # start-default-seat = True to always start one seat if none are defined in the configuration
13 # greeter-user = User to run greeter as
14 # minimum-display-number = Minimum display number to use for X servers
15 # minimum-vt = First VT to run displays on
16 # lock-memory = True to prevent memory from being paged to disk
17 # user-authority-in-system-dir = True if session authority should be in the system location
18 # guest-account-script = Script to be run to setup guest account
19 # logind-load-seats = True to automatically set up multi-seat configuration from logind
20 # logind-check-graphical = True to on start seats that are marked as graphical by logind
21 # log-directory = Directory to log information to
22 # run-directory = Directory to put running state in
23 # cache-directory = Directory to cache to
24 # sessions-directory = Directory to find sessions
25 # remote-sessions-directory = Directory to find remote sessions
26 # greeters-directory = Directory to find greeters
27 #
28 [LightDM]
29 #start-default-seat=true
30 #greeter-user=lightdm
31 #minimum-display-number=0
32 #minimum-vt=7
33 #lock-memory=true
34 #user-authority-in-system-dir=false
35 #guest-account-script=guest-account
36 #logind-load-seats=false
37 #logind-check-graphical=false
38 #log-directory=/var/log/lightdm
39 #run-directory=/var/run/lightdm
40 #cache-directory=/var/cache/lightdm
41 #sessions-directory=/usr/share/lightdm/sessions:/usr/share/xsessions
42 #remote-sessions-directory=/usr/share/lightdm/remote-sessions
43 #greeters-directory=/usr/share/lightdm/greeters:/usr/share/xgreeters
44
45 #
46 # Seat defaults
47 #
48 # type = Seat type (xlocal, xremote)
49 # xdg-seat = Seat name to set pam_systemd XDG_SEAT variable and name to pass to X server
50 # pam-service = PAM service to use for login
51 # pam-autologin-service = PAM service to use for autologin
52 # pam-greeter-service = PAM service to use for greeters
53 # xserver-command = X server command to run (can also contain arguments e.g. X -special-option)
54 # xserver-layout = Layout to pass to X server
55 # xserver-config = Config file to pass to X server
56 # xserver-allow-tcp = True if TCP/IP connections are allowed to this X server
57 # xserver-share = True if the X server is shared for both greeter and session
58 # xserver-hostname = Hostname of X server (only for type=xremote)
59 # xserver-display-number = Display number of X server (only for type=xremote)
60 # xdmcp-manager = XDMCP manager to connect to (implies xserver-allow-tcp=true)
61 # xdmcp-port = XDMCP UDP/IP port to communicate on
62 # xdmcp-key = Authentication key to use for XDM-AUTHENTICATION-1 (stored in keys.conf)
63 # unity-compositor-command = Unity compositor command to run (can also contain arguments e.g. unity-system-compositor -special-option)
64 # unity-compositor-timeout = Number of seconds to wait for compositor to start
65 # greeter-session = Session to load for greeter
66 # greeter-hide-users = True to hide the user list
67 # greeter-allow-guest = True if the greeter should show a guest login option
68 # greeter-show-manual-login = True if the greeter should offer a manual login option
69 # greeter-show-remote-login = True if the greeter should offer a remote login option
70 # user-session = Session to load for users
71 # allow-user-switching = True if allowed to switch users
72 # allow-guest = True if guest login is allowed
73 # guest-session = Session to load for guests (overrides user-session)
74 # session-wrapper = Wrapper script to run session with
75 # greeter-wrapper = Wrapper script to run greeter with
76 # guest-wrapper = Wrapper script to run guest sessions with
77 # display-setup-script = Script to run when starting a greeter session (runs as root)
78 # display-stopped-script = Script to run after stopping the display server (runs as root)
79 # greeter-setup-script = Script to run when starting a greeter (runs as root)
80 # session-setup-script = Script to run when starting a user session (runs as root)
81 # session-cleanup-script = Script to run when quitting a user session (runs as root)
82 # autologin-guest = True to log in as guest by default
83 # autologin-user = User to log in with by default (overrides autologin-guest)
84 # autologin-user-timeout = Number of seconds to wait before loading default user
85 # autologin-session = Session to load for automatic login (overrides user-session)
86 # autologin-in-background = True if autologin session should not be immediately activated
87 # exit-on-failure = True if the daemon should exit if this seat fails
88 #
89 [SeatDefaults]
90 #type=xlocal
91 #xdg-seat=seat0
92 #pam-service=lightdm
93 #pam-autologin-service=lightdm-autologin
94 #pam-greeter-service=lightdm-greeter
95 #xserver-command=X
96 #xserver-layout=
97 #xserver-config=
98 #xserver-allow-tcp=false
99 #xserver-share=true
100 #xserver-hostname=
101 #xserver-display-number=
102 #xdmcp-manager=
103 #xdmcp-port=177
104 #xdmcp-key=
105 #unity-compositor-command=unity-system-compositor
106 #unity-compositor-timeout=60
107 #greeter-session=example-gtk-gnome
108 greeter-hide-users=false
109 #greeter-allow-guest=true
110 #greeter-show-manual-login=false
111 #greeter-show-remote-login=true
112 #user-session=default
113 #allow-user-switching=true
114 #allow-guest=true
115 #guest-session=
116 #session-wrapper=lightdm-session
117 #greeter-wrapper=
118 #guest-wrapper=
119 #display-setup-script=
120 #display-stopped-script=
121 #greeter-setup-script=
122 session-setup-script=/etc/kiosk.sh
123 session-cleanup-script=/etc/kiosk.sh
124 #autologin-guest=false
125 autologin-user=kiosk
126 autologin-user-timeout=0
127 autologin-in-background=false
128 #autologin-session=UNIMPLEMENTED
129 #exit-on-failure=false
130
131 #
132 # Seat configuration
133 #
134 # Each seat must start with "Seat:".
135 # Uses settings from [SeatDefaults], any of these can be overriden by setting them in this section.
136 #
137 #[Seat:0]
138
139 #
140 # XDMCP Server configuration
141 #
142 # enabled = True if XDMCP connections should be allowed
143 # port = UDP/IP port to listen for connections on
144 # key = Authentication key to use for XDM-AUTHENTICATION-1 or blank to not use authentication (stored in keys.conf)
145 #
146 # The authentication key is a 56 bit DES key specified in hex as 0xnnnnnnnnnnnnnn.  Alternatively
147 # it can be a word and the first 7 characters are used as the key.
148 #
149 [XDMCPServer]
150 #enabled=false
151 #port=177
152 #key=
153
154 #
155 # VNC Server configuration
156 #
157 # enabled = True if VNC connections should be allowed
158 # command = Command to run Xvnc server with
159 # port = TCP/IP port to listen for connections on
160 # width = Width of display to use
161 # height = Height of display to use
162 # depth = Color depth of display to use
163 #
164 [VNCServer]
165 #enabled=false
166 #command=Xvnc
167 #port=5900
168 #width=1024
169 #height=768
170 #depth=8