]> rtime.felk.cvut.cz Git - sojka/lightdm.git/blob - tests/scripts/home-dir-on-authenticate.conf
Merge with trunk
[sojka/lightdm.git] / tests / scripts / home-dir-on-authenticate.conf
1 #
2 # Check works for users who have their home directory created after authentication
3 #
4
5 [LightDM]
6 minimum-display-number=50
7
8 [SeatDefaults]
9 autologin-user=mount-home-dir
10
11 #?RUNNER DAEMON-START
12
13 # X server starts
14 #?XSERVER-50 START
15 #?XSERVER-50 INDICATE-READY
16
17 # LightDM connects to X server
18 #?XSERVER-50 ACCEPT-CONNECT
19
20 # Session starts
21 #?SESSION-X-50 START USER=mount-home-dir
22 #?XSERVER-50 ACCEPT-CONNECT
23 #?SESSION-X-50 CONNECT-XSERVER
24
25 # Cleanup
26 #?*STOP-DAEMON
27 #?SESSION-X-50 TERMINATE SIGNAL=15
28 #?XSERVER-50 TERMINATE SIGNAL=15
29 #?RUNNER DAEMON-EXIT STATUS=0