]> 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 [SeatDefaults]
6 autologin-user=mount-home-dir
7 user-session=default
8
9 #?RUNNER DAEMON-START
10
11 # X server starts
12 #?XSERVER-0 START VT=7
13
14 # Daemon connects when X server is ready
15 #?*XSERVER-0 INDICATE-READY
16 #?XSERVER-0 INDICATE-READY
17 #?XSERVER-0 ACCEPT-CONNECT
18
19 # Session starts
20 #?SESSION-X-0 START USER=mount-home-dir
21 #?XSERVER-0 ACCEPT-CONNECT
22 #?SESSION-X-0 CONNECT-XSERVER
23
24 # Cleanup
25 #?*STOP-DAEMON
26 #?SESSION-X-0 TERMINATE SIGNAL=15
27 #?XSERVER-0 TERMINATE SIGNAL=15
28 #?RUNNER DAEMON-EXIT STATUS=0